Kali Linux 2017.2에 Python Idle 설치

Kali Linux 2017.2에 Python Idle 설치

다음 명령을 사용하여 Python 유휴를 설치하고 싶습니다.

sudo apt-get install idle3

산출:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package idle3

2016.2 버전에서는 이 명령을 사용하여 설치했는데... 지금은 설치할 수 없습니다.
나는 또한 다음 명령을 시도했습니다.

sudo apt-get install idle-python3.6

산출:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package idle-python3.6
E: Couldn't find any package by glob 'idle-python3.6'
E: Couldn't find any package by regex 'idle-python3.6'

내가 타자를 치려고 할 때유휴 3터미널에는 다음과 같이 표시됩니다.

bash: idle3: command not found

어떻게 설치하나요?유휴 3Kali-Linux 2017.2에서요?

답변1

편집하세요 /etc/apt/sources.list. 다음 줄만 있어야 합니다.

deb http://http.kali.org/kali kali-rolling main non-free contrib

저장하고 실행하세요:

apt update
apt install idle3

답변2

idle3type 만 입력 하지 마세요 idle.

답변3

date 명령과 time 명령을 실행해 보십시오. 정확하지 않으면 시간을 변경하십시오.

그런 다음 명령을 다시 실행하십시오.

관련 정보