Ubuntu Installation Guide!

26 Jun 2016

Ubuntu Software Setup Instructions

Common Guide Lines

  1. Install any softwares

    sudo apt-get install <pacakge_name>
             (or)
    Download the package from relevant site and extract and install
             (or)
    Using dpkg / Ubuntu Software Center / Synaptic Tool
    
  2. Uninstall any softwares

    sudo apt-get autoremove
    sudo apt-get remove <pacakge_name> (will remove the binaries)
            (or)
    sudo apt-get purge <pacakge_name>  (will remove everything)
    
  3. List All existing installed Packages

    dpkg-query -l
    

Setup Useful Packages

Some useful References