В этом репозитории отсутствует файл выпуска [duplicate]

У этого вопроса уже есть ответ здесь: Как я могу исправить ошибку 404 при использовании PPA или обновлении списков пакетов? 8 ответов

После выполнения apt-get-update я всегда получаю эти сообщения об ошибках:

Reading package lists... Done W: The repository 'http://ppa.launchpad.net/ubuntu-audio-dev/ppa/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. N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://dl.google.com/linux/chrome/deb stable InRelease' doesn't support architecture 'i386' E: Failed to fetch http://ppa.launchpad.net/ubuntu-audio-dev/ppa/ubuntu/dists/xenial/main/binary-i386/Packages 404 Not Found E: Some index files failed to download. They have been ignored, or old ones used instead.

Я прочитал сообщение о содержании /etc/apt/sources.list ( см. ниже). Какие строки нужно комментировать?

# deb cdrom:[Ubuntu 11.10 _Oneiric Ocelot_ - Release i386 (20111012)]/ oneiric main restricted # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://gb.archive.ubuntu.com/ubuntu/ xenial main restricted deb-src http://gb.archive.ubuntu.com/ubuntu/ xenial main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://gb.archive.ubuntu.com/ubuntu/ xenial-updates main restricted deb-src http://gb.archive.ubuntu.com/ubuntu/ xenial-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb http://gb.archive.ubuntu.com/ubuntu/ xenial universe deb-src http://gb.archive.ubuntu.com/ubuntu/ xenial universe deb http://gb.archive.ubuntu.com/ubuntu/ xenial-updates universe deb-src http://gb.archive.ubuntu.com/ubuntu/ xenial-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://gb.archive.ubuntu.com/ubuntu/ xenial multiverse deb-src http://gb.archive.ubuntu.com/ubuntu/ xenial multiverse deb http://gb.archive.ubuntu.com/ubuntu/ xenial-updates multiverse deb-src http://gb.archive.ubuntu.com/ubuntu/ xenial-updates multiverse ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. deb http://gb.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse deb-src http://gb.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu xenial-security main restricted deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted deb http://security.ubuntu.com/ubuntu xenial-security universe deb-src http://security.ubuntu.com/ubuntu xenial-security universe deb http://security.ubuntu.com/ubuntu xenial-security multiverse deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse ```

EDIT: содержимое sources.list.d:

brightbox-ruby-ng-trusty.list brightbox-ruby-ng-trusty.list.save danielrichter2007-grub-customizer-precise.list danielrichter2007-grub-customizer-precise.list.distUpgrade danielrichter2007-grub-customizer-precise.list.save google-chrome.list google-chrome.list.distUpgrade google-chrome.list.save heroku.list heyarje-libav-11-trusty.list inkscape_dev-stable-trusty.list inkscape_dev-stable-trusty.list.save maarten-baert-simplescreenrecorder-trusty.list maarten-baert-simplescreenrecorder-trusty.list.save megasync.list megasync.list.distUpgrade megasync.list.save ondrej-php-trusty.list ondrej-php-trusty.list.save oneiric-partner.list oneiric-partner.list.distUpgrade oneiric-partner.list.save spring-ppa-trusty.list spring-ppa-trusty.list.save thomas_tsai-ubuntu-tuxboot-trusty.list thomas_tsai-ubuntu-tuxboot-trusty.list.save webupd8team-java-trusty.list webupd8team-java-trusty.list.save
7
задан 9 December 2016 в 04:19

2 ответа

Я протестировал ppa, добавив их, он также показывает ту же самую ошибку:

W: The repository 'http://ppa.launchpad.net/ubuntu-audio-dev/ppa/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/ubuntu-audio-dev/ppa/ubuntu/dists/xenial/main/binary-i386/Packages 404 Not Found

Если вы перейдете на страницу ppa на панели запуска, вы увидите, что ppa больше не доступен как 13.10 (Saucy Salamander), которые вызывают ошибку 404 Not Found:

launchpad ppa page

Чтобы избавиться от ошибки, просто удалите ppa: [ ! d6] sudo add-apt-repository --remove ppa:ubuntu-audio-dev/ppa sudo apt-get update sudo apt-key del 72B194E5

Обновить

Для ошибки There is no public key available выполните следующую команду на терминале:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1397BC53640DB551

Для ошибки google chrome in Release file выполните следующие действия:

Откройте новое окно терминала и запустите следующую команду: sudo gedit /etc/apt/sources.list.d/google-chrome.list В текстовом файле, который открывается, отредактируйте файл, чтобы строка читала: deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main Нажмите «Сохранить». Закройте окно Gedit.

Источник

7
ответ дан 18 July 2018 в 02:03

Я протестировал ppa, добавив их, он также показывает ту же самую ошибку:

W: The repository 'http://ppa.launchpad.net/ubuntu-audio-dev/ppa/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/ubuntu-audio-dev/ppa/ubuntu/dists/xenial/main/binary-i386/Packages 404 Not Found

Если вы перейдете на страницу ppa на панели запуска, вы увидите, что ppa больше не доступен как 13.10 (Saucy Salamander), которые вызывают ошибку 404 Not Found:

launchpad ppa page

Чтобы избавиться от ошибки, просто удалите ppa: [ ! d6] sudo add-apt-repository --remove ppa:ubuntu-audio-dev/ppa sudo apt-get update sudo apt-key del 72B194E5

Обновить

Для ошибки There is no public key available выполните следующую команду на терминале:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1397BC53640DB551

Для ошибки google chrome in Release file выполните следующие действия:

Откройте новое окно терминала и запустите следующую команду: sudo gedit /etc/apt/sources.list.d/google-chrome.list В текстовом файле, который открывается, отредактируйте файл, чтобы строка читала: deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main Нажмите «Сохранить». Закройте окно Gedit.

Источник

7
ответ дан 24 July 2018 в 17:30

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

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