Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

reset snap configuration

Writer Sophia Terry

Is there a way to reset a snap configuration back to what it was when first installed?

For instance, I could do

snap remove --purge intellij-idea-educational

But then I need to install it again, including the large download.

1 Answer

Downloaded snaps are stored in /var/lib/snapd/cache/.

Removing a snap will not remove files in this folder, even if you use the --purge-option.

Unless you removed the corresponding file(s) manually or a new version of the snap is available you can install the snap again without the need to download it again.

1

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