![E: 패키지 net-tools에는 설치 후보가 없습니다.](https://linux55.com/image/15789/E%3A%20%ED%8C%A8%ED%82%A4%EC%A7%80%20net-tools%EC%97%90%EB%8A%94%20%EC%84%A4%EC%B9%98%20%ED%9B%84%EB%B3%B4%EA%B0%80%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
할 수 없습니다 apt-get install net-tools
. 오류가 발생합니다.
E: net-tools 패키지에 대한 설치 후보가 없습니다.
비슷한 이름의 다른 질문과 달리 저는 Ubuntu 20.04를 사용하고 있으며 네트워크 문제 해결 도구가 작동하지 않습니다. apt
여전히 저장소를 나열할 수 있습니다. 업데이트하고, 업그레이드하고, 재부팅하고, 계속해서 시도했지만 아무것도 작동하지 않습니다.
에러 메시지:
~$ ifconfig
Command 'ifconfig' not found but can be installed with:
sudo apt install net-tools
~$ sudo apt install net-tool
[sudo] password for jordan:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package net-tool
~$ apt-cache policy net-tools
net-tools:
Installed: (none)
Candidate: 1.60+git20180626.aebd88e-1ubuntu1
Version table:
1.60+git20180626.aebd88e-1ubuntu1 500
500 http://pg.archive.ubuntu.com/ubuntu focal/main amd64 Packages
답변1
s
명령에서 마지막 항목이 누락되었습니다.
sudo apt install net-tool
노력하다
sudo apt install net-tools
대신에.