安装 Canon Pixma IP2770 驱动程序时出现问题

安装 Canon Pixma IP2770 驱动程序时出现问题

在我的 Ubuntu 13.10 系统中,我尝试安装佳能 Pixma IP2770使用以下命令:

sudo add-apt-repository ppa:michael-gruz/canon

sudo apt-get update

sudo apt-get install cnijfilter-ip2700series

然后我收到如下错误信息:

cnijfilter-common:i386 : Depends: libpopt0:i386 (>= 1.7) but it is not going to be installed
cnijfilter-ip2700series:i386 : Depends: libatk1.0-0:i386 (>= 1.9.0) but it is not going to be installed
                               Depends: libcairo2:i386 (>= 1.0.2-2) but it is not going to be installed
                               Depends: libgtk2.0-0:i386 (>= 2.8.0) but it is not going to be installed
                               Depends: libpango1.0-0:i386 (>= 1.12.3) but it is not going to be installed
                               Depends: libpopt0:i386 (>= 1.7) but it is not going to be installed
                               Depends: libtiff4:i386 but it is not going to be installed

有人可以帮忙解决这个问题吗?

答案1

尝试以下命令;

sudo apt-get remove libpopt0 libatk1.0-0 libcairo2 libgtk2.0-0 libpango1.0-0 libpopt0 libtiff4

sudo apt-get --install-suggests --install-recommends install cnijfilter-ip2700series

相关内容