I've been trying to create a bootable pen drive for the windows 10 may update on my ubuntu laptop for my PC. I'm running the 19.04 version of ubuntu. Since the windows iso needs special processes to be burned to the usb I'm required to install the woe-usb open source package.
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt install woeusb
But I keep receiving this error
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package woeusb
I've searched throughout Stack Exchange and ask ubuntu but I have ended up empty-handed.
woeusbgui
. Did you tried to open it from terminal? Do you get any error messages? – N0rbert May 23 '19 at 15:21sudo apt-get install libwxgtk3.0-0v5
. On my system it was previously installed. Added this to the answer. Will contact PPA owners. – N0rbert May 23 '19 at 15:26ppa:nilarimogard/webupd8
now have the WoeUSB package. So I have updated the answer. – N0rbert May 23 '19 at 15:52