Saltar al contenido

¿Cómo restauro el archivo sources.list?

Contamos con el resultado a esta pregunta, al menos eso pensamos. Si continuas con dudas puedes dejarlo en el apartado de comentarios, para nosotros será un placer responderte

Solución:

Puede arrancar en un Live CD (una máquina virtual será suficiente) y copiar /etc/apt/sources.list de eso. Alternativamente, tenga lista una imagen de Live CD y siga estas instrucciones:

  1. Monte el CD. Si tienes un .iso archivo, móntelo usando:

    sudo mount -o loop ubuntu-11.04-desktop-amd64.iso /media/cdrom
    
  2. Monte el archivo del sistema de archivos desde el CD:

    sudo mount -o loop /media/cdrom/casper/filesystem.squashfs /mnt
    
  3. Copie el archivo sources.list sobre:

    sudo cp /mnt,/etc/apt/sources.list
    
  4. Cambie los permisos del archivo si es necesario:

    sudo chmod 644 /etc/apt/sources.list
    

Desde mi Ubuntu 11.04 Live CD:

deb http://archive.ubuntu.com/ubuntu natty main restricted
deb-src http://archive.ubuntu.com/ubuntu natty main restricted

deb http://security.ubuntu.com/ubuntu natty-security main restricted
deb-src http://security.ubuntu.com/ubuntu natty-security main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu natty-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu natty-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
# deb http://archive.ubuntu.com/ubuntu natty universe
# deb-src http://archive.ubuntu.com/ubuntu natty universe
# deb http://archive.ubuntu.com/ubuntu natty-updates universe
# deb-src http://archive.ubuntu.com/ubuntu natty-updates universe
# deb http://security.ubuntu.com/ubuntu natty-security universe
# deb-src http://security.ubuntu.com/ubuntu natty-security universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
# deb http://archive.ubuntu.com/ubuntu natty multiverse
# deb-src http://archive.ubuntu.com/ubuntu natty multiverse
# deb http://archive.ubuntu.com/ubuntu natty-updates multiverse
# deb-src http://archive.ubuntu.com/ubuntu natty-updates multiverse
# deb http://security.ubuntu.com/ubuntu natty-security multiverse
# deb-src http://security.ubuntu.com/ubuntu natty-security multiverse

Para obtener la mejor velocidad de descarga, debe volver a seleccionar un espejo cerca de usted:

  1. Abra el Centro de software de Ubuntu
  2. Abierto Editar -> Fuentes de software…
  3. Haga clic en el cuadro de selección junto a Descargar desde:
  4. Seleccione un servidor a su elección

Es posible que también desee habilitar algunos repositorios, como Software de código abierto mantenido por la comunidad (universo) y Software restringido por derechos de autor y cuestiones legales (multiverso)

Para 16,04

Aquí hay una lista que puede usar para /etc/apt/sources.list

Simplemente ejecute el siguiente comando:

sudo nano /etc/apt/sources.list

y luego copie y pegue los siguientes contenidos en el archivo (¡estas deberían ser las únicas líneas en el archivo!):

deb http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ xenial main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ xenial-updates main restricted universe multiverse

deb http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted universe multiverse

deb http://archive.canonical.com/ubuntu xenial partner
deb-src http://archive.canonical.com/ubuntu xenial partner

prensa CONTROL + o y luego presione INGRESAR para guardar el archivo. prensa CONTROL + X salir nano.

En caso de que no esté en el servidor Ubuntu, es decir, sin GUI. Puede seguir los siguientes pasos:-

  1. Ir Software y actualizaciones.
  2. Seleccione Software Ubuntu.
  3. Seleccione las fuentes que desea tener.
  4. Haga clic en Cerrar. Le pedirá que recargue y actualice el caché.
  5. Hacer clic Recargar.

Espera y relájate; Automáticamente creará el archivo sources.list por usted.

Eres capaz de añadir valor a nuestra información añadiendo tu experiencia en las ilustraciones.

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *