# 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.
发布于 2022-01-29 18:54:25
从PostgreSQL中删除sources.list存储库,因为它不接受kali-rolling
发行版,请参阅这个目录。postgresql
是在Kali存储库中打包的,您可以通过以下方法安装它:
sudo apt update
sudo apt install postgresql
https://unix.stackexchange.com/questions/688468
复制相似问题