1

I installed yesod via

stack install yesod-bin

And it installed it on my $HOME/.local/bin directory, I'm trying to uninstall it over stack uninstall yesod-bin, but I'm not being successful, wonder if I just delete it, it'll be enough to getting it off my system.

sjakobi
  • 3,546
  • 1
  • 25
  • 43
  • 2
    No, deleting the binary won't reverse all the effects that `stack install` had. And unfortunately, as far as I know, neither stack nor cabal has a clean story for uninstalling. – Daniel Wagner Oct 26 '19 at 22:38
  • 2
    `stack` doesn’t contain a command for uninstallation. See https://github.com/commercialhaskell/stack/issues/361 for more details about why this is the case. Also see https://stackoverflow.com/questions/38636436/how-to-uninstall-a-haskell-package-installed-with-stack for a manual way to remove a package, for if you really really want to. – bradrn Oct 26 '19 at 23:09
  • Possible duplicate of [How to uninstall a Haskell package installed with stack?](https://stackoverflow.com/questions/38636436/how-to-uninstall-a-haskell-package-installed-with-stack) – Redu Oct 27 '19 at 12:52

0 Answers0