zap
zap copied to clipboard
How to uninstall the application
I used the installation method mentioned in repo's home page.
How can I uninstall it first from the system?
To uninstall a specific app,
zap uninstall <appname>
After uninstalling all apps from zap
rm -rf ~/.local/share/zap
rm -rf ~/.config/zap
rm -rf ~/.local/bin/zap
We do not have an uninstall script or uninstall command right now, but the above commands should work.
The package is installed in /usr/local/bin/ so you would need to run 'sudo rm -rf /usr/local/bin/zap' as well if you installed it globally.