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) |
||
(3 intermediate revisions by the same user not shown) | |||
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 | ||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | ==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