Installlion's Logo

Installlion.com

How To Uninstall curl On Ubuntu 12.04 LTS

To uninstall curl just follow these instructions.

Uninstall just curl

Get a file from an HTTP, HTTPS or FTP serverUbuntu 12.04 LTSweb7.22.0-3ubuntu4
sudo apt-get remove curl

This will remove just the curl package itself.

Uninstall curl and its dependencies

sudo apt-get remove --auto-remove curl

This will remove the curl package and any other dependant packages which are no longer needed.

Purging your config/data too

If you also want to delete your local/config files for curl then this will work.

 Caution! Purged config/data can not be restored by reinstalling the package.
sudo apt-get purge curl

Or similarly, like this curl

sudo apt-get purge --auto-remove curl

Package Data

Packagecurl
Version7.22.0-3ubuntu4
MaintainerUbuntu Developers <[email protected]>
Home pagehttp://curl.haxx.se
DescriptionGet a file from an HTTP, HTTPS or FTP server
Distroubuntu
Releaseprecise
Repomain
Sectionweb

Dependencies