我需要安装 WoeUSB 来创建一个 USB 驱动器来安装 Windows,因此我使用以下命令添加了存储库:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
到目前为止一切都很好。当我运行时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: p7zip-full but it is not installable
Depends: libwxbase3.0-0v5 (>= 3.0.4+dfsg) but it is not installable
Depends: libwxgtk3.0-0v5 (>= 3.0.4+dfsg) but it is not installable
E: Unable to correct problems, you have held broken packages.
说实话我不知道该怎么办,我在网上查了一下也没找到什么,你能帮帮我吗?
答案1
看起来打包程序woeusb
省略了一些依赖项。您可以手动指定它们:
sudo apt install woeusb p7zip-full libwxbase3.0-0v5 libwxgtk3.0-0v5