Instalasi WoeUSB: membuat bootable Windows dari Linux

Menambahkan repositori WoeUSB

sudo add-apt-repository ppa:nilarimogard/webupd8

Update repositori

sudo apt update

Install WoeUSB

sudo apt install woeusb

Jika mengalami error:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
woeusb : Depends: libwxgtk3.0-0v5 (>= 3.0.4+dfsg) but it is not installable

Install dependesi nya terlebih dahulu!

Ambil file .deb libwxgtk3.0-0v5 dengan wget

wget http://mirrors.kernel.org/ubuntu/pool/universe/w/wxwidgets3.0/libwxgtk3.0-0v5_3.0.4+dfsg-3_amd64.deb

Install libwgtk*_amd64.deb *optional install dengan gdebi

sudo dpkg -i libwxgtk*_amd64.deb

Lakukan update kembali

sudo apt update

Terakhir, install WoeUSB nya kembali

sudo apt install woeusb