Ubuntu Software Installation and removal related commands
Installing the Software
Command: Apt-get install softname1 softname2 softname3 ...
Uninstalling software
Command: Apt-get remove softname1 softname2 softname3 ...
Uninstalling and clearing the configuration
Command: Apt-get Remove--purge softname1
Update the Software information database
Command: Apt-get update
Perform a system upgrade
Command: Apt-get Upgrade
Search Packages
Command: Apt-cache search softname1 softname2 softname3 ...
Deb package related installation and uninstallation
Installing the Deb Package
Command: Dpkg-i xxx.deb
Remove Package
Command: Dpkg-r xxx.deb
Deleted along with the configuration file
Command: Dpkg-r--purge xxx.deb
View package Information
Command: Dpkg-info xxx.deb
View File copy Details
Command: Dpkg-l xxx.deb
To view installed package information on the system
Command: Dpkg-l
Reconfigure the package
Command: dpkg-reconfigure XXX
Ubuntu Software Installation and uninstallation