When entering
sudo snap --purge libreofficeI'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
4The --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 libreofficePlease take a look at man snap to see which commands and options can be used with snap.
There is no purge command for snaps.
sudo snap remove libreoffice 0