Tag: 易于

在尝试进行更新时,如何修复“MergeList问题”或“状态文件无法解析”错误?

电脑在一个窗口中给了我这个输出: E: Encountered a section with no Package: header E: Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_natty_main_binary-i386_Packages E: The package lists or status file could not be parsed or opened. 我怎样才能解决这个问题?

如何修复错误“W:Target Packages …多次配置”?

我刚刚安装了Ubuntu Gnome 16.04。 我告诉它保存我的文件 – 哪个有效。 某些软件必须重新安装。 现在当我运行sudo apt-get update我看到了这个: W: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:33 and /etc/apt/sources.list:87 W: Target Packages (main/binary-i386/Packages) is configured multiple times in /etc/apt/sources.list:33 and /etc/apt/sources.list:87 W: Target Packages (main/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:33 and /etc/apt/sources.list:87 W: Target Translations (main/i18n/Translation-en_GB) is configured multiple times in […]

什么是“dist-upgrade”,为什么升级超过“升级”?

我想知道为什么upgrade有时不想升级系统的某些部分,而dist-upgrade会这样做。 以下是运行apt-get upgrade后的示例: apt-get upgrade : rimmer@rimmer-Lenovo-IdeaPad-S10-2:~$ sudo apt-get upgrade Reading package lists… Done Building dependency tree Reading state information… Done The following packages have been kept back: linux-generic linux-headers-generic linux-image-generic 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded. 与apt-get dist-upgrade : rimmer@rimmer-Lenovo-IdeaPad-S10-2:~$ sudo apt-get dist-upgrade Reading package lists… Done Building […]

由于缺少CDROM,无法下载存储库信息

更新时我收到此错误消息: W:Failed to fetch cdrom://Ubuntu 11.10 _Oneiric Ocelot_ – Release amd64 (20111012)/dists/oneiric/main/binary-i386/Packages Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs W:Failed to fetch http://ppa.launchpad.net/synce/ubuntu/dists/your_ubuntu_version/main/source/Sources 404 Not Found 该怎么办?

apt-get update无法获取文件,“临时故障解决…”错误

Err http://archive.canonical.com natty InRelease Err http://security.ubuntu.com oneiric-security InRelease Err http://extras.ubuntu.com natty InRelease Err http://security.ubuntu.com oneiric-security Release.gpg Temporary failure resolving ‘security.ubuntu.com’ Err http://archive.canonical.com natty Release.gpg Temporary failure resolving ‘archive.canonical.com’ Err http://extras.ubuntu.com natty Release.gpg Temporary failure resolving ‘extras.ubuntu.com’ Err http://gb.archive.ubuntu.com oneiric InRelease Err http://gb.archive.ubuntu.com oneiric-updates InRelease Err http://gb.archive.ubuntu.com natty-backports InRelease Err http://gb.archive.ubuntu.com oneiric Release.gpg Temporary failure resolving […]

由于“哈希和不匹配”错误导致无法下载包列表

当我检查更新时,出现“无法下载存储库信息”错误。 这是详细信息: W: Failed to fetch gzip:/var/lib/apt/lists/partial/us.archive.ubuntu.com_ubuntu_dists_natty_main_source_Sources Hash Sum mismatch, E: Some index files failed to download. They have been ignored, or old ones used instead.

如何获取和修改通过apt-get安装的软件包的源代码?

我假设通过apt-get安装的所有应用程序都是开源的; 但对于那些以这种方式可用的那些,我在哪里可以获得这些应用程序的源代码并更新它们? 我有一些我经常使用的应用程序,这些应用程序不再被主动开发,我想添加function。 我将在哪里获得更新这些应用程序的权利? 在这种情况下,具体来说,我指的是hellanzb包

‘apt-get’不适用于Proxy

对于命令 sudo apt-get update 我收到以下错误: W: Failed to fetch http://ch.archive.ubuntu.com/ubuntu/dists/maverick-updates/multiverse/binary-i386/Packages.gz 407 Proxy Authentication Required (The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied. ) 我正在使用VirtualBox在Windows XP上运行Ubuntu 10.10。 对于Internet连接,我使用代理服务器进行身份validation。 我尝试使用gnome-network-proxy工具在系统范围内设置代理设置。 之后/etc/environment已由http_proxy变量更新,格式为http://my_proxy:port/ ,没有validation数据。 我用Firefox检查过这个。 浏览器询问我的登录名和密码,一切正常。 不幸的是,apt-get并非如此。 我也尝试过这里所描述的。 不幸的是它不起作用。 可能它在某种程度上与代理在Windows域中的事实相关,任何想法? 我的代理名称是http-proxy 。 ‘ – ‘这是一个特殊角色吗?

无法纠正问题,您已经破坏了包裹

从10.04升级到12.04后,我尝试安装不同的软件包。 例如ia32-libs和skype(4.0)。 当试图安装这些时,我得到’无法纠正问题,你已经破坏了包’错误消息。 输出命令: sudo apt-get install -f Reading package lists… Done Building dependency tree Reading state information… Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 运行之后: sudo dpkg –configure -a foo@foo:~$ sudo apt-get install -f Reading package lists… Done Building dependency tree Reading state information… Done 0 upgraded, 0 […]