I use few apps infrequently and would prefer them updated at reduced frequency. Certain apps are too critical to be updated anytime and I'd like them to be updated when I am ready to handle a potential crash. In "Software & Updates", their is an option to globally configure the update cycle to daily, weekly, biweekly etc. There is no option to select or deselect certain apps. Goal is to reduce unnecessary updates and save on bandwidth consumption.
Updates like security updates, ubuntu base etc are no issues. Examples of critical and less frequently used apps.
- Critical app : Oracle Virtualbox
- Less frequently used app : Firefox, VS Code, Zoom etc.
sudo apt update
would be very helpful to guide you. – user535733 Feb 14 '22 at 15:18apt-mark hold
in mind. @raj has added that option in his answer. Zoom deb version does not update at all. See https://askubuntu.com/questions/1271154/updating-zoom-in-the-terminal – user68186 Feb 15 '22 at 14:29