$ sudo pkcon refresh
Refreshing cache [=========================]
Loading cache [=========================]
Downloading packages [=========================]
Running [=========================]
Finished [=========================]
Fatal error: E: The repository 'http://archive.neon.kde.org/user focal Release' no longer has a Release file.
W: Updating from such a repository can't be done securely, and is therefore disabled by default.
W: See apt-secure(8) manpage for repository creation and user configuration details.
Fixed by doing:
sudo dpkg --configure -a
sudo apt --fix-broken install
sudo pkcon update
Refreshing cache [=========================]
Loading cache [=========================]
Downloading packages [=========================]
Running [=========================]
Finished [=========================]
Fatal error: E: The repository 'http://archive.neon.kde.org/user focal Release' no longer has a Release file.
W: Updating from such a repository can't be done securely, and is therefore disabled by default.
W: See apt-secure(8) manpage for repository creation and user configuration details.
Fixed by doing:
sudo dpkg --configure -a
sudo apt --fix-broken install
sudo pkcon update
Comment