6

I have added the PPA to install WoeUSB on Ubuntu 20.04.

sudo add-apt-repository ppa:nilarimogard/webupd8

Then I tried to install WoeUSB.

martin@slazer:~/Downloads$ sudo apt install woeusb
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.

There was a missing package so I searched for it and installed it.

martin@slazer:~/Downloads$ sudo apt-cache search libwxgtk3.0
libwxgtk3.0-gtk3-0v5 - wxWidgets Cross-platform C++ GUI toolkit (GTK 3 runtime)
libwxgtk3.0-gtk3-dev - wxWidgets Cross-platform C++ GUI toolkit (GTK 3 development)

However, the same error persists. I think it's just a labeling issue since libwxgtk3.0-0v5 and libwxgtk3.0-gtk3-0v5 are very similar. If it is so, is it possible to somehow trick Ubuntu to recognize the package under different name - perhaps using symbolic links?

Slazer
  • 459

0 Answers0