Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 531 Bytes

uninstall_perlbrew.md

File metadata and controls

20 lines (13 loc) · 531 Bytes

Uninstall perlbrew

If you are like me, sometimes you want to start over. For perlbrew this is quite easy.

$ rm -Rf ~/perl5

And then clean your shell script (bash example), remove the following lines from your ~/.bash_profile:

#perlbrew
source ~/perl5/perlbrew/etc/bashrc

I have done this several times, but decided to include this brief discussion from StackOverflow.

References