Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiendungdev/a3ebcc43e2d3bfda59632302a86c1094 to your computer and use it in GitHub Desktop.
Save tiendungdev/a3ebcc43e2d3bfda59632302a86c1094 to your computer and use it in GitHub Desktop.
Uninstall just fail2ban
#sudo yum remove fail2ban
This will remove the fail2ban package and any other dependant packages which are no longer needed.
Purging your config/data too (Caution! Purged config/data can not be restored by reinstalling the package.)
#sudo yum purge fail2ban
Or similarly, like this fail2ban
#sudo yum remove --auto-remove fail2ban
Share by: https://thuthuat.vip/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment