Как отменить установку репозитотия deadsnakes на Linux Debian 10? При вводе в консоль sudo apt update выводит ошибку связанную с deadsnakes

Рейтинг: 0Ответов: 1Опубликовано: 28.01.2023
~$ sudo apt update
Ign:1 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu lunar InRelease
Err:2 http://ppa.launchpad.net/deadsnakes/ppa/ubuntu lunar Release              
  404  Not Found [IP: 185.125.190.52 80]
Hit:3 https://deb.debian.org/debian bullseye InRelease                          
Hit:4 https://deb.debian.org/debian bullseye-updates InRelease
Hit:5 https://deb.debian.org/debian-security bullseye-security InRelease
Ign:6 https://storage.googleapis.com/cros-packages/109 bullseye InRelease
Hit:7 https://storage.googleapis.com/cros-packages/109 bullseye Release
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/deadsnakes/ppa/ubuntu lunar Release' does not have a Release file.
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.

Ответы

▲ 0

Строка с указание на репозиторий может находиться не в самом файле /etc/apt/sources.list, а еще в файлах папки /etc/apt/sources.list.d Поэтому выполните команду

$ grep -r deadsnakes /etc/apt/sources.list*

Чтобы найти их все.