0

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?

1 Answers1

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

bistoco
  • 1,531
  • 15
  • 23