I've just switched from Gnome to Plasma and I'm pretty happy. However there is one problem I couldn't find a solution to. I want to keep older versions of some programs (for example I'm not ready to upgrade to the newest Kodi-Version because some Addons are not available yet, same goes for Blender). Under Gnome I used synaptic to lock the package-version and the Gnome-Updater honored it - however Discover does not and keeps nagging me to update Kodi. Is there a way to stop that and still keep the rest of my system up-to-date? Because I just know, some day I'll will forget to uncheck Kodi, Blender and Co and will have a lot of annoying work to downgrade it again...
Announcement
Collapse
No announcement yet.
Disable auto-update for some programs
Collapse
This topic is closed.
X
X
-
Personally, I disabled Discover and use muon. My locked files stay locked and the locks are honored.
(I also removed snapd and Chromium because they are both joined at the hip)."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
-
You can use Synaptic in Kubuntu just fine. Or Muon is an alternative, but depending on your Kubuntu version, is becoming rather long in the tooth, and has not seen updates in quote some time now, so there may be some small hiccups with it.
In either case, both have GUIs to do what you want
- Top
- Bottom
Comment
-
Introduction to Holding Packages - https://help.ubuntu.com/community/Pi...lding_PackagesWindows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Originally posted by Snowhog View PostIntroduction to Holding Packages - https://help.ubuntu.com/community/Pi...lding_Packages
- Top
- Bottom
Comment
-
Another possible alternative is the good old command line. It has advantages... trying is believing :-)
I have a little script (jokingly called Micro-Muon) that runs a few useful apt commands from and kdialog menu.
I basically use nothing else for updates and packages - except some very rare instances of Synaptic.
Or just add the line
alias upd='sudo apt update && sudo apt full-upgrade' to your ~/.bashrc file - and then, to have it take effect immediately - source .bashrc
so every time you type upd [enter] it will do the upgrade thing - giving you helpful information in the process.
I also added ("at my own risk", yes :-) the line
<my user> ALL=(ALL) NOPASSWD:/usr/sbin/apt
to /etc/sudoers (using visudo, obviously) so apt commands run without typing a password.
Needless to say, I have an icon in my dock for it :-)
- Top
- Bottom
Comment
-
The alias is great idea.
... so apt commands run without typing a password ...
Never a good idea, and in my opinion never a good choice. Updates occur infrequently, password entry is not a difficult task.The next brick house on the left
Intel i7 11th Gen | 16GB | 1TB | KDE Plasma 5.27.11| Kubuntu 24.04 | 6.8.0-31-generic
- Top
- Bottom
Comment
-
Originally posted by jglen490 View PostNever a good idea, and in my opinion never a good choice.
Originally posted by jglen490 View PostUpdates occur infrequently,
Originally posted by jglen490 View Postpassword entry is not a difficult task.Regards, John Little
- Top
- Bottom
Comment
Comment