咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
apt-get install unzip 或者aptitude install unzip 时出现类似如下错误提示:
Err http://www.landui.com/ubuntu/ trusty-updates/main unzip amd64 6.0-9ubuntu1.1 404 Not Found [IP: 112.124.140.210 80] Err http://www.landui.com/ubuntu/ trusty-security/main unzip amd64 6.0-9ubuntu1.1 404 Not Found [IP: 91.189.92.201 80] E: Failed to fetch http://www.landui.com/ubuntu/pool/main/u/unzip/unzip_6.0-9ubuntu1.1_amd64.deb 404 Not Found [IP: 91.189.92.201 80]
该问题通常是由于初始系统中的软件版?库与 apt 源中的版本不一致所致。即 apt-get 请求的资源在 apt 源中不存在。
直接通过 apt-get update 进行源更新同步后,再进行apt-get install安装。