I don't want to update some Software/Package for ex:FF,
But when system boots or when i Run apt-get upgrade
it starts upgrades, Why?
How to restrict it?
How to disable upgrades/Updates for that particular thing?
Where it will be located in Ubuntu 14.04?
Asked
Active
Viewed 128 times
0

Madhusudhanan
- 843
-
1possible duplicate of How to prevent updating of a specific package? – mikewhatever Aug 08 '15 at 07:47
1 Answers
2
This worked for me
sudo apt-mark hold <package-name>
It will no update/upgrade from command-line, and if you need to do it, you can from software center.
More detailed instructions here