Disclaimer: berrybrew author here...
To uninstall and return your system back to default:
berrybrew off
berrybrew unconfig
- then delete the directory you downloaded it to, as well as the installation directory (by default,
C:\berrybrew
)
- Edit your PATH variable to remove any entries that start with
C:\berrybrew
(or the base install directory if you've changed it from the default). One of the path entries will point to C:\berrybrew\bin
, and there may be one more that points to the currently in-use Perl installation (also under C:\berrybrew\...
). Technically speaking, there shouldn't be any after the first two commands are run, but one should always verify
Essentially, there's really nothing to "uninstall". It comes down to removing $ENV{PATH}
ie. specific environment variables that point to a) berrybrew.exe binary itself, and b) the Perl installation that you last used.
I will update the documentation to provide more clarity in this regard.