How to uninstall a package installed from snapcraft?

I used this command line

sudo snap install pwgen-tyhicks

to install pwgen but I can't findout how to use it. So I want to uninstall it. How to uninstall it?

2

1 Answer

sudo snap remove pwgen-tyhicks

From documentation:

Prior to removal (except on Ubuntu Core systems), a snap’s internal user, system, and configuration data is saved as a snapshot (snapd 2.39+), and retained for 31 days. A snapshot can be used to restore the state of your snap upon reinstallation.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like