So, I have been trying to install Windows 10 for quite a while now, and it is super frustrating. I can't just use ANY ISO burner, No, I have to use the 2 worst ones. woeusb and winusb. woeusb wont let me use my SD card because of a stupid number at the end of the device name (/dev/mmcblk0), and I can't even install winusb. When I attempt to install it, I get an error that says

dpkg: error processing package winusb (--install): dependency problems - leaving unconfigured 

There are some dependencies that are uninstallable:

dpkg: dependency problems prevent configuration of winusb: winusb depends on libwxbase2.8-0 (>= 2.8.12.1); however: Package libwxbase2.8-0 is not installed. winusb depends on libwxgtk2.8-0 (>= 2.8.12.1); however: Package libwxgtk2.8-0 is not installed. winusb depends on gksu; however: Package gksu is not installed. 

Some people told me to try sudo apt-get -f install, but when I try that, this is what I get:

The following packages will be REMOVED: winusb 

Somebody please help me. Is there a way for me to install winusb, or are there any alternative ways to get Windows 10?

8

1 Answer

Please follow below commands:

sudo apt update wget sudo dpkg -i woeusb_3.3.0-1~webupd8~bionic0_amd64.deb sudo apt install -f sudo dpkg -i woeusb_3.3.0-1~webupd8~bionic0_amd64.deb 

launch it by searching the woeusb in applications.

enter image description here

6

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy