sudo apt-get update && apt-get upgrade
여기에 비밀번호를 입력해요
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.
배경 지식이 부족합니다. 저는 Linux를 처음 접했습니다.
내가 뭘 잘못했고, 무엇이 잘못됐나요 hhtp
?
답변1
sudo apt-get update && apt-get upgrade
다음의 조합이기 때문에 전혀 작동하지 않습니다.sudo apt-get update
(여기서는 문제 없습니다)apt-get upgrade
하지만 이건 sudo가 필요해
그러니
sudo apt-get update && sudo apt-get upgrade
대신 사용하세요.hhtp
아마도 오타 문제일 것입니다http
. 대신 그래야 합니다. 이를 수정하려면 다음을 엽니다software-property-gtk
.- 명령줄 사용:
software-property-gtk
또는 - 입력해서 검색해 보세요소프트웨어(명명 된소프트웨어 업데이트)
이동기타 소프트웨어잘못된 PPA 링크를 찾고 → 사용수정하다
hhtp
을 (를) 수정http
하고 확인합니다.- 명령줄 사용:
지금새로운 문제가 없다면sudo apt-get update && sudo apt-get upgrade
, 문제없이 실행할 수 있습니다 .