# apt-get update && apt-get upgrade && apt-get dist-upgrade
Hit:1 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:2 http://packages.microsoft.com/repos/code stable InRelease
Ign:3 http://apt.postgresql.org/pub/repos/apt kali-rolling-pgdg InRelease
Hit:5 https://repo.protonvpn.com/debian stable InRelease
Err:6 http://apt.postgresql.org/pub/repos/apt kali-rolling-pgdg Release
404 Not Found [IP: 147.75.85.69 80]
Get:4 http://mirror.serverius.net/kali kali-rolling InRelease [30.6 kB]
Reading package lists... Done
E: The repository 'http://apt.postgresql.org/pub/repos/apt kali-rolling-pgdg 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.
答案1
从您的sources.list中删除PostgreSQL存储库,因为它不接受kali-rolling
分发,请参阅这个目录。
postgresql
打包在 Kali Linux 存储库中,您可以通过以下方式安装它:
sudo apt update
sudo apt install postgresql