
Como consertar esse problema? Toda vez que tento instalar/atualizar pacotes, ele falha
root@nson:~# sudo apt-get install dconf-editor
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
dconf-editor
0 upgraded, 1 newly installed, 0 to remove and 230 not upgraded.
Need to get 99,4 kB of archives.
After this operation, 492 kB of additional disk space will be used.
Err http://be.archive.ubuntu.com/ubuntu/ saucy/universe dconf-editor amd64 0.16.1-1
Could not resolve 'be.archive.ubuntu.com'
Failed to fetch http://be.archive.ubuntu.com/ubuntu/pool/universe/d/d-conf/dconf-editor_0.16.1-1_amd64.deb Could not resolve 'be.archive.ubuntu.com'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@nson:~#
root@nson:~# sudo apt-get update
0% [Connecting to be.archive.ubuntu.com] [Connecting to security.ubuntu.com] [Connecting to extras.ubuntu.com]
Responder1
Abra seu Centro de Software acessando o painel e procurando por ele.
No menu, selecione "editar"->"fontes de software".
Na janela pop-up que se abre, haverá uma guia ‘Software Ubuntu’ (a primeira) e uma opção ‘Baixar da seleção’. Escolha 'Servidor principal' e digite sua senha.
Então tente executar sudo apt-get update && sudo apt-get upgrade
no terminal.
Responder2
Primeiro verifique se você tem uma conexão com a Internet funcionando. E também selecione Melhor servidor para baixar pacotes de software e atualizações.
Em seguida, atualize os repositórios e tente instalar os pacotes,
sudo apt-get update
sudo apt-get install <package name>