I have installed GHC 7.x on FreeBSD, (installed with binary distribution, not pkg_add) but I have to downgrade it to 6.x. How can I uninstall it? Or is there general method to uninstall program on unix-like from OS?

link|improve this question

68% accept rate
feedback

migrated from stackoverflow.com Feb 28 '11 at 13:47

This question came from our site for professional and enthusiast programmers.

1 Answer

up vote 2 down vote accepted

If you've installed a package using ports, then you can uninstall it using the command pkd_delete(1), otherwise you should remove files manually.

link|improve this answer
I agree there's no other way than manual removing :( – Eonil Mar 4 '11 at 2:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.