1

I want to update only one Application like VLC or Firefox instead of upgrading all applications.

sudo apt-get upgrade

above command will update all the application, but I want only one particular application to be update.

Using Ubuntu 18.04 LTS on HP 15 R006TX Notebook PC.

prakash
  • 19
  • 3

2 Answers2

3

sudo apt-get install vlc will install OR upgrade vlc

cmak.fr
  • 8,411
  • 2
  • 29
  • 45
1

Try the command below to upgrade vlc only.

sudo apt-get --only-upgrade install vlc
Byte Commander
  • 105,631
  • 46
  • 284
  • 425
M.A.K. Ripon
  • 3,039
  • 2
  • 26
  • 36