Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

How to restart a snap(craft) package which claims it has no service?

Writer 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-cli

Fast search I found this...

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