Glam Prestige Journal

Bright entertainment trends with youth appeal.

When entering

sudo snap --purge libreoffice

I'm getting error: unknown flagpurge'`

3 Answers

You can do

snap remove --purge libreoffice

This will Remove the snap without saving a snapshot of its data according to the man page of snap

4

The --purge-option is used in addition to the remove-command. To remove` a snap without saving a snapshot of it's data use:

sudo snap remove --purge libreoffice

Please take a look at man snap to see which commands and options can be used with snap.

1

There is no purge command for snaps.

sudo snap remove libreoffice
0

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