今天我进行了一次升级,失去了所有的打印。
现在,我正在尝试重新安装hplip,没有任何进展,我得到了CUPS丢失的消息,我试图安装CUPS并获得以下信息:
The following packages have unmet dependencies:
cups : Depends: libcups2 (= 2.1.3-4) but 2.1.3-4ubuntu0.2 is to be installed
Depends: cups-core-drivers (>= 2.1.3-4)
Depends: cups-daemon (>= 2.1.3-4)有什么办法解决这个烂摊子吗?
我正在使用Ubuntu 16.04
发布于 2017-04-07 04:19:35
看起来你已经安装了非Ubuntu软件包。Ubuntu包的版本中有"ubuntu“这个词。您需要删除不冲突的包来将您的系统返回到Ubuntu版本。
首先卸载libcups2:
sudo apt-get remove libcups2 cups-core-drivers cups-daemon
然后告诉apt去解决这个问题:
sudo apt-get -f install
然后确保其他一切都符合要求:
sudo apt-get install ubuntu-desktop
如果有其他非Ubuntu包冲突,您将得到一个类似的警告。如果发生这种情况,只需重复删除冲突包并运行apt-get -f install的过程。
至于安装hplip,这是另一个问题。
发布于 2017-04-07 05:43:32
作为背景,这个线程运行在薄荷论坛上;(mint使用ubuntu);https://forums.linuxmint.com/viewtopic.php?f=51&t=242497&start=40
这一页上大约有九篇文章是有效的,但都铎给了你非常仔细的指示;
https://askubuntu.com/questions/901028
复制相似问题