apt-get command on ubuntu

APT is stands for 'Advanced Packaging Tool'.

The apt-get command is a powerful command-line tool, which works with Ubuntu's Advanced Packaging Tool (APT) performing such functions as installation of new software packages, upgrade of existing software packages, updating of the package list index, and even upgrading the entire Ubuntu system.

Some examples of popular uses for the apt-get utility:

  1. Install a Package : sudo apt-get install nmap
  2. Remove a Package : sudo apt-get remove nmap
  3. Update the Package Index : sudo apt-get update
  4. Upgrade Packages : sudo apt-get upgrade 
  5. Further Information : apt-get help

Comments

Popular posts from this blog

WP register_post_type() with custom CMB2 meta box

Git post receive setup at server for git push to the production from local machine