To uninstall curl just follow these instructions.
sudo apt-get remove curl
This will remove just the curl package itself.
sudo apt-get remove --auto-remove curl
This will remove the curl package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for curl then this will work.
sudo apt-get purge curl
Or similarly, like this curl
sudo apt-get purge --auto-remove curl
Package | curl |
Version | 7.22.0-3ubuntu4 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://curl.haxx.se |
Description | Get a file from an HTTP, HTTPS or FTP server |
Distro | ubuntu |
Release | precise |
Repo | main |
Section | web |