How to restart a snap(craft) package which claims it has no service?
Andrew Henderson
My specific case is mattermost-desktop, but this may help people having the same issue with other snaps. Installation and running mattermost-desktop works fine, but when it comes to restarting or stopping it, snap refuses.
specifically, sudo snap stop mattermost-desktop or sudo snap restart mattermost-desktop results in snap mattermost-desktop has no services.
I tried a number of other snap commands, to no avail.
So, how does one stop or restart a snap like this one?
(OS is Ubuntu 19.04)
1 Answer
sudo snap stop package_name
example: sudo snap stop spotify
Can use too...restart, start
example:
snap find aws
snap install aws-cli
snap remove aws-cliFast search I found this...
1