Problema de download de pacotes [fechado]

0

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?
    
por khan 19.08.2014 / 08:05

1 resposta

1

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
    
por sddgob 19.08.2014 / 08:20