在Debian中安装ZIP

可能重复:
apt-get update在debian lenny上得到404

我有search在debian安装zip的命令是

apt-get安装zip

我试了很多次 结果就是这样。

Err http://ftp.jp.debian.org lenny/main unzip 5.52-12 404 Not Found Err http://ftp.jp.debian.org lenny/main zip 2.32-1 404 Not Found Failed to fetch http://ftp.jp.debian.org/debian/pool/main/u/unzip/unzip_5.52-12_i386.deb 404 Not Found Failed to fetch http://ftp.jp.debian.org/debian/pool/main/z/zip/zip_2.32-1_i386.deb 404 Not Found E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? 

我错过了什么 ?

如果它不一定是“zip”,而是支持.zip文件的东西,你可以随时给p7zip一个。

另外值得一试的是Ubuntu 8.04的zip等效包 。 解压缩也可以在这里find 。

它们与Debian问题中提到的版本是相同的,我一般都会发现,对于这样的事情,Debian和Ubuntu可以很好地互换。

如果您发现.deb文件不起作用,您可以随时查看其中的zip和解压缩二进制文件,

 ar vx path/to/file.deb 

然后tar xzvf data.tar.gz然后看看你是否可以从debian软件包中find这些文件。