While upgrading from 22.04 to 24.04 I got this message:
"Some third party entries in your sources.list were disabled. You can re-enable them after the upgrade with the 'software-properties' tool or your package manager."
Several weeks after the upgrade I have noticed that some applications are not getting updates, they do not show up in KDE Discover.
If a take a look at the folder /etc/apt/sources.list.d/ :
I can see a google-chrome.list.distUpgrade with the following contents:
There is also the file ubuntu.sources:
And the file third-party.sources with the following lines:
I have removed the "#" from the beginning of the "deb" line in google-chrome.list.distUpgrade, saved the file and tried a "sudo apt update" which does not detect the latest Google Chrome version. Also tried to update via Discover with the same result (it displays "Up do date"). These are my current settings in Discover:
What is happening here? How do I re-enable SW updates?
Thanks in advance
"Some third party entries in your sources.list were disabled. You can re-enable them after the upgrade with the 'software-properties' tool or your package manager."
Several weeks after the upgrade I have noticed that some applications are not getting updates, they do not show up in KDE Discover.
If a take a look at the folder /etc/apt/sources.list.d/ :
I can see a google-chrome.list.distUpgrade with the following contents:
Code:
### THIS FILE IS AUTOMATICALLY CONFIGURED ### # You may comment out this entry, but any other modifications may be lost. # deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main # disabled on upgrade to noble
Code:
Types: deb URIs: http://es.archive.ubuntu.com/ubuntu/ Suites: noble noble-updates noble-backports Components: main restricted universe multiverse Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg Types: deb URIs: http://security.ubuntu.com/ubuntu Suites: noble-security Components: main restricted universe multiverse Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Code:
Enabled: no Types: deb URIs: cdrom:[Kubuntu 22.04.2 LTS _Jammy Jellyfish_ - Release amd64 (20230223)]/ Suites: jammy Components: main restricted universe multiverse
What is happening here? How do I re-enable SW updates?
Thanks in advance
Comment