Проблема с обновлением sudo apt-get 16.04 [дубликат]

W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list.d/moka-ubuntu-daily-xenial.list:2 and /etc/apt/sources.list.d/moka-ubuntu-daily-xenial.list:3
W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list.d/moka-ubuntu-daily-xenial.list:2 and /etc/apt/sources.list.d/moka-ubuntu-daily-xenial.list:4
W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list.d/noobslab-ubuntu-apps-dependencies-xenial.list:2 and /etc/apt/sources.list.d/noobslab-ubuntu-apps-dependencies-xenial.list:3
W: GPG error: http://extras.ubuntu.com/ubuntu precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 16126D3A3E5C1192
W: The repository 'http://extras.ubuntu.com/ubuntu precise Release' is not signed.
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.
W: http://archive.canonical.com/ubuntu/dists/precise/Release.gpg: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: http://us.archive.ubuntu.com/ubuntu/dists/precise-security/InRelease: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: http://us.archive.ubuntu.com/ubuntu/dists/precise-updates/InRelease: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: http://us.archive.ubuntu.com/ubuntu/dists/precise-backports/InRelease: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: http://us.archive.ubuntu.com/ubuntu/dists/precise/Release.gpg: Signature by key 630239CC130E1A7FD81A27B140976EAF437D05B5 uses weak digest algorithm (SHA1)
W: The repository 'http://ppa.launchpad.net/webupd8team/jupiter/ubuntu oneiric 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.
W: The repository 'http://ppa.launchpad.net/folke-schwinning/personal/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.
W: The repository 'http://ppa.launchpad.net/noobslab/apps-dependencies/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/webupd8team/jupiter/ubuntu/dists/oneiric/main/source/Sources  404  Not Found
E: Failed to fetch http://ppa.launchpad.net/folke-schwinning/personal/ubuntu/dists/xenial/main/source/Sources  404  Not Found
E: Failed to fetch http://ppa.launchpad.net/noobslab/apps-dependencies    /ubuntu/dists/xenial/main/source/Sources  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.
W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list.d/moka-ubuntu-daily-xenial.list:2 and /etc/apt/sources.list.d/moka-ubuntu-daily-xenial.list:3
W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list.d/moka-ubuntu-daily-xenial.list:2 and /etc/apt/sources.list.d/moka-ubuntu-daily-xenial.list:4
W: Target Sources (main/source/Sources) is configured multiple times in /etc/apt/sources.list.d/noobslab-ubuntu-apps-dependencies-xenial.list:2 and /etc/apt/sources.list.d/noobslab-ubuntu-apps-dependencies-xenial.list:3

Я попробовал решение из по этой ссылке Но не получил решения

Я попытался установить GRASS GIS, OSGeo и т. Д.

0
задан 13 April 2017 в 15:25

2 ответа

  1. Входят /etc/apt/sources.list.d и ищут moka-ubuntu-daily-xenial.list и удаляют его, если больше чем одна запись присутствует.
  2. Выполняют следующий шаг для noobslab-ubuntu-apps-dependencies-xenial.list также.
  3. , Где строки запускаются с E, это означает ошибку. проверьте, корректен ли URL или нет.
  4. Для всех строк с W, они предупреждают. Согласно журналам мы можем прийти к заключению, что URL, который Вы поместили, не достижим.
0
ответ дан 28 September 2019 в 03:12

Сначала

Для configured multiple times ошибка, в terminal, сделайте это:

ls -al /etc/apt/sources.list.d/moka-ubuntu-daily-xenial.list*

Вы будете, вероятно, видеть это:

moka-ubuntu-daily-xenial.list
moka-ubuntu-daily-xenial.list:2
moka-ubuntu-daily-xenial.list:3
moka-ubuntu-daily-xenial.list:4

Отпуск moka-ubuntu-daily-xenial.list один, и удаляют оставление 3 с:

sudo rm /etc/apt/source.list.d/moka-ubuntu-daily-xenial.list:2
sudo rm /etc/apt/source.list.d/moka-ubuntu-daily-xenial.list:3
sudo rm /etc/apt/source.list.d/moka-ubuntu-daily-xenial.list:4

Второй

Для 404 Not Found ошибки, см. мой предыдущий ответ на этот тот же вопрос в том, как сбросить источники обновления

Треть

Проигнорируйте ошибки SHA1.

Четвертый

Для repository can't be authenticated ошибки, установка y-ppa-manager и обновите gpg авторизационные ключи. В terminal, тип:

sudo apt-get update
sudo apt-get install y-ppa-manager

Затем запустите PPA Manager из панели инструментов Единицы.

0
ответ дан 28 September 2019 в 03:12

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

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