Chromium is installed as a snap. When it's running, how do I kill the process from command line? Like killall or pkill. This didn't work:
sudo snap stop chromium
error: snap "chromium" has no services
Chromium is installed as a snap. When it's running, how do I kill the process from command line? Like killall or pkill. This didn't work:
sudo snap stop chromium
error: snap "chromium" has no services
I just tested here on my laptop and it worked. Try it:
Once running, the process launched from an app installed as a snap, is a process like any other. Use the usual tools.
The recommended approach is:
Source