Uninstalling and removing the packages

Just use the following command:

sudo apt-get remove {package-name}

 

For example remove package called mypack, enter:

$ sudo apt-get remove mypack

 

Remove package called mypack along with all configuration files, enter:

$ sudo apt-get --purge remove mypack

 

To list all installed package, enter:\

dpkg --list

dpkg --list | less

dpkg --list | grep -i 'http'

  • 33 Users Found This Useful
Was this answer helpful?

Related Articles

Checking system

Procedure for checking System   Check the environment. ...]# set   Show logged in users and...

Midnight Commander Shortcuts

Common Functions Ctrl + r -- Refresh active panelCtrl + t -- Mark single fileCtrl + x c -- Opens...

Installing GIT

There are many ways to set up a GIT server with console. This article shows one way to set up a...

Increasing file upload size

To increase the file upload size we have to edit two values in php.ini: upload_max_filesize and...

Processes management

List running processes with their pids, under a hierarchical structure. ...]# ps -auxf   Kill...

Powered by WHMCompleteSolution