zap icon indicating copy to clipboard operation
zap copied to clipboard

How to uninstall the application

Open YahiaJr opened this issue 2 years ago • 2 comments

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

How can I uninstall it first from the system?

YahiaJr avatar Mar 30 '22 18:03 YahiaJr

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.

srevinsaju avatar Apr 09 '22 19:04 srevinsaju

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.

Zev-se avatar Aug 09 '22 09:08 Zev-se