
apt-get
Linux Mintホストにrootとしてパッケージをインストールしようとしています。
# apt-get install gparted
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libgtkmm-2.4-1c2a
Suggested packages:
xfsprogs reiserfsprogs reiser4progs jfsutils kpartx dmraid gpart
The following NEW packages will be installed:
gparted libgtkmm-2.4-1c2a
0 upgraded, 2 newly installed, 0 to remove and 343 not upgraded.
Need to get 1,557 kB of archives.
After this operation, 5,870 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
WARNING: The following packages cannot be authenticated!
libgtkmm-2.4-1c2a gparted
Install these packages without verification [y/N]? Y
Err http://archive.ubuntu.com/ubuntu/ oneiric/main libgtkmm-2.4-1c2a i386 1:2.24.2-1
404 Not Found [IP: 91.189.92.201 80]
Err http://archive.ubuntu.com/ubuntu/ oneiric/main gparted i386 0.8.1-1ubuntu4
404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gtkmm2.4/libgtkmm-2.4-1c2a_2.24.2-1_i386.deb 404 Not Found [IP: 91.189.92.201 80]
Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/g/gparted/gparted_0.8.1-1ubuntu4_i386.deb 404 Not Found [IP: 91.189.92.201 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
ご覧のとおり、ファイルapt-get
を取得できません。ネットワーク接続を確認しました。ping
apt-getはファイルを取得できないホストにアクセスできます。
# ping 91.189.92.201
PING 91.189.92.201 (91.189.92.201) 56(84) bytes of data.
64 bytes from 91.189.92.201: icmp_req=1 ttl=128 time=51.4 ms
また試しましたが、apt-get update
成功--fix-missing
しませんでした。この問題を解決する方法を知っていますか?
答え1
Oneiric(Linux Mint用)は廃止されました。