To uninstall x509-util just follow these instructions.
sudo apt-get remove x509-util
This will remove just the x509-util package itself.
sudo apt-get remove --auto-remove x509-util
This will remove the x509-util package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for x509-util then this will work.
sudo apt-get purge x509-util
Or similarly, like this x509-util
sudo apt-get purge --auto-remove x509-util
Package | x509-util |
Version | 1.5.0-1 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://hackage.haskell.org/package/x509-util |
Description | utility for X.509 certificates and chains |
Distro | ubuntu |
Release | vivid |
Repo | universe |
Section | universe/haskell |