E: 패키지 net-tools에는 설치 후보가 없습니다.

E: 패키지 net-tools에는 설치 후보가 없습니다.

할 수 없습니다 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

대신에.

관련 정보