Bootable: Difference between revisions
No edit summary |
|||
| (6 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
== Installasi == | == Installasi == | ||
=== Unetbootin === | === Unetbootin === | ||
<syntaxhighlight lang="shell"> | |||
sudo add-apt-repository ppa:gezakovacs/ppa | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="shell"> | |||
sudo apt-get update | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="shell"> | |||
sudo apt install unetbootin | |||
</syntaxhighlight> | |||
=== WoeUSB === | === WoeUSB === | ||
<syntaxhighlight lang="shell"> | |||
sudo apt update | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="shell"> | |||
sudo apt upgrade | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="shell"> | |||
sudo apt install git p7zip-full python3-pip python3-wxgtk4.0 | |||
</syntaxhighlight> | |||
<syntaxhighlight lang="shell"> | |||
sudo pip3 install WoeUSB-ng | |||
</syntaxhighlight> | |||
==Terkait== | ==Terkait== | ||
| Line 85: | Line 99: | ||
*[[Zoom]] | *[[Zoom]] | ||
</div> | </div> | ||
==Source== | |||
*[https://github.com/WoeUSB/WoeUSB-ng/blob/master/README.md github.com] | |||
[[Category:Software]][[Category:Linux]] | [[Category:Software]][[Category:Linux]] | ||