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.