Не мог обновить программное обеспечение на Ubuntu 19.10 / Dell XPS 7590

sudo apt update управляйте заканчивается с большим количеством ошибок:

Err:6 http://security.ubuntu.com/ubuntu eoan-security InRelease
  Splitting up /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_eoan-security_InRelease into data and signature failed
Err:9 http://ppa.launchpad.net/canonical-hwe-team/backport-iwlwifi/ubuntu eoan InRelease
  Splitting up /var/lib/apt/lists/partial/ppa.launchpad.net_canonical-hwe-team_backport-iwlwifi_ubuntu_dists_eoan_InRelease into data and signature failed
Err:15 http://ppa.launchpad.net/linrunner/tlp/ubuntu eoan InRelease
  Splitting up /var/lib/apt/lists/ppa.launchpad.net_linrunner_tlp_ubuntu_dists_eoan_InRelease into data and signature failed
Reading package lists... Error!
W: GPG error: http://security.ubuntu.com/ubuntu eoan-security InRelease: Splitting up /var/lib/apt/lists/partial/security.ubuntu.com_ubuntu_dists_eoan-security_InRelease into data and signature failed
E: The repository 'http://security.ubuntu.com/ubuntu eoan-security InRelease' is no longer signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://ppa.launchpad.net/canonical-hwe-team/backport-iwlwifi/ubuntu eoan InRelease: Splitting up /var/lib/apt/lists/partial/ppa.launchpad.net_canonical-hwe-team_backport-iwlwifi_ubuntu_dists_eoan_InRelease into data and signature failed
E: The repository 'http://ppa.launchpad.net/canonical-hwe-team/backport-iwlwifi/ubuntu eoan InRelease' is no longer signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://ppa.launchpad.net/linrunner/tlp/ubuntu eoan InRelease: Splitting up /var/lib/apt/lists/ppa.launchpad.net_linrunner_tlp_ubuntu_dists_eoan_InRelease into data and signature failed
E: Clearsigned file '/var/lib/apt/lists/ppa.launchpad.net_linrunner_tlp_ubuntu_dists_eoan_InRelease' contains unsigned lines.
E: The package lists or status file could not be parsed or opened.

Это раньше хорошо работало, я не изменил свои репозитории с тех пор.

  • Действительно ли это - проблема безопасности?
  • Как я могу разрешить эту ошибку и не врежу безопасности моей системы?

enter image description here


ОБНОВЛЕНИЕ: sudo apt autoremove дает ошибку:

Reading package lists... Error!
E: Clearsigned file '/var/lib/apt/lists/ppa.launchpad.net_linrunner_tlp_ubuntu_dists_eoan_InRelease' contains unsigned lines.
E: The package lists or status file could not be parsed or opened.
0
задан 28 March 2020 в 13:46

1 ответ

Вашей проблемой GPG является легкая. Ваши подписи являются неправильными. Обновите их с:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 3B4FE6ACC0B21F32

Сделайте это с каждым неправильным ключом, просто изменив последнее ключевое число и сохранив остальных.

Восстановите свой кэш программного обеспечения:

cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo apt clean
sudo apt update
0
ответ дан 7 April 2020 в 23:26

Другие вопросы по тегам:

Похожие вопросы: