Skip to content

Uninstalling

Brett Smith edited this page Oct 9, 2021 · 2 revisions

Uninstaller

Run the bin/uninstaller script from where you installed Snake. This will launch a dialog where you are asked whether to remove configuration as well. If you select this option, all profiles, custom layouts and other application configuration will also be removed.

Manual Uninstallation

rm -fr ~/path/to/where/you/installed/snake
rm -f ~/.local/share/applications/snake-razer.desktop
rm -f ~/.local/share/pixmaps/snake-razer.png
rm -f ~/.config/autostart/snake-razer.desktop

If you want to clear all Snake preferences, profiles etc ..

rm -fr ~/.java/.userPrefs/uk/co/bithatch/snake
Clone this wiki locally