pipやその他の必須項目をインストールできません

pipやその他の必須項目をインストールできません

このコマンドをpip使用してインストールしようとすると、次のように応答します。aptsudo apt install python-pip

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package python-pip

これはpip3でも起こります。

┌──(aja㉿aja)-[~/Desktop/minecraft java] 
└─$ sudo apt install python3-pip 
[sudo] password for aja: 
Reading package lists... Done 
Building dependency tree... Done 
Reading state information... Done 
Package python3-pip is not available, but is referred to by another package. 
This may mean that the package is missing, has been obsoleted, or 
is only available from another source 

E: Package 'python3-pip' has no installation candidate

私はCaliLinuxを使用しています。

どうすれば解決できますか?

ベストアンサー1

python-pip現在のバージョンの Debian またはカリ;Python 3バージョンをインストールできます。

sudo apt install python3-pip

おすすめ記事