disable updates for a particular app [solved] [Solved]
-
- Posts: 35
- Joined: Fri Jul 01, 2022 4:19 pm
disable updates for a particular app [solved]
i find that librewolf is frequently updating, and after installation of updates it demands an immediate restart which is very annoying
how can i suspend updates for this app? I checked the package manager and synaptic but couldn't see how to do it there
thanks
how can i suspend updates for this app? I checked the package manager and synaptic but couldn't see how to do it there
thanks
Last edited by neverdimed on Sun Feb 19, 2023 5:59 am, edited 1 time in total.
- Eadwine Rose
- Administrator
- Posts: 15207
- Joined: Wed Jul 12, 2006 2:10 am
Re: disable updates for a particular app [Solved]
In Synaptic, select the package, then in the menu: package - lock version.
MX-23.6_x64 July 31 2023 * 6.1.0-38amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
-
- Posts: 35
- Joined: Fri Jul 01, 2022 4:19 pm
Re: disable updates for a particular app
excellent, thanks!
Re: disable updates for a particular app [solved]
... But ... the MX Updater (using apt in the background) (and apt, apt-get, aptitude in terminal) won't care that. Therefore it's best to use the command: apt-mark hold.
i.e.
sudo apt-mark hold firefox
sudo apt-mark hold clementine geany featherpad
sudo apt-mark unhold clementine featherpad
i.e.
sudo apt-mark hold firefox
sudo apt-mark hold clementine geany featherpad
sudo apt-mark unhold clementine featherpad
Re: disable updates for a particular app [solved]
IMHO, mx-updater will honor synaptic pinned packages.Huckleberry Finn wrote: Sun Feb 19, 2023 7:00 am ... But ... the MX Updater (using apt in the background) (and apt, apt-get, aptitude in terminal) won't care that.
Re: disable updates for a particular app [solved]
That would be great. Is this behaviour new?
Re: disable updates for a particular app [solved]
It's enabled by some time now, IIRC, at least since MX21.
Re: disable updates for a particular app [solved]
It's good then. Though this is for MX17 (max) it needs to be updated:
https://mxlinux.org/wiki/help-files/help-synaptic/ wrote:
Note that pinning via Synaptic does not prevent the package from being upgraded when using the command line.
- Eadwine Rose
- Administrator
- Posts: 15207
- Joined: Wed Jul 12, 2006 2:10 am
Re: disable updates for a particular app [solved]
Hm.. it should obey what I select in Synaptic. I am not "worthy" of the command line, and this way is what I learned how to do this loads of years ago. So.. I do hope it indeed does obey. :)
MX-23.6_x64 July 31 2023 * 6.1.0-38amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Re: disable updates for a particular app [solved]
Normally it needed to be done with a workaround by the user (there was such a post by Fehlix). It seems they made such a change ootb (which's a good idea). Otherwise, even aptitude won't care what was hold with apt-mark hold ..