How to uninstall dpv #36
caioariede
announced in
Documentation
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Remove the shell configuration
Before you remove dpv, make sure you update your shell configuration file.
For example, if you use Bash it should be
~/.bashrc
or if you use Zsh it should be~/.zshrc
Remove the following line from it:
Remove executable
Now,
dpv
does not have any direct dependencies since it's a simple shell script.Find the executable and remove it:
rm "$(command -v dpv)"
Beta Was this translation helpful? Give feedback.
All reactions