Hi
I am on Ubuntu 16.04. When running sudo apt-get upgrade I obtain
The following packages will be upgraded: akregator-trinity amarok-common
Etc all together some 66 packages
Then saying yes WARNING: The following packages cannot be authenticated!
Then even saying yes I obtain
Err:11 http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb xenial/main-r14 amd64 kate-trinity amd64 4:14.0.10~pre13-0ubuntu16.04.0+1 404 Not Found
Can somebody please tell me what is wrong here?
Thanks and regards
Uwe Brauer
--------------------------------------------------------------------- To unsubscribe, e-mail: trinity-users-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-users-help@lists.pearsoncomputing.net Read list messages on the web archive: http://trinity-users.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Tue December 8 2020 23:34:18 Uwe Brauer via tde-users wrote:
I am on Ubuntu 16.04. When running sudo apt-get upgrade I obtain
The following packages will be upgraded: akregator-trinity amarok-common
Etc all together some 66 packages
Then saying yes WARNING: The following packages cannot be authenticated!
Then even saying yes I obtain
Err:11 http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb xenial/main-r14 amd64 kate-trinity amd64 4:14.0.10~pre13-0ubuntu16.04.0+1 404 Not Found
Can somebody please tell me what is wrong here?
I'm on Debian not Ubuntu so I can't be certain but it looks like you forgot to run apt-get update first which would have told your system to download maybe pre16 instead of pre13.
--Mike
On Tue December 8 2020 23:34:18 Uwe Brauer via tde-users wrote:
I'm on Debian not Ubuntu so I can't be certain but it looks like you forgot to run apt-get update first which would have told your system to download maybe pre16 instead of pre13.
Oop, you are right, thanks for pointing that out to me. Makes a lot of sense
Uwe
On Wednesday 09 December 2020 03:09:41 pm Uwe Brauer via tde-users wrote:
On Tue December 8 2020 23:34:18 Uwe Brauer via tde-users wrote:
I'm on Debian not Ubuntu so I can't be certain but it looks like you forgot to run apt-get update first which would have told your system to download maybe pre16 instead of pre13.
Oop, you are right, thanks for pointing that out to me. Makes a lot of sense
Apt seems to have changed the meaning of the upgrade and dist-upgrade commands (not exactly recently)*, this seems to be the recommended command set to do a 'normal' upgrade now.
apt-get update apt-get dist-upgrade
* You'd have to check man for details.
Best, Michael