To uninstall yesod just follow these instructions.
sudo apt-get remove yesod
This will remove just the yesod package itself.
sudo apt-get remove --auto-remove yesod
This will remove the yesod package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for yesod then this will work.
sudo apt-get purge yesod
Or similarly, like this yesod
sudo apt-get purge --auto-remove yesod
Package | yesod |
Version | 1.4.13.1-1 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://www.yesodweb.com/ |
Description | Helper executables for the Haskell web framework Yesod |
Distro | ubuntu |
Release | wily |
Repo | universe |
Section | universe/haskell |