Tag: apt

如何在安装软件包时删除有关杯子的“未满足的依赖关系错误”?

在安装octave或wxmaxima时,我在终端中看到此错误 You might want to run ‘apt-get -f install’ to correct these: The following packages have unmet dependencies: cups : Depends: cups-daemon (>= 2.1.3-4ubuntu0.2) cups-core-drivers : Depends: cups-daemon (>= 2.1.3-4ubuntu0.2) cups-daemon : Depends: libcups2 (= 2.1.3-4) but 2.1.3-4ubuntu0.2 is to be installed E: Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a […]

我如何安装TweetDeck?

请在此处查看问题:===============> https://superuser.com/questions/218868/tweetdeck-adobe-air-on-ubuntu-10-10 得到问题: sudo apt-get install Reading package lists… Done Building dependency tree Reading state information… Done You might want to run ‘apt-get -f install’ to correct these. The following packages have unmet dependencies: tweetdeckfast.fff259dc0ce2657847bbb4aff0e62062efc56543.1 : PreDepends: adobeair (>= 1.5.3.0) but it is not installable E: Unmet dependencies. Try using -f.

如何安装gst-plugins? 无法找到包裹

在试图让“慢慢播放”恢复工作时 ,我需要安装gst-plugins包中包含的Gconfaudiosink。 guest@guest:~$ sudo apt-get install gst-plugins [sudo] password for guest: Reading package lists… Done Building dependency tree Reading state information… Done E: Unable to locate package gst-plugins (gst-plugins-base和gst-plugins-good的输出相同) 你能帮我安装这个插件吗?

如何降级到LibreOffice的特定PPA版本?

自2012年以来,我一直在使用本PPA提供的LibreOffice 。 但昨天,我进行了一次升级,其中包含了一个与我所有表格相混淆的错误 。 当我等待修复时,我想从当前版本4.2.0.4降级到之前的版本4.2.0.3。 我发现有几篇文章要从PPA降级到“默认”版本3.6,但没有一篇降级到特定的PPA版本: 如何“正确”降级LibreOffice版本 删除从PPA安装的所有软件包? 是否可以使用标准apt命令进行版本降级?

包管理器不再起作用

我正在使用ubuntu 10.10,最近我的包管理器已经停止工作,因为存在一些依赖关系或其他问题。 我根本无法升级,安装或卸载任何东西。 这是一个很大的问题。 我无法通过谷歌找到解决方案,所以我在这里寻求帮助。 这就是apt-get -f install输出的内容 LANG=en_US.UTF-8 sudo apt-get install -f Reading package lists… Done Building dependency tree Reading state information… Done The following package was automatically installed and is no longer required: firefox-4.0-core Use ‘apt-get autoremove’ to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 […]

无法在xenial中安装rhythmbox

当我尝试sudo apt install rhythmbox我得到这个: 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 […]

使用juju部署服务时,如何为私有debian repo添加公钥?

我正在尝试使用juju-deployer部署服务(比如说keystone),并将“openstack-origin”设置为我们设置的私有debian repo。 我已经设置了openstack-origin,如下所示: “openstack-origin”: “deb http://local-mirror.company.com/ubuntu-cloud trusty-updates/juno main” 当我部署服务时,它通过添加一个新文件/etc/apt/sources.list.d/juju_deb.list成功地将debian repo添加到源列表中,内容与我将openstack-origin设置为: deb http://local-mirror.company.com/ubuntu-cloud trusty-updates/juno mainu 到现在为止还挺好。 问题是,当系统从该repo安装软件包时,我们会看到以下错误: WARNING: The following packages cannot be authenticated! python-dogpile.core python-netaddr python-six python-stevedore python-oslo.config python-pbr python-keystoneclient python-keystonemiddleware python-ldappool python-sqlalchemy python-migrate python-alembic alembic python-oslo.i18n python-oslo.utils python-oslo.db python-oslo.serialization python-posix-ipc python-eventlet python-amqp python-oslo.messaging python-pycadf python-dogpile.cache python-sqlalchemy-ext python-keystone keystone E: There are problems and -y […]

有关在ubuntu中安装haskell平台或堆栈的任何建议吗?

我试图安装haskell-platform ,我得到以下未满足的依赖项。 Reading package lists… Building dependency tree… Reading state information… 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 […]

我在12.04×64上遇到葡萄酒和multiarch的依赖问题。 我需要一个解决方案

编辑3 :见底部,TL; DR-ish版本。 我想从ppa:ubuntu-wine / ppa存储库安装wine1.5。 公平得对吗? (我正在运行12.04 x64和一个自定义内核。) 我添加了他们的存储库 工作良好。 我很容易得到更新。 好吧。 (我在我的存储库中注释掉了.insource.list基本上是默认的减去额外的,伙伴和deb-src条目) root@e330:/home/nroach44/local/build/linux/src/3.5.7/linux-3.5.7# apt-get install wine1.5 Reading package lists… Done Building dependency tree Reading state information… Done Some packages could not be installed. –SNIP– The following packages have unmet dependencies: wine1.5 : Depends: wine1.5-i386 (= 1.5.20-0ubuntu1) E: Unable to correct problems, you have […]

php5-mysql安装,错误404未找到

我尝试安装php5-mysql时收到此消息 http://ports.ubuntu.com/ubuntu-ports/pool/main/p/php5/php5-mysql_5.3.3-1ubuntu9.7_powerpc.deb 404未找到 当我尝试Ubuntu软件中心和apt-get install时,它是一样的 所以像.deb文件这样的接缝不存在。 关于如何安装php5-mysql包的任何想法? 我正在使用powerPC。 (顺便说一下,我和phpmyadmin有同样的问题,包不存在)