我想尝试一下我的Ubuntu15.04安装,所以我从这里下载了一个稳定的.deb (https://weechat.org/download/debian/),但是我想我错过了一些说明,因为现在一切都搞砸了。软件中心一直告诉我“新软件无法安装,因为当前安装的软件有问题。您想现在修复这个问题吗?”
我尝试过删除和清除weechat,但是我一直收到以下各种错误消息:
Reading package lists... Done Building dependency tree
Reading state information... Done Package 'weechat' is not installed,
so not removed You might want to run 'apt-get -f install' to correct
these: The following packages have unmet dependencies: weechat-curses
: Depends: weechat-core (= 1.1.1-1) but it is not going to be
installed E: Unmet dependencies. Try 'apt-get -f install' with no
packages (or specify a solution).sudo apt -f安装会产生以下错误:
Unpacking weechat-core (1.1.1-1) ... dpkg: error processing archive
/var/cache/apt/archives/weechat-core_1.1.1-1_amd64.deb (--unpack):
trying to overwrite '/usr/share/locale/fr/LC_MESSAGES/weechat.mo',
which is also in package weechat-devel-core 1.4-1~dev20150904 dpkg-
deb: error: subprocess paste was killed by signal (Broken pipe) Errors
were encountered while processing: /var/cache/apt/archives/weechat-
core_1.1.1-1_amd64.deb E: Sub-process /usr/bin/dpkg returned an error
code (1)我快疯了。我试着通过安装weechat内核来解决依赖问题,但是似乎没有什么效果。有什么想法吗?我为我的无知道歉-我有一个新手Linux和Ubuntu,我有点担心我已经钻了我的整个系统!
发布于 2015-09-07 02:39:22
韦克特可通过apt-get获得。运行以下命令:
sudo apt-get purge weechat* weechat-devel-core如果这不起作用,请运行以下命令:
sudo dpkg -P weechat-devel-core
sudo apt-get purge weechat*然后,
sudo apt-get clean
sudo apt-get update
sudo apt-get install weechat*将来,您可以使用apt-get使用以下示例搜索空间:
apt-cache search weechat | grep weechathttps://askubuntu.com/questions/671112
复制相似问题