If you require the use of Linux such as Ubuntu, Debian, or Red Hat to do your work from home or office, you no longer need to switch to Windows 10 or the web to connect with your colleagues as Slack now has an native app for Linux.
The app is available in beta, but anyone can download and install Slack to access all the same features available with the app on Windows 10, including workspace to chat and collaborate in real-time.
In this guide, you’ll learn the steps to install Slack on Linux.
- How to install Slack using GUI on Ubuntu
- How to install Slack using command on Ubuntu
- How to update Slack on Ubuntu
How to install Slack using GUI on Ubuntu
To install the Slack app on Ubuntu or another flavor of Linux, use these steps:
-
-
Click the Download .deb (64-bit) or Download .rpm (64-BIT) button.
Quick tip: If you’re running Ubuntu, click the .deb button. -
Save the file to your device.
-
Double-click the *.deb file to launch the installer.
-
Click the Install button.
Once you complete the steps, Slack will install, and it’ll the be available from the “apps” menu.
How to install Slack using command on Ubuntu
To install Slack using terminal command, use these steps:
-
Open Terminal.
-
Type the following command to install Slack and press Enter:
sudo snap install slack --classic
After you complete the steps, the required package will download and install on Linux.
How to update Slack on Ubuntu
To update the Slack app on Linux, use these steps:
-
Open Terminal.
-
Type the following command to install Slack and press Enter:
sudo apt-get update
-
Type the following command as well and press Enter:
sudo apt-get upgrade slack-desktop
Once you complete the steps, the Slack app will update to the latest version.