Acabo de cambiar mi sistema operativo a Linux Mint 17, pero tengo algunos problemas cuando intento ejecutar
sudo apt-get update
[EDIT] Ahora tengo los siguientes errores:
Err http://extra.linuxmint.com qiana InRelease
Err http://extra.linuxmint.com qiana Release.gpg
Unable to resolve 'extra.linuxmint.com'
Err http://archive.canonical.com trusty InRelease
Err http://archive.canonical.com trusty Release.gpg
Unable to resolve 'archive.canonical.com'
W: Failed to fetch http://packages.linuxmint.com/dists/qiana/InRelease
W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/InRelease
W: Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/Release.gpg Unable to resolve 'archive.canonical.com'
W: Failed to fetch http://packages.linuxmint.com/dists/qiana/Release.gpg Unable to resolve 'packages.linuxmint.com'
W: Failed to download some index files. Been ignored, or old ones used instead.
En los archivos en /etc/apt/source.list.d/ tengo: official-package-repositories.list: # No edite este archivo manualmente, use las Fuentes de software en su lugar.
deb http://packages.linuxmint.com qiana main upstream import #id:linuxmint_main
deb http://extra.linuxmint.com qiana main #id:linuxmint_extra
deb http://archive.ubuntu.com/ubuntu trusty main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu trusty-updates main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://archive.canonical.com/ubuntu/ trusty partner
getdeb.list:
# deb http://archive.getdeb.net/ubuntu aplicaciones de confianza-getdeb
linux
ubuntu
linux-mint
user2726706
fuente
fuente
Respuestas:
La respuesta está en el mensaje de error, pero tal vez oscuro. No puede resolver las diversas URL enumeradas. Probablemente porque no tienes conexión a Internet. Comience con un ping para ver si esto es cierto:
Ping kernel.org o cualquier otro host conocido como 8.8.8.8
Si no obtienes ping, entonces prueba dhclient eth0 (suponiendo que está conectado a eth0) para obtener una nueva dirección IP.
Si recibe un ping, haga ping a las URL e intente ver qué está mal. Wget también es una buena herramienta, pero ping es más simple.
fuente