Tag: update manager

如何修复损坏的存储库信息?

我的指标小程序中有一个小的红叉图标,在hover时它表示检查更新时发生错误。 因此,我无法通过synaptic编辑选定的存储库,而synaptic拒绝打开对话框,而只是尝试更新包列表。 Get:1 http://dl.google.com stable Release.gpg [197B] Hit http://archive.ubuntu.com maverick Release.gpg Ign http://archive.ubuntu.com/ubuntu/ maverick/main Translation-en Hit http://extras.ubuntu.com maverick Release.gpg Ign http://extras.ubuntu.com/ubuntu/ maverick/main Translation-en Hit http://ppa.launchpad.net maverick Release.gpg Ign http://ppa.launchpad.net/elementaryart/ppa/ubuntu/ maverick/main Translation-en Ign http://ppa.launchpad.net/elementaryart/ppa/ubuntu/ maverick/main Translation-en_GB Ign http://dl.google.com/linux/chrome/deb/ stable/main Translation-en Hit http://archive.ubuntu.com/ubuntu/ maverick/main Translation-en_GB Ign http://archive.ubuntu.com/ubuntu/ maverick/multiverse Translation-en Hit http://archive.ubuntu.com/ubuntu/ maverick/multiverse Translation-en_GB Ign http://archive.ubuntu.com/ubuntu/ maverick/restricted Translation-en […]

如何解决ubuntu 16.04上的更新问题

虽然更新我有这样的错误 W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1 W: Target Translations (main/i18n/Translation-en_US) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1 W: Target Translations (main/i18n/Translation-en) is configured multiple times in /etc/apt/sources.list.d/google-chrome.list:3 and /etc/apt/sources.list.d/google.list:1 W: Target DEP-11 (main/dep11/Components-amd64.yml) is configured […]

Ubuntu 16.04更新管理器错误

每次我尝试执行软件更新时,我都会从软件管理器中收到此错误: W:GPG error: http://download.virtualbox.org/virtualbox/debian xenial InRelease: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY A2F683C52980AECF, W:The repository ‘http://download.virtualbox.org/virtualbox/debian xenial InRelease’ is not signed., W:Data from such a repository can’t be authenticated and is therefore potentially dangerous to use., W:See apt-secure(8) manpage for repository creation and user configuration details., W:There […]

为什么apt-get不需要重启,更新管理器在哪里?

通常我会尝试通过打开控制台并输入序列来“击败”更新管理器 sudo apt-get update sudo apt-get upgrade 据我所知,应该将所有软件包更新到最新的稳定版本。 据我所知,更新管理器也是如此。 但是,更新管理器有时(最常见的是在分发新内核时)需要在终止后重新启动。 apt-get永远不会,即使看起来我正在升级内核。 为什么会这样? 响应重复投票:我不是在询问链接问题是哪个软件包需要重新启动。 相反,我问为什么 apt-get不会要求我重新启动,即使我认识到更新管理器需要重启的软件包正在更新。

更新管理器(软件更新程序)的等效命令行是什么?

当我做 sudo apt-get update sudo apt-get upgrade 有时,Ubuntu GUI Update Manager仍然会剩下一些项目。 例如“Complete Generic Linuux kernel”。 我知道还有sudo apt-get dist-upgrade ,但这涉及其他事情。 我的问题是,我可以使用的另一个命令行选项是更新GUI更新管理器中显示的其余项目(但不会触及任何其他内容)。 换句话说,我正在寻找等效的命令行。 编辑:这个问题是指更新管理器,相当于较新版本(例如16.04)中的软件更新程序,正如@Eliah Kagan所指出的那样 。

dpkg:error handling包shim-signed

我刚刚运行了软件更新程序(在Ubuntu 16.04上)。 在安装新软件包(包括新的内核版本)时,我收到了一个Grub安全启动警报。 之后,软件更新程序崩溃了。 它停留在shim-signed上的安装后触发器上。 在杀死了与dpkg相关的所有进程后,我尝试再次配置它 sudo dpkg –configure -a 返回以下内容: Setting up shim-signed (1.32~16.04.1+0.9+1474479173.6c180c6-1ubuntu1) … debconf: DbDriver “config”: /var/cache/debconf/config.dat is locked by another process: Resource temporarily unavailable dpkg: error processing package shim-signed (–configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: shim-signed 我担心,如果我重新启动,我将有启动问题。 我可以重新配置shim-signed,还是可以以某种方式还原更新?

Ubuntu Extras密钥环错误

最近我收到了很多GPG错误,并在各个阶段尝试了以下方法: sudo apt-key adv –keyserver keyserver.ubuntu.com –recv-keys 3E5C1192 sudo apt-get install -reinstall ubuntu-extras-keyring (仅适用于Ubuntu Extras) gpg –keyserver keyserver.ubuntu.com –recv 3E5C1192 gpg –export –armor 3E5C1192 | sudo apt-key add – sudo apt-get update sudo aptitude -o Acquire::http::No-Cache=True -o Acquire::BrokenProxy=true update` sudo -i apt-get clean cd /var/lib/apt mv lists lists.old mkdir -p lists/partial apt-get clean apt-get update […]

软件和更新(software-properties-gtk):’EOFError:编组数据太短’

我无法在14.04上打开软件和更新工具并收到以下错误: 以下是apt-get update的完整输出 ,它显示了此警告: W: GPG error: http://dl.bintray.com Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 99E82A75642AC823 当我运行sudo software-properties-gtk ,我得到了这个错误回溯 。 它显示了像EOFError: marshal data too short这样的错误EOFError: marshal data too short 。 我怎样才能解决这个问题?

无法获取PPA错误(Deluge)

可能重复: 如何使用PPA修复404错误? 我该如何解决这个错误? W:Failed to fetch http://ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/quantal/main/source/Sources 404 Not Found, W:Failed to fetch http://ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/quantal/main/binary-amd64/Packages 404 Not Found, W:Failed to fetch http://ppa.launchpad.net/deluge-team/ppa/ubuntu/dists/quantal/main/binary-i386/Packages 404 Not Found, E:Some index files failed to download. They have been ignored, or old ones used instead. 我尝试时会发生同样的错误, sudo apt-get update && sudo apt-get upgrade

更新时出现GPG错误

我在更新时遇到了这个错误。我读了关于这个问题的问题和答案,但重点是签名 。 它不会返回签名密钥! Get:1 http://archive.canonical.com lucid Release.gpg [198B] Ign http://archive.canonical.com/ lucid/partner Translation-en_US … … … Get:24 http://archive.ubuntu.com lucid-security/main Packages [380kB] Get:25 http://archive.ubuntu.com lucid-security/restricted Packages [14B] Get:26 http://archive.ubuntu.com lucid-security/multiverse Packages [4,556B] Get:27 http://archive.ubuntu.com lucid-security/main Sources [118kB] Get:28 http://archive.ubuntu.com lucid-security/restricted Sources [14B] Get:29 http://archive.ubuntu.com lucid-security/universe Packages [125kB] Get:30 http://archive.ubuntu.com lucid-security/universe Sources [34.5kB] Fetched 12.8MB in 10min 33s […]