【发布时间】:2020-04-21 12:29:45
【问题描述】:
好吧,我是个菜鸟,我刚刚安装了 Kali Linux。我正在尝试通过命令安装 python-pip
apt-get install python-pip
我得到了这个输出
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-pip
我检查了我的来源 /ect/apt/sources.list,它说
deb http://http.kali.org/kalikali-last-snapshot 主要非免费贡献
我也多次运行 apt-get 更新,但无济于事。请帮忙。
【问题讨论】:
-
当你输入
python时输出是什么 -
上面写着
python 2.7.18rc1 (default date and time)
标签: python kali-linux