Difference between revisions of "Membuka daa file"

From OnnoWiki
Jump to navigation Jump to search
(New page: Sumber: http://ubuntuforums.org/showthread.php?t=909792 DAA is a PowerISO file extension. We need to get the application needed to convert it to an extension compatible with Ubuntu (ISO)...)
 
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
DAA is a PowerISO file extension. We need to get the application needed to convert it to an extension compatible with Ubuntu (ISO).
+
Download & buka
  
 
  sudo wget http://poweriso.com/poweriso-1.1.tar.gz
 
  sudo wget http://poweriso.com/poweriso-1.1.tar.gz
 
+
cp poweriso-1.1.tar.gz /usr/local/src/
And extract the tarball file:
+
cd /usr/local/src
 
 
 
 
 
  sudo tar zxvf poweriso-1.1.tar.gz
 
  sudo tar zxvf poweriso-1.1.tar.gz
  
Change directory to where you extracted the tarball archive:
+
Konversikan
  
 +
./poweriso convert /source_folder/filename.daa -o newfile.iso -ot iso
  
cd the_extracted_directory
 
 
and lastly, convert the DAA file to ISO with the format below:
 
 
./poweriso convert /source_folder/filename.daa -o newfile.iso -ot iso
 
  
 +
==Alternatif Lain==
  
 +
Menggunakan wine
  
 +
wine PowerISO6.exe convert fileinput.daa -o fileoutput.iso -ot iso
  
 +
Atau jalankan
  
 +
~/.wine/drive_c/Program Files (x86)/PowerISO
  
 
==Referensi==
 
==Referensi==
  
 
* http://ubuntuforums.org/showthread.php?t=909792
 
* http://ubuntuforums.org/showthread.php?t=909792

Latest revision as of 07:54, 7 August 2015

Sumber: http://ubuntuforums.org/showthread.php?t=909792


Download & buka

sudo wget http://poweriso.com/poweriso-1.1.tar.gz
cp poweriso-1.1.tar.gz /usr/local/src/
cd /usr/local/src
sudo tar zxvf poweriso-1.1.tar.gz

Konversikan

./poweriso convert /source_folder/filename.daa -o newfile.iso -ot iso


Alternatif Lain

Menggunakan wine

wine PowerISO6.exe convert fileinput.daa -o fileoutput.iso -ot iso

Atau jalankan

~/.wine/drive_c/Program Files (x86)/PowerISO

Referensi