Tag: package management

依赖于ppa

我的ppa中有一个包(fcl)在我的启动板ppa中它取决于另一个包(libccd),它位于另一个ppa ppa:imnmfotmal / libccd。 FCL在libccd中构建和运行依赖。 所以我在启动板中添加了libccd作为ppa依赖,并且两者都成功构建。 但是当我在添加fcl ppa后尝试安装fcl包时,它会抛出一个错误 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 […]

无法删除apt包(未满足的依赖项)

问题描述 这一切都始于我在此帖后尝试安装texlive 2016时。 我添加了如下PPA: sudo add-apt-repository ppa:jonathonf/texlive 然后安装texlive-full 。 不幸的是安装崩溃然后我决定删除整个包并重新安装它。 我首先尝试使用apt-get remove删除texlive-full ,但是我收到以下错误: $ sudo apt-get remove texlive-full Reading package lists… Done Building dependency tree Reading state information… Done Package ‘texlive-full’ is not installed, so not removed You might want to run ‘apt-get -f install’ to correct these: The following packages have unmet dependencies: dvipng […]

dpkg:error handling包libc-bin( – configure)

升级到Ubuntu 16.04后,我无法更新我的系统。 平常之后: apt-get upgrade 我收到此错误: Reading package lists… Done Building dependency tree Reading state information… Done Calculating upgrade… Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Do you want to continue? […]

在未来版本的Ubuntu中,默认的包管理工具集是什么?

随着Ubuntu软件中心的推出,我记得阅读,虽然我现在找不到任何可靠的资源,但各种软件包经理最终都会被弃用。 实际上,Gdebi不再是默认安装的一部分,我听说Synaptic计划在不久的将来被删除。 但是命令行工具怎么样? 如果你知道你追求的是什么包名,那么它们比Ubuntu软件中心更有效。 它们会继续作为独立应用程序存在,还是会以某种方式进入Ubuntu软件中心,成为它的命令行界面?

处理linux-image- *包时遇到的错误(通过APT / dpkg)

sudo apt-get upgrade返回: Errors were encountered while processing: linux-image-4.8.0-39-generic linux-image-4.8.0-41-generic linux-image-generic linux-firmware linux-signed-image-4.8.0-39-generic linux-image-extra-4.8.0-39-generic linux-image-4.8.0-37-generic linux-image-extra-4.8.0-37-generic linux-signed-image-4.8.0-41-generic linux-signed-image-4.8.0-37-generic linux-signed-image-generic linux-image-extra-4.8.0-41-generic linux-generic linux-signed-generic initramfs-tools E: Sub-process /usr/bin/dpkg returned an error code (1) 我看到了相关的问题,但他们的错误有点不同。 我不知道这是否重要。

W:GPG错误和警告:以下软件包无法通过身份validation!

我得到以下输出sudo apt-get update和sudo apt-get upgrade命令。 user@user-VPCCB45FN:~$ sudo apt-get update …… …… Ign http://in.archive.ubuntu.com trusty-backports/main Translation-en_US Ign http://in.archive.ubuntu.com trusty-backports/multiverse Translation-en_US Ign http://in.archive.ubuntu.com trusty-backports/restricted Translation-en_US Ign http://in.archive.ubuntu.com trusty-backports/universe Translation-en_US Fetched 3,581 kB in 59s (59.9 kB/s) Reading package lists… Done W: GPG error: http://download.virtualbox.org trusty InRelease: The following signatures couldn’t be verified because the public key is […]

当尝试从13.10升级到14.04时,升级停止在“aborting samba-libs preinst”

在升级过程中,升级过程暂停,我无法重新启动更新程序。 它似乎与桑巴有关。 我运行了sudo apt-get install -f并获得了以下结果: Reading package lists… Done Building dependency tree Reading state information… Done Correcting dependencies… Done The following packages were automatically installed and are no longer required: attr bind9 bind9utils blt consolekit dvgrab icoutils kate-data katepart kde-l10n-engb kde-runtime-data kdelibs-bin kdelibs5-data kdelibs5-plugins kdenlive-data kdoctools ldb-tools libamd2.2.0 libattica0.4 libbaloocore4 libbaloofiles4 libbalooxapian4 libboost-filesystem1.53.0 libboost-locale1.53.0 […]

包中包含未满足的依赖项 – 无法安装fglrx

我是Ubuntu的新手并试图生存,但是,我无法想象这一点 – 希望它很容易! Ubuntu软件中心说:无法安装新软件,因为当前安装的软件存在问题。 你想现在修复这个问题吗? 当我这样做时,它就失败了。 我想这一切都始于我试图从AMD的网站为我的video卡安装更好的驱动器。 基于终端窗口的信息,我试过: sudo apt-get install -f 我得到了 relskhan@Ceti-Alpha-V:~$ sudo apt-get install -f [sudo] password for relskhan: Sorry, try again. [sudo] password for relskhan: Reading package lists… Done Building dependency tree Reading state information… Done Correcting dependencies… Done The following extra packages will be installed: fglrx The following NEW packages […]

如何修复损坏的包管理器 – java oracle

每当我尝试安装任何东西时,它都会失败,如下所示: Fetched 2,203 kB in 6s (352 kB/s) Selecting previously unselected package sgml-data. (Reading database … 305823 files and directories currently installed.) Preparing to unpack …/0-sgml-data_2.0.10_all.deb … Unpacking sgml-data (2.0.10) … Selecting previously unselected package docbook-xml. Preparing to unpack …/1-docbook-xml_4.5-8_all.deb … Unpacking docbook-xml (4.5-8) … Selecting previously unselected package libept1.5.0:amd64. Preparing to unpack …/2-libept1.5.0_1.1+nmu3build1_amd64.deb … […]

安装python 3.5后apt依赖项的问题

我下载并编译了最新的python 3.5,并使用checkinstall安装了它。 现在我得到了大量在apt中缺少依赖项的软件包。 apt-xapian-index : Depends: python (< 2.8) but 3.5.0-1 is to be installed duplicity : Depends: python (= 2.6.6-7~) ubuntu-system-service : Depends: python (= 2.7.1-0ubuntu2) E: Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a solution). 但是我仍然安装了python,包括2.7.9。 $ which python /usr/bin/python $ python Python 2.7.9 (default, Apr 2 2015, 15:33:21) […]