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,660

1 Answers1

4

You can lock a package with

sudo apt-mark hold packagename

command.

Frantique
  • 8,493