我正在尝试在 Ubuntu 14.04 上安装 google talk 插件。我一直在关注本指南:
http://www.ubuntuupdates.org/ppa/google_talk_plugin
当我执行最后一步sudo apt-get install google-talkplugin 时,出现以下错误:
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/repository.spotify.com_dists_stable_non-free_i18n_Translation-en%5fUS
E: The package lists or status file could not be parsed or opened.
Run Code Online (Sandbox Code Playgroud)
这没有意义。Spotify 与安装 Google Talk 有什么关系?
最近,我尝试从 Ubuntu 调整安装谷歌地球。该程序要求我添加 google earth 的存储库。好吧,在我执行命令后,我发现一条错误消息告诉我我无法添加源并且系统无法构建包 tree.i 在终端中运行sudo apt-get update
,我发现以下错误:
Fetched 143 kB in 3min 43s (637 B/s)
Reading package lists... Error!
W: GPG error: http://ppa.launchpad.net trusty Release: The following signatures were invalid: BADSIG 6AF0E1940624A220 Launchpad PPA for TualatriX
W: GPG error: http://eg.archive.ubuntu.com trusty-backports Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/eg.archive.ubuntu.com_ubuntu_dists_trusty_multiverse_i18n_Translation-en%5fUS
E: The package lists or status file …Run Code Online (Sandbox Code Playgroud) 我从三月初开始使用13.04的开发版。在开发版本中,运行该sudo apt-get update命令的一般行为是在列表文件发生更改时完全下载它们。然而,如果使用 Ubuntu 的稳定版本,则该命令仅下载列表文件的差异(如果它们已更改)(rsync 样式)。
基本上,在开发版本中sudo apt-get update下载大约 17-18 MB 的数据;而在稳定版本中,只能下载大约 1 MB 的数据(初始运行除外)。
现在,由于 13.04 已作为稳定版发布,我想更改 的行为sudo apt-get update以模仿其在稳定版中的正常行为。我该如何做到这一点?
之前在 Ask Ubuntu 上提出了一个类似的问题,但针对稳定版本:
但是,这是 12.04 中的一个错误,后来得到了修复。但是在我的情况下给出的答案是不可行的。对于 Ubuntu+1,它不是错误,而是开发版本的一般行为。无论如何,我会通过那里提供的答案:
touch在我每次运行命令 ( sudo apt-get update)之前,John S Gruber 的回答会询问相关文件。在我的情况下这绝对不可行。这个问题的答案是可以的,因为它是 12.04 中的一个错误,并且在这种情况下提供了临时修复。
Chan-Ho Suh 的回答要求更改更新镜像。这不会解决开发版本中的问题。
安华的回答也是对这种情况的临时解决方案。它假设我sudo apt-get update只会在添加 PPA 后运行命令,因此要求禁用其他存储库。这在我的情况下是不可行的,因为我显然想更新所有存储库。我不一定只在添加 PPA 后才运行此命令。我每天运行这个命令来安装 Canonical 发布的任何更新。我sudo apt-get update用作软件中心的替代品。
所以在这里。如何恢复sudo apt-get update命令的正常行为以仅下载已更改文件的差异?希望相同的解决方案也适用于软件中心,因为如果我使用它进行更新,软件中心也会消耗类似的带宽。
我绝对不想仅仅为了恢复这种行为而重新安装 13.04。 …
昨天我的服务器还可以,但今天尝试后sudo apt-get update我收到了这个错误:更新过程。
我尝试:
sudo rm /var/lib/apt/lists/* -vf
并得到了这个。然后再试update一次,但它没有解决我的问题然后显示可能仍然是相同的错误。
我检查了我的互联网连接尝试ping google.com,得到结果:
PING google.com (74.125.235.40) 56(84) bytes of data.
From 136.198.117.254: icmp_seq=1 Redirect Network(New nexthop: fw1.jvc-jein.co.id (136.198.117.6))
64 bytes from sin01s05-in-f8.1e100.net (74.125.235.40): icmp_req=1 ttl=53 time=20.6 ms
64 bytes from sin01s05-in-f8.1e100.net (74.125.235.40): icmp_req=2 ttl=53 time=18.2 ms
64 bytes from sin01s05-in-f8.1e100.net (74.125.235.40): icmp_req=3 ttl=53 time=33.0 ms
64 bytes from sin01s05-in-f8.1e100.net (74.125.235.40): icmp_req=4 ttl=53 time=30.0 ms
64 bytes from sin01s05-in-f8.1e100.net (74.125.235.40): icmp_req=5 …Run Code Online (Sandbox Code Playgroud) 我已从 11.10 升级到 12.04。我收到以下错误消息
E:Problem parsing dependency Depends
E:Error occurred while processing iw (NewVersion2)
E:Problem with MergeList /var/lib/dpkg/status
E:The package lists or status file could not be parsed or opened.
Run Code Online (Sandbox Code Playgroud)
我已经尝试了以下命令
sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)
Ubuntu 软件中心因上述错误消息而崩溃。
每当我尝试安装某些东西时,都会遇到相同的错误:
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/repo.mongodb.org_apt_ubuntu_dists_bionic_mongodb-org_4.0_multiverse_binary-amd64_Packages
E: The package lists or status file could not be parsed or opened.
Run Code Online (Sandbox Code Playgroud)
我尝试执行以下操作:
sudo rm -r /var/lib/apt/lists/*
sudo apt-get clean && sudo apt-get update
Run Code Online (Sandbox Code Playgroud)
这是许多地方提出的解决方案,但没有奏效。
有谁知道如何解决这个问题?
在尝试通过 Ubuntu 软件中心删除、安装或更新软件时,我遇到了这样的错误...
加载包列表失败
这是一个严重的问题。稍后再试。如果再次出现此问题,请向开发者报告错误。
E:Could not open file /tmp/aptdaemon-frozen-statussfW5AS/status - open (2: No such file or directory), E:无法解析或打开包列表或状态文件。
……或者像这样 
这是什么意思?我该怎么办?
很多时候,软件中心冻结或加载缓慢或根本不加载,并且会发生错误,这似乎是自第一次获得 Ubuntu (12.04) 以来的常见行为,我还没有时间看它们——但是既然这些错误现在出现“严重”,也许有人可以帮助我?:P
这些问题可能是由我通过软件中心或终端下载的应用程序引起的吗?
我通过 Ubuntu 软件中心安装了YouTube-dl,但现在我的无法正常工作。所以我无法更新和安装 youtube-dl。我试过这个:
$ sudo add-apt-repository ppa:nilarimogard/webupd8
$ sudo apt-get update
$ sudo apt-get install youtube-dl
Run Code Online (Sandbox Code Playgroud)
然后出现以下错误......
$ youtube-dl --version
2014.02.17
$ sudo add-apt-repository ppa:nilarimogard/webupd8
[sudo] password for madhavnikam:
The main Web Upd8 PPA maintained by: http://www.webupd8.org/
To add this PPA, simply paste this in a terminal:
sudo add-apt-repository ppa:nilarimogard/webupd8
Packages in this PPA: audacious, ap-hotspot, awn-applet-radio, awn-applet-wm, calise, cmus, dockbarx, dockbarx-themes-extra, dropbox-share, emerald, exaile, fbmessenger, gnome-subtitles, gnome-window-applets, grsync, grive, gthumb, launchpad-getkeys, mc, mdm (Mint Display Manager), …Run Code Online (Sandbox Code Playgroud) 我的 ubuntu 14.04 桌面左上角有一个带减号的红色圆圈,单击时显示:
发生错误,请从右键菜单运行包管理器或在终端中运行 apt-get 以查看错误。
错误消息是:
Error: Opening the cache(E:Encountered a section with no package:header, E: Problem with MergeList/var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_i18n_Transaltion-en, E:The package lists or status file could not be opened or parsed.)'. This usually means that your installed packages have unmet dependencies.
Run Code Online (Sandbox Code Playgroud)
请帮我解决这个问题。
昨天一切正常。今天我想更新,但失败并出现以下错误:
Pakketlijsten worden ingelezen... Fout!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/repository.spotify.com_dists_stable_non-free_i18n_Translation-en
E: De pakketlijsten of het statusbestand konden of niet ontleed, of niet geopend worden.
Run Code Online (Sandbox Code Playgroud)
我有荷兰语本地化,所以我会尝试在这里翻译..(希望它有意义..)
有人知道发生了什么以及我如何解决这个问题吗?
我一直在正常使用我的电脑,直到我发现有些不对劲,然后我重新启动了它。然后我无法使用带 chrome 的 flash 浏览网页,无法从 youtube 加载 HTML5 视频。当我尝试打开 VLC 时,它说:
martin@martin-HP:~$ vlc
VLC media player 2.2.2 Weatherwax (revision 2.2.2-0-g6259d80)
[00000000016dd028] pulse audio output error: PulseAudio server connection failure: Connection refused
Run Code Online (Sandbox Code Playgroud)
和声音不起作用。
当我尝试更新 apt-get 时:
** (appstreamcli:2530): WARNING **: No origin found for file fr.archive.ubuntu.com_ubuntu_dists_xenial-updates_universe_dep11_Components-amd64.yml.gz
Segmentation fault (core dumped)
Reading package lists... Error!
E: Failed to fetch store:/var/lib/apt/lists/partial/fr.archive.ubuntu.com_ubuntu_dists_xenial_main_dep11_Components-amd64.yml.gz Hash Sum mismatch
E: Failed to fetch store:/var/lib/apt/lists/partial/fr.archive.ubuntu.com_ubuntu_dists_xenial-updates_main_dep11_Components-amd64.yml.gz Hash Sum mismatch
E: Some index files failed to download. They have been ignored, …Run Code Online (Sandbox Code Playgroud) 每当我跑步时sudo apt update
我都会得到这个结果
Reading package lists... Error!
E: Problem parsing dependency 21 of libx32gcc-10-dev:i386=10-20200411-0ubuntu1
E: Error occurred while processing libx32gcc-10-dev (NewVersion2)
E: Problem with MergeList /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.
Run Code Online (Sandbox Code Playgroud) 我试图编辑 source.listapt-get install update并从中生成新的源代码repogen.simplylinux.ch,我不知道在编辑过程中发生了什么,但现在当我输入时,version它说:
WARNING:root:could not open file '/etc/apt/sources.list'
version: command not found
Run Code Online (Sandbox Code Playgroud)
当我这样做时,apt-get install mtools它说:
root@spider-laptop:~# apt-get install mtools
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mtools is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'mtools' has no installation candidate
Run Code Online (Sandbox Code Playgroud) apt ×11
updates ×3
12.04 ×1
19.10 ×1
command-line ×1
dependencies ×1
flash ×1
merge ×1
ppa ×1
server ×1
sound ×1
ubuntu-tweak ×1
youtube-dl ×1