1

i have installed some applications using snapcraft which is very innovative concept.but , now i want to uninstall some of application. I had some stuff but did`nt get proper answer.

Mitesh Vasava
  • 707
  • 6
  • 13

1 Answers1

2

This question should be in the askubuntu site, but regardless. A simple google search will reveal that all you have to do is sudo snap remove <package-name>. More info here https://www.addictivetips.com/ubuntu-linux-tips/uninstall-software-on-ubuntu-linux/

jrsall92
  • 572
  • 1
  • 5
  • 19
  • Thanks. I got same solution as you mentioned. – Mitesh Vasava Mar 28 '19 at 12:01
  • @MiteshVasava In that case can you mark this answer as correct? That way if google results change this response will still point to that site and if not, the command itself is in the answer – jrsall92 Apr 11 '19 at 14:18