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)...)
 
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
 
 
 
 
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
 
  ./poweriso convert /source_folder/filename.daa -o newfile.iso -ot iso

Revision as of 20:29, 6 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




Referensi