我已经添加了 PPA 以在 Ubuntu 20.04 上安装 WoeUSB。
sudo add-apt-repository ppa:nilarimogard/webupd8
然后我尝试安装 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.
缺少一个包,所以我搜索并安装它。
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)
但是,同样的错误仍然存在。我认为这只是一个标签问题,因为libwxgtk3.0-0v5
和libwxgtk3.0-gtk3-0v5
非常相似。如果是这样,是否有可能以某种方式欺骗 Ubuntu 识别不同名称下的包 - 也许使用符号链接?