I cannot seem to find a link to software sources in discover after the update to Kubuntu 22.04.Also only firmare, snap and flatpak are displayed as sources.
Asked
Active
Viewed 8,740 times
1
Bruni
- 11,219
2 Answers
1
Same issue here, this solved it for me:
Run Discover, go to the settings page, then view your journalctl (run journalctl in console and hit the End key to jump down).
That showed an error for an improperly formatted file in /etc/apt/sources.list.d/ from a release upgrade. After removing the broken source, Discovery shows the sources now.
BeastOfCaerbannog
- 16,936
Unique Name
- 11
-
Interesting. Though, my sources.list.d seems fine (no error messages in journalctl and no error messages when running apt-get update. – Bruni May 30 '22 at 06:51
1
Run Discover, go to the settings pane, then hit software sources.
Or simply enter sudo software-properties-qt on terminal
Leon
- 11
software-properties-qtinstalled in your system? That's the program thesoftware sources-button opens on my system. – mook765 Apr 28 '22 at 09:33usr/share/applicationscalledsoftware-properties-kde(beside thesoftware-properties-qtalready present - for the purpose of fixing a Muon problem discussed in comments under here), on my system I have 2 "Software Sources"in Discover, which confirms that those buttons are links to desktop files inusr/share/applications. Corresponding tools likesoftware-properties-qtneed to be installed. Do you have that installed? Do you have the file/usr/share/applications/software-properties-qt.desktop? – cipricus Apr 28 '22 at 09:44software-properties-qtinstalled, though notsoftware-properties-kdeinstalled. – Bruni Apr 28 '22 at 10:09software-properties-qtis what you need and what you should have accessible from Discover. If there is no other way, simply make it accessible separately as indicated under the other Q. – cipricus Apr 28 '22 at 16:59