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
sudo apt-get update && apt-get upgrade
no puede funcionar en absoluto, porque es una combinación de:sudo apt-get update
(no hay problema aquí)apt-get upgrade
pero este necesita sudo
Así que úsalo
sudo apt-get update && sudo apt-get upgrade
en su lugar.hhtp
Probablemente sea un problema tipográfico, debe serlohttp
. Para corregirlo, abra elsoftware-property-gtk
:- usando la línea de comando:
software-property-gtk
o - buscarlo escribiendoSoftware(llamadoActualizaciones de software)
Ir aOtro softwarey encuentre el enlace PPA incorrecto → useModificarpara corregir el
hhtp
yhttp
confirmar.- usando la línea de comando:
Ahorasi no hay ningún problema nuevo, podrás ejecutar tu sudo apt-get update && sudo apt-get upgrade
sin ningún problema.