Difference between revisions of "Membuka daa file"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (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)...) |
Onnowpurbo (talk | contribs) |
||
Line 2: | Line 2: | ||
− | + | 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/ | |
− | + | cd /usr/local/src | |
− | |||
− | |||
sudo tar zxvf poweriso-1.1.tar.gz | sudo tar zxvf poweriso-1.1.tar.gz | ||
− | + | Konversikan | |
− | |||
− | |||
− | |||
− | |||
− | |||
./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