1

I want to skip the terminal update installing progress when the updates is in progress on the unwanted application enter image description here

without removing the source repository from source list

Lekensteyn
  • 174,277
Achu
  • 21,237

1 Answers1

0

If you just want to update one application and skip all other updates, run:

sudo apt-get install [package-name]

Otherwise, if you want to exclude one package from being updated, follow the instructions from How to forbid updating of a specific package?.

Lekensteyn
  • 174,277