
¿Cómo arreglar este problema? Cada vez que intento instalar/actualizar paquetes falla
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]
Respuesta1
Abra su Centro de software yendo al tablero y buscándolo.
En el menú, seleccione "editar"->"fuentes de software".
En la ventana emergente que se abre, habrá una pestaña de 'software de Ubuntu' (la primera) y una 'opción de descarga desde selección'. Elija 'Servidor principal' e ingrese su contraseña.
Luego intente ejecutar sudo apt-get update && sudo apt-get upgrade
en la terminal.
Respuesta2
Primero verifique si tiene una conexión a Internet que funcione. Y también seleccione Mejor servidor para descargar paquetes de software y actualizaciones.
Luego actualice los repositorios e intente instalar paquetes,
sudo apt-get update
sudo apt-get install <package name>