Uninstall Slack Ubuntu 14.04

I installed Slack from the .deb file provided by their website. But now I need to uninstall it. But when I type

sudo apt-get remove slack

It says

Package 'slack' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

When I search for 'Slack' in the Software Center, it doesn't show up. Does anyone know how to properly uninstall this?

2

2 Answers

You want...

sudo apt-get remove slack-desktop

1

If you are using snap package

sudo snap remove slack

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

You Might Also Like