我在试图安装zipalign时遇到了这个错误
root@kali:~# apt-get install zipalign
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
libzopfli1
The following NEW packages will be installed:
libzopfli1 zipalign
0 upgraded, 2 newly installed, 0 to remove and 660 not upgraded.
Need to get 90.1 kB/110 kB of archives.
After this operation, 351 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err:1 http://http.kali.org/kali kali-rolling/main amd64 libzopfli1 amd64 1.0.2-1
404 Not Found [IP: 192.99.200.113 80]
E: Failed to fetch http://http.kali.org/kali/pool/main/z/zopfli/libzopfli1_1.0.2-1_amd64.deb 404 Not Found [IP: 192.99.200.113 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@kali:~# 发布于 2019-08-26 14:42:36
您需要更新您的索引,libzopfli1包已经在amd64上重新构建,您最终应该下载libzopfli1_1.0.2-1+b1_amd64.deb (注意“+b1”):
apt-get update
apt-get install zipalignhttps://unix.stackexchange.com/questions/537486
复制相似问题