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,696
1

Try the command below to upgrade vlc only.

sudo apt-get --only-upgrade install vlc
Byte Commander
  • 107,489
M.A.K. Ripon
  • 3,139