Tente limpar o vim e instale novamente:
sudo apt-get remove vim-common
sudo apt-get clean && sudo apt-get purge
sudo apt-get update && sudo apt-get install vim
Sempre que eu tento instalar o pacote vim
, aparece o seguinte erro. O que devo fazer?
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?
Tente limpar o vim e instale novamente:
sudo apt-get remove vim-common
sudo apt-get clean && sudo apt-get purge
sudo apt-get update && sudo apt-get install vim