How to Install Slack on Linux: An Easy-to-Follow Guide

This guide will show you how to easily install the Slack application on Ubuntu, Debian, AlmaLinux, Rocky Linux, and Fedora.

Slack is a messaging platform that is entirely channel-based. As a result, the users can work as a team more efficiently than in many similar apps.

Slack allows you to talk with your teammates over audio or video calls and share documents, images, videos, and other files.

The Slack desktop app is the easiest way to use Slack on Linux. This guide will help you install it on various Linux distributions, such as Ubuntu, Debian, AlmaLinux, Rocky Linux, and Fedora.

Download Slack

Launch your browser and head over to the Slack for Linux download page: https://slack.com/downloads/linux

If you are using Ubuntu or Debian, you need to download the DEB version of the installation file. Therefore, click on the “Download .DEB app” link.

On the other hand, if you are using Fedora, AlmaLinux, or Rocky Linux, you need to download the RPM version of the installation file. Therefore, click on the “Download .RPM app” link.

Download the Slack Linux Client Application

Once you have downloaded the file, the next step is the installation process.

Install Slack on Ubuntu

We already have the file. Go to the folder where you downloaded the .deb file, right-click on it and choose the “Open With Software Install” option.

Open with the Software Installer App

This will open the Ubuntu Software Manager. Then, all you have to do is to hit the “Install” button.

Installing Slack via Ubuntu Software Manager

Enter your user password when prompted and hit “Authenticate.” As you know, only an authorized user can install the software in Ubuntu.

Installing Slack via Ubuntu Software Manager

The progress bar lets you know when the Slack app has finished installing on your Ubuntu system.

Installation in Progress

The Slack app is now successfully installed on your Ubuntu system.

Install Slack on Debian

Before installing Slack, as a prerequisite, we need to install two extra packages in our Debian system – “libindicator3-7” and “libappindicator3-1.” So let’s download them first:

wget http://http.us.debian.org/debian/pool/main/libi/libindicator/libindicator3-7_0.5.0-3+b1_amd64.deb
wget http://http.us.debian.org/debian/pool/main/liba/libappindicator/libappindicator3-1_0.4.92-7_amd64.debCode language: JavaScript (javascript)

Then we install the following:

sudo apt install ./libindicator3-7_0.5.0-3+b1_amd64.deb
sudo apt install ./libappindicator3-1_0.4.92-7_amd64.deb
Slack on Debian Linux - Installing Prerequisites

Now we are ready to install Slack on our Debian Linux. Since we used a browser to download the Slack installation file, everything goes to the “Downloads” directory by default.

So, fire up the terminal and install the package using the APT command.

sudo apt install ./Downloads/slack-desktop-4.23.0-amd64.deb
Installing Slack on Debian

That’s all! Slack is now successfully installed on your Debian system.

Install Slack on AlmaLinux, Rocky Linux, and Fedora

We already have the file. Navigate to your “Downloads” directory, find the installation Slack RPM package, right-click on it and choose the Open With Software Install option.

Open with the Software Installer App

This will open the “Software” app. Then, all you have to do is to hit the Install button.

Installing Slack via Software App on AlmaLinux, Rocky Linux, or Fedora

Enter your user password when prompted and hit Authenticate.

Installing Slack via Software App on AlmaLinux, Rocky Linux, or Fedora

The progress bar lets you know when the Slack app has finished installing on your AlmaLinux, Rocky Linux, or Fedora system.

Installation in Progress

Run Slack on Linux

Once installed, Slack can be launched from the Activities menu. First, go to the application launcher and search for “slack.” When its icon appears, click to run the same.

Slack Launcher

Slack will start and will ask you to log in to your account. Click on the “Sign In to Slack” button.

Slack Successfully Installed on Linux

The client will open a tab in the default web browser. Next, sign in to your account.

Slack Asks for Authentication via Web Browser

Once the login is successful, the client will present you with the workspace and all its channels.

Conclusion

Installing Slack on Linux is relatively straightforward and takes only a few minutes. In addition, the Slack client offers convenience and a better user experience.

Hopefully, this article helped you install Slack on your Linux system.

For more information about using Slack, visit the Slack documentation page.

Bobby Borisov

Bobby Borisov

Bobby, an editor-in-chief at Linuxiac, is a Linux professional with over 20 years of experience. With a strong focus on Linux and open-source software, he has worked as a Senior Linux System Administrator, Software Developer, and DevOps Engineer for small and large multinational companies.

Think You're an Ubuntu Expert? Let's Find Out!

Put your knowledge to the test in our lightning-fast Ubuntu quiz!
Ten questions to challenge yourself to see if you're a Linux legend or just a penguin in the making.

1 / 10

Ubuntu is an ancient African word that means:

2 / 10

Who is the Ubuntu's founder?

3 / 10

What year was the first official Ubuntu release?

4 / 10

What does the Ubuntu logo symbolize?

5 / 10

What package format does Ubuntu use for installing software?

6 / 10

When are Ubuntu's LTS versions released?

7 / 10

What is Unity?

8 / 10

What are Ubuntu versions named after?

9 / 10

What's Ubuntu Core?

10 / 10

Which Ubuntu version is Snap introduced?

The average score is 68%

Leave a Reply

Your email address will not be published. Required fields are marked *