F
F
First Name Last Name2020-10-30 08:51:31
ubuntu
First Name Last Name, 2020-10-30 08:51:31

How to install WoeUsb on Linux Ubuntu 20.04?

Good day! I wanted to create a bootable Windows 10 USB from Ubuntu. And for this I found a great program like 'WoeUSB' and when I wrote in the terminal 'sudo apt install woeusb' it came out

Mistake
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
E: Unable to correct problems, you have held broken packages.


I googled, there are answers but only 1, I wanted to use this but it didn't work.

I didn't look for other programs. I have a Legacy BIOS, and other programs do not write an image under Legacy, if you know alternatives to WoeUSB, please write.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
N
Nird, 2020-10-30
@alikk_python

Package libwxgtk3.0-0v5 is missing
Try this first
sudo apt install -f
If that doesn't help then try installing this package with apt . If this does not help, then look for this package on the Internet and install via dpkg -i

D
dicebsd, 2021-01-28
@dicebsd

1. wget mirrors.kernel.org/ubuntu/pool/universe/w/wxwidget...
2. sudo dpkg -i libwxgtk*_amd64.deb
3. sudo apt update
4. sudo apt install woeusb

G
Gip, 2020-10-30
@Giperoglif

https://www.balena.io/etcher/

A
Alexander, 2020-10-30
@zkelo

You can use WoeUSB without a graphical interface and even without installation if you have problems installing or trying to run the graphical version. Follow the link and pay attention to the section Run from source

S
schmoopie, 2021-11-10
@schmoopie

sudo apt-get install libwxbase3.0-0v5
wget http://mirrors.kernel.org/ubuntu/pool/universe/w/wxwidgets3.0/libwxgtk3.0-0v5_3.0.4+dfsg-3_amd64.deb
sudo dpkg -i libwxgtk3.0-0v5_3.0.4+dfsg-3_amd64.deb
sudo apt install woeusb

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question