2

UbuntuVMにGDツールキットをインストールしようとしています。操作は非常に簡単です。

sudo apt-get install php5-gd

ただし、これを実行すると、パッケージに対して404(Not Foundエラー)が発生します。

Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  php5-gd
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
3 not fully installed or removed.
Need to get 38.8 kB of archives.
After this operation, 163 kB of additional disk space will be used.
Err http://us.archive.ubuntu.com/ubuntu/ precise-updates/main php5-gd amd64 5.3.10-1ubuntu3.1
  404  Not Found [IP: 91.189.92.153 80]
Err http://security.ubuntu.com/ubuntu/ precise-security/main php5-gd amd64 5.3.10-1ubuntu3.1
  404  Not Found [IP: 91.189.92.151 80]
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/p/php5/php5-gd_5.3.10-1ubuntu3.1_amd64.deb  404  Not Found [IP: 91.189.92.151 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

誰かがこの問題に遭遇しましたか?

4

2 に答える 2

3

user1190992から回答を得ましたapt-getは単に時代遅れでした...。

このコマンドはトリックを行いました:

sudo apt-get update
于 2012-07-26T01:47:31.303 に答える
0

インターネットはすべて壊れている可能性があります。試す

$ curl 91.189.92.153

于 2012-07-20T15:25:49.927 に答える