软件包下载问题

软件包下载问题

每当我尝试安装该vim包时,都会出现以下错误。我该怎么办?

Failed to fetch  http://dk.archive.ubuntu.com/ubuntu/pool/main/v/vim/vim-runtime_7.3.547-4ubuntu1.1_all.deb
 404  Not Found
Failed to fetch  http://dk.archive.ubuntu.com/ubuntu/pool/main/v/vim/vim_7.3.547-4ubuntu1.1_i386.deb
 404  Not Found 
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

答案1

尝试清除 vim 并重新安装:

sudo apt-get remove vim-common
sudo apt-get clean && sudo apt-get purge
sudo apt-get update && sudo apt-get install vim

相关内容