Skip to content

Instantly share code, notes, and snippets.

@Tftlegal
Forked from ffronok/Remove-Uninstall Asterisk
Created July 21, 2022 22:51
Show Gist options
  • Select an option

  • Save Tftlegal/0d3b9c2401ad52c72c99b3cf455b3f4b to your computer and use it in GitHub Desktop.

Select an option

Save Tftlegal/0d3b9c2401ad52c72c99b3cf455b3f4b to your computer and use it in GitHub Desktop.
Remove-Uninstall Asterisk
killall -9 safe_asterisk
killall -9 asterisk
rm -rf /etc/asterisk
rm -rf /var/log/asterisk
rm -rf /var/lib/asterisk
rm -rf /var/spool/asterisk
rm -rf /usr/lib/asterisk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment