当前位置: 首页 > 工具软件 > Pyrit > 使用案例 >

关于pyrit安装失败最新解决

蓝星辰
2023-12-01

换源解决的,步骤:

1.用root ,升权执行: sudo su

2.进入启动终端 : cd /etc/apt/sources.list

3.编辑sources.list文件:vi sources.list

  1. 然后按 i 键进入编辑模式

把里面的deb开头的用#号注释掉

然后添加以下(添加的这些千万不要加#号!!!):

deb http://mirrors.ustc.edu.cn/debian/ buster main contrib non-free

deb http://mirrors.ustc.edu.cn/debian/ buster-updates main contrib non-free

deb http://mirrors.ustc.edu.cn/debian/ buster-backports main contrib non-free

deb http://mirrors.ustc.edu.cn/debian-security buster/updates main contrib non-free

5.然后按ESC键,输入 :wq!一共四个字母,冒号也算!!!

6.然后在再输入: apt-get update 更新源

7.再安装pyrit就行了: apt-get install pyrit

 类似资料: