Skip to main content

Posts

Showing posts from August 29, 2017

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 u pgrade 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 "