Skip to content

How to completely delete an app #3591

Closed Answered by sebres
StormCrownSC asked this question in Q&A
Discussion options

You must be logged in to vote

It depends on package manager / distribution.
For debians it'd be apt remove --purge fail2ban (see #3327 (comment) for details).

If you installed it manually (e. g. from source), it would be enough to remove:

?/usr/local?/bin/fail2ban-* /usr/local/lib/python3.*/dist-packages/fail2ban-* /etc/fail2ban /usr/share/doc/fail2ban

but better inspect the output of dry-run setup, for instance:

python setup.py --dry-run install --without-tests

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by StormCrownSC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants