srevinsaju / zap

:zap: Delightful AppImage package manager
https://zap.srev.in
MIT License
506 stars 20 forks source link

How to uninstall the application #71

Closed YahiaJr closed 2 years ago

YahiaJr commented 2 years ago

I used the installation method mentioned in repo's home page.

How can I uninstall it first from the system?

srevinsaju commented 2 years ago

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.

Zev-se commented 2 years ago

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.