Views:
682β
Votes: 2β
β
Solution
Tags:
apt
package-management
upgrade
updates
Link:
π See Original Answer on Ask Ubuntu β§ π
URL:
https://askubuntu.com/q/1168622
Title:
Install DPKG package without updating and upgrating the whole system
ID:
/2019/08/26/Install-DPKG-package-without-updating-and-upgrating-the-whole-system
Created:
August 26, 2019
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
I often avoid sudo apt upgrade
for many weeks when my system is running well. If there is a particular need for example security or new app features I will run it. First I check Ask Ubuntu to ensure there are no new bugs reported with upgrade
.
What I do when I want a new package is:
sudo apt update
sudo apt install paxkage-name
The update
doesnβt remove software as happened with your Firefox.
The update
will tell me X packages are upgradable but I simply ignore the message until I have time to study what will get upgraded.