Skip to main content

how to upgrade/update specific applications in linux

hello linux Userzz today i am going to show you steps for upgrade specific applications  LETS GO!!!!




1>To only upgrade specific applications YOU CAN USE THESE  COMMAND 


sudo apt-get --only-upgrade install "APPLICATIONS NAME"
 
 
 OR

sudo apt-get dist-upgrade "APPLICATIONS NAME"
 
OR
 
 
 sudo apt-get upgrade "APPLICATIONS NAME"



EXAMPLE:--

 FIREFOX UPGRADE DEMO -
 
sudo apt-get dist-upgrade firefox
OR
 
 
sudo apt-get upgrade firefox
 OR


sudo apt-get --only-upgrade install firefox  

2> METASPLOIT UPGRADE EXAMPLE

sudo apt-get --only-upgrade install metasploit-framework


more information

for searching specific application name use this command

apt search "application name what ever you know"

example -

i want to find corrent application name of metasploit so used this command
apt search metasploit and in result in found  "metasploit-framework"



THANKZ FOR visting our websitez

plz subscribe our youtube channel link given here --  https://www.youtube.com/channel/UCYbTXOWSoai1eH1uCa127Zg