Ubuntu no se actualiza

Ubuntu no se actualiza
sudo apt-get update && apt-get upgrade

Escribo mi contraseña aquí

Hit:1 http://za.archive.ubuntu.com/ubuntu bionic InRelease
Hit:2 http://za.archive.ubuntu.com/ubuntu bionic-updates InRelease
Get:3 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 
Hit:4 http://ppa.launchpad.net/system76/pop/ubuntu bionic InRelease
Hit:5 http://za.archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:6 https://download.docker.com/linux/ubuntu bionic InRelease
Ign:7 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:8 http://dl.google.com/linux/chrome/deb stable Release                           
Fetched 88.7 kB in 2s (53.3 kB/s)
Reading package lists... Done
E: The method driver /usr/lib/apt/methods/hhtp could not be found.
N: Is the package apt-transport-hhtp installed?
E: Failed to fetch hhtp://archive.canonical.com/ubuntu/dists/disco/InRelease  
E: Some index files failed to download. They have been ignored, or old ones used instead.

Solo algunos antecedentes, soy nuevo en Linux.
¿Qué he hecho mal y cuál es hhtp?

Respuesta1

  1. sudo apt-get update && apt-get upgradeno puede funcionar en absoluto, porque es una combinación de:

    • sudo apt-get update(no hay problema aquí)
    • apt-get upgradepero este necesita sudo

    Así que úsalo sudo apt-get update && sudo apt-get upgradeen su lugar.

  2. hhtpProbablemente sea un problema tipográfico, debe serlo http. Para corregirlo, abra el software-property-gtk:

    • usando la línea de comando: software-property-gtko
    • buscarlo escribiendoSoftware(llamadoActualizaciones de software)

    Ir aOtro softwarey encuentre el enlace PPA incorrecto → useModificarpara corregir el hhtpy httpconfirmar.

ingrese la descripción de la imagen aquí

Ahorasi no hay ningún problema nuevo, podrás ejecutar tu sudo apt-get update && sudo apt-get upgradesin ningún problema.

información relacionada