apt-get update 在 kali 上不起作用

apt-get update 在 kali 上不起作用
root@kamil:~# uname -a
Linux kamil 4.12.0-kali1-amd64 #1 SMP Debian 4.12.6-1kali6 (2017-08-30) x86_64 GNU/Linux 

root@kamil:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

root@kamil:~# sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

root@kamil:~# apt update
Ign:1 http://security.kali.org/kali-security kali/updates InRelease
Err:2 http://security.kali.org/kali-security kali/updates Release
  404  Not Found
Ign:3 http://http.kali.org /kali InRelease
Ign:4 http://http.kali.org /wheezy InRelease
Ign:6 http://http.kali.org/kali kali InRelease
Err:7 http://http.kali.org /kali Release
  404  Not Found
Err:8 http://http.kali.org /wheezy Release
  404  Not Found
Err:9 http://http.kali.org/kali kali Release
  404  Not Found
Get:5 http://ftp.yzu.edu.tw/Linux/kali kali-dev InRelease [30.4 kB]
Err:5 http://ftp.yzu.edu.tw/Linux/kali kali-dev InRelease
  The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
Reading package lists... Done
E: The repository 'http://security.kali.org/kali-security kali/updates 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.
E: The repository 'http://http.kali.org /kali 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.
E: The repository 'http://http.kali.org /wheezy 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.
E: The repository 'http://http.kali.org/kali kali 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.
W: GPG error: http://ftp.yzu.edu.tw/Linux/kali kali-dev InRelease: The following signatures were invalid: EXPKEYSIG ED444FF07D8D0BF6 Kali Linux Repository <[email protected]>
E: The repository 'http://http.kali.org/kali kali-dev InRelease' is not signed.
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.

root@kamil:~# apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

正如你所看到的,我去年在电脑上安装了 Kali。当我运行时uname -r,我看到Kali的版本是旧的。

我可以做什么来升级?

答案1

在运行之前# apt upgrade,您需要运行# apt update以检查更新。如果# apt update不会显示任何可能的更新,请检查 /etc/apt/source.list ( # nano /etc/apt/sources.list) 并更正它。

相关内容