склонный - добираются, обновление бросает ошибку

Я получаю следующую ошибку, когда я работаю sudo apt-get update:

Reading package lists... Error!
W: The repository 'http://ppa.launchpad.net/gijzelaar/opencv2.3/ubuntu xenial Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://ppa.launchpad.net/gijzelaar/opencv2.3/ubuntu/dists/xenial/main/binary-amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
E: Unable to parse package file /var/lib/apt/lists/ppa.launchpad.net_gijzelaar_opencv2.3_ubuntu_dists_xenial_main_binary-amd64_Packages (1)
E: Unable to parse package file /var/lib/apt/lists/ppa.launchpad.net_gijzelaar_opencv2.3_ubuntu_dists_xenial_main_binary-i386_Packages (1)
E: Unable to parse package file /var/lib/apt/lists/ppa.launchpad.net_gijzelaar_opencv2.3_ubuntu_dists_xenial_main_binary-all_Packages (1)
E: Unable to parse package file /var/lib/apt/lists/ppa.launchpad.net_gijzelaar_opencv2.3_ubuntu_dists_xenial_main_i18n_Translation-en (1)
W: You may want to run apt-get update to correct these problems
E: The package cache file is corrupted

Как я могу решить это? Моя версия человечности 16.04

0
задан 26 February 2018 в 07:01

1 ответ

ppa:gijzelaar/opencv2.3 не имеет пакетов для 16,04 LTS (xenial).

Решение состоит в том, чтобы удалить проблемный PPA:

sudo add-apt-repository -r ppa:gijzelaar/opencv2.3
sudo rm /var/lib/apt/lists/ppa.launchpad.net_gijzelaar_opencv2.3*

Затем запустите sudo apt-get update и т. Д.

2
ответ дан 30 October 2019 в 09:15

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

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