次のコマンドを使用して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