Saya menggunakan Ubuntu 16.04 LTS. Pagi ini ketika saya berlari sudo apt-get update
, saya menemukan kesalahan berikut:
W: The repository 'http://us.archive.ubuntu.com/ubuntu lucid 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://us.archive.ubuntu.com/ubuntu/dists/lucid/main/source/Sources 404 Not Found [IP: 91.189.91.26 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Saya sudah memeriksa internet untuk jawabannya. Meskipun saya menemukan beberapa posting yang serupa, tidak ada solusi yang bekerja untuk saya. Salah satu solusi menarik yang saya coba adalah:
Solusi paling sederhana adalah dengan melakukan dua langkah berikut:
1- Cadangkan daftar sumber Anda -> sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup
2- Buka file sumber "/etc/apt/sources.list" Ubah nama semua instance dari us.archive atau arsipkan http://us.archive.ubuntu.com/ubuntu/
ke
http://old-releases.ubuntu.com/ubuntu/
Juga melakukan hal yang sama untuk http://security.ubuntu.com/ubuntu/dists/saucy-security/universe/binary-i386/Packages
3 - Jalankan sudo apt-get pembaruan setelah melakukan hal di atas.
Coba tebak .. tidak berhasil. Infact itu melemparkan lebih banyak kesalahan:
W: The repository 'http://old-releases.ubuntu.com/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://old-releases.ubuntu.com/ubuntu xenial-updates 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://old-releases.ubuntu.com/ubuntu xenial-backports 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://old-releases.ubuntu.com/ubuntu xenial-security 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://us.archive.ubuntu.com/ubuntu lucid 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://old-releases.ubuntu.com/ubuntu/dists/xenial/main/binary-amd64/Packages 404 Not Found
E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/xenial-updates/main/binary-amd64/Packages 404 Not Found
E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/xenial-backports/main/binary-amd64/Packages 404 Not Found
E: Failed to fetch http://old-releases.ubuntu.com/ubuntu/dists/xenial-security/main/binary-amd64/Packages 404 Not Found
E: Failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/lucid/main/source/Sources 404 Not Found [IP: 91.189.91.23 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Tolong bantu.
EDIT:
Berikut adalah sumber asli saya. Daftar:
# deb cdrom:[Ubuntu 16.04 LTS _Xenial Xerus_ - Release amd64 (20160420.1)]/ xenial main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://in.archive.ubuntu.com/ubuntu/ xenial main restricted
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://in.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
## 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
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://in.archive.ubuntu.com/ubuntu/ xenial universe
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial universe
deb http://in.archive.ubuntu.com/ubuntu/ xenial-updates universe
# deb-src http://in.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://in.archive.ubuntu.com/ubuntu/ xenial multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://in.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
# deb-src http://in.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://in.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
# deb-src http://in.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu xenial partner
# deb-src http://archive.canonical.com/ubuntu xenial partner
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
Jawaban:
Anda telah membuat beberapa kesalahan besar di sini.
Pertama, Anda menjalankan 16,04. Itu berarti Anda tidak dapat secara membuta mengganti cermin arsip normal dengan
old-releases
. Inilah sebabnya mengapa saat ini Anda mendapatkan kesalahan yang Anda dapatkan tentang repo Xenial hilang.Kedua, Anda masih mencoba untuk menggambar dari repositori Lucid. Itu tidak akan membantu Anda, karena sebagian besar item dalam repositori Lucid tidak akan berfungsi di Xenial atau dihapus dari repo karena berbagai alasan, atau digantikan oleh versi yang diperbarui. Dan, instruksi yang Anda ikuti untuk rilis lama hanya berlaku untuk baris repositori Lucid yang Anda miliki di konfigurasi Anda.
Inilah cara untuk memperbaiki masalah yang Anda alami.
/etc/apt/sources.list
, dan mulai dengan mengganti semuaold-releases.ubuntu.com
entri dengan cermin asli Andaus.archive.ubuntu.com
,.Temukan baris yang mereferensikan
lucid
dan berikan komentar, atau gunakanold-releases.ubuntu.com
hanya untuk repositori itu .Jika Anda tidak tahu mana entri dalam
/etc/apt/sources.list
atau/etc/apt/sources.list.d/*
memiliki ini 'jelas' masuk, kemudian jalankan perintah ini dari/etc/apt/
:grep -r -i lucid /etc/apt/
; itu akan mengidentifikasi file yang mengandung kata 'jelas'sudo apt-get update
dan perintah serupa sekarang seharusnya berfungsi tanpa masalah.Saya sangat merekomendasikan untuk mengomentari repositori Lucid, karena mereka adalah akhir dari kehidupan juga, dan kecuali Anda benar - benar membutuhkan sesuatu dari mereka, Anda tidak harus membuatnya tetap diaktifkan.
sumber
lucid
. Saya telah mengedit pertanyaan dan menambahkansources.list
. Bisakah Anda melihatnya?apt-get update
juga untuk mencoba melihat apakah kesalahannya sudah teratasi. (gunakangrep -r -i lucid /etc/apt/
untuk menemukan referensi Lucid)/etc/apt/sources.list.d/alternative_Repo.list
. Setelah mengomentari, kesalahan sudah hilang sekarang.