GNU/Linux >> Tutoriales Linux >  >> Ubuntu

No se puede agregar Ppa:'ppa:yannubuntu/boot-repair'?

Tenía Ubuntu 13.10 instalado en mi computadora portátil. Después de actualizar Windows, traté de recuperar grub a través de Boot Repair a través de estos comandos mencionados aquí:

sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair

Pero cuando ejecuto el primer comando, aparece este error:

Cannot add PPA: 'ppa:yannubuntu/boot-repair'.
Please check that the PPA name or format is correct.

¿Cuál es el problema?

Respuesta aceptada:

Te sugiero que hagas en la terminal:

sudo add-apt-repository ppa:yannubuntu/boot-repair

y luego hacer:

 sudo apt-get update

si no funciona, le sugiero que lo agregue manualmente en apt-get

nano /etc/apt/source.list.d/yannubuntu-boot-repair-saucy.list

y escribe esto:

deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu saucy main

luego guárdelo y actualice:

sudo apt-get update

Ubuntu
  1. ¿Cómo arreglar paquetes rotos?

  2. ¿Convertir Ubuntu Desktop 14.04 en servidor?

  3. N ¿Alternativa a Gnome-terminal?

  4. ¿Error al ejecutar Sudo Apt-get -f Install?

  5. Sudo Apt-get Install Tcl8.5-dev Tk8.5-dev?

Agregar o eliminar repositorios PPA en Ubuntu

¿Qué hace sudo apt-get update?

Solucione el error "No se puede agregar PPA" en Ubuntu y Linux Mint

Cómo agregar un usuario a Sudoers en Ubuntu 20.04

No se puede acceder a Ppa... Por favor, compruebe su conexión a Internet?

Ubuntu 20.04 ¿Instalando controladores Nvidia?