Pie*_*ano 1 apt macintosh kali-linux
我正在使用 Kali,我的 Mac Book Pro 在 Wi-Fi 监控方面有一些问题,所以我试图解决这些问题,但是当我输入命令时,会
apt-get update出现:
Ign:1 debian.org/debian main InRelease
Err:2 .jp.debian.org/debian main Release
404 Not Found
Reading package lists... Done
E: The repository 'http://ftp.jp.debian.org/debian main Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Run Code Online (Sandbox Code Playgroud)
roa*_*ima 11
您不应该为 Kali Linux使用 Debian 存储库。
要么使用 Kali 存储库,要么从 Kali 切换到不同的发行版。
由于您是初学者,因此考虑初学者的发行版会很有意义。Kali 不是初学者的发行版。相反,我会推荐 Mint、Ubuntu 或 Fedora(但这不是一个详尽的列表)。
您sources.list应该只包含以下行:
deb http://http.kali.org/kali kali-rolling main contrib non-free
Run Code Online (Sandbox Code Playgroud)
打开终端并运行以下命令:
echo deb http://http.kali.org/kali kali-rolling main contrib non-free > /etc/apt/sources.list
apt-get update && apt-get upgrade && apt-get dist-upgrade
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
33475 次 |
| 最近记录: |