Ubuntu não atualiza

Ubuntu não atualiza
sudo apt-get update && apt-get upgrade

eu digito minha senha aqui

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.

Apenas algumas informações básicas, sou novo no Linux.
O que fiz de errado e o que é hhtp?

Responder1

  1. sudo apt-get update && apt-get upgradenão pode funcionar de jeito nenhum, porque é uma combinação de:

    • sudo apt-get update(não há problema aqui)
    • apt-get upgrademas este precisa do sudo

    Então use sudo apt-get update && sudo apt-get upgradeem vez disso.

  2. hhtpé provavelmente um problema de digitação, deve ser http. Para corrigi-lo, abra o software-property-gtk:

    • usando linha de comando: software-property-gtkou
    • pesquise digitandoProgramas(nomeadoAtualizações de software)

    Vá paraOutros softwarese encontre o link PPA errado → useModificarpara corrigir o hhtpto httpe confirmar.

insira a descrição da imagem aqui

Agorase não houver nenhum problema novo, você pode executar o seu sudo apt-get update && sudo apt-get upgradesem problemas.

informação relacionada