2

When I run sudo apt-get upgrade some of my installed packages also upgrading, but I don't want to upgrade them. Is there any way to avoid upgrade them.

Reverse of this question

αғsнιη
  • 35,092
  • 41
  • 129
  • 192

1 Answers1

4

You can lock a package with

sudo apt-mark hold packagename

command.

Frantique
  • 8,435
  • 35
  • 51