首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法在Ubuntu18.04.1上安装WoeUSB

无法在Ubuntu18.04.1上安装WoeUSB
EN

Ask Ubuntu用户
提问于 2019-03-27 14:41:19
回答 1查看 8.9K关注 0票数 2

我需要安装WoeUSB来创建用于安装Windows的USB,所以我使用以下方法添加了存储库:

代码语言:javascript
复制
sudo add-apt-repository ppa:nilarimogard/webupd8 
sudo apt update

在此之前一切都很好。当我运行sudo apt install woeusb时,我得到了以下错误:

代码语言:javascript
复制
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.

老实说,我不知道该怎么做,我在网上查了没发现什么,你能帮我吗?

EN

回答 1

Ask Ubuntu用户

发布于 2019-03-27 14:52:19

看起来,woeusb的包程序忽略了一些依赖项。您可以手工指定它们:

代码语言:javascript
复制
sudo apt install woeusb p7zip-full libwxbase3.0-0v5 libwxgtk3.0-0v5
票数 1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1129166

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档