Uninstall / Delete / Remove Package

December 16, 2010 at 10:25 am | Posted in Ubuntu | Leave a comment

Just use the following syntax:
sudo apt-get remove {package-name}

For example remove package called xinetd, enter:
$ sudo apt-get remove xinetd

Remove package called xinetd along with all configuration files, enter:
$ sudo apt-get --purge remove xinetd

To list all installed package, enter:\
dpkg --list
dpkg --list | less
dpkg --list | grep -i 'http'

Advertisement

Leave a Comment »

RSS feed for comments on this post. TrackBack URI

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.

Follow

Get every new post delivered to your Inbox.