How to Install Slack on Ubuntu 24.04

Install Slack on Ubuntu 24.04

Slack is a business communication and management software available for all platforms including Linux (Ubuntu). Slack is used by all types of office teams including small and large. Users are able to make several channels for various uses. Users can submit their assigned tasks and keep track of the tasks assigned to other users keeping in mind the deadline. This article will cover the methods to install Slack on Ubuntu 24.04.

How to Install Slack on Ubuntu 24.04

These are the methods you can use to install Slack on Ubuntu 24.04:

Method 1: Install Slack on Ubuntu 24.04 through App Center

The first and most straightforward way to install Slack on Ubuntu 24.04 is via a graphical user interface (GUI), and that is by using “App Center“. You can learn to install Slack on Ubuntu 24.04 by following the mentioned steps below.

Step 1: Locate and launch App Center from the left-side of the screen:

Install Slack on Ubuntu 24.04 through App Center

Step 2: Type Slack into the search field to bring up the Slack program installation screen:

Install Slack on Ubuntu 24.04 through App Center

Step 3: Click on the “Install” button to start installing Slack on Ubuntu:

Install Slack on Ubuntu 24.04 through App Center

Step 4: Type the password and hit the “Authenticate” button to proceed towards installation:

Required authentication

Method 2: Use Snap to Install Slack on Ubuntu

Furthermore, you can also install Slack on Ubuntu directly from Snap store by checking the steps provided below.

Step 1: First, update and upgrade the Ubuntu repositories by running the below command:

sudo apt update && upgrade

Step 2: Install the “Slack” on Ubuntu by executing the below command:

sudo snap install slack

sudo snap install slack

Step 3: Once the Slack application is installed, you can verify its installation by executing the mentioned command:

sudo snap list

 

Method 3: Use the Deb Package to Install Slack on Ubuntu

Another method that you can use to install Slack on Ubuntu 24.04 is by downloading the Deb package and then installing it through Terminal. Learn more about installing Slack using the Deb package as shown below.

Step 1: First, visit this website link https://slack.com/downloads/linux and click on the “Download .DEB app” to download the Deb package of Slack:

Download Slack from GUI

Step 2: Once the Deb package is downloaded, then, open Terminal and execute the below command to navigate to the Downloads folder to locate the downloaded Deb package:

cd ~/Downloads

List down the files in the Downloads directory by executing the below command:

ls

Once you located the Slack Deb package, then, execute the below command to install the Slack Deb file:

sudo apt install ./slack-package-name.deb

sudo apt install ./slack-package-name.deb

Conclusion

In order to install Slack on Ubuntu, open the Terminal window and type the command sudo snap install slack. This will install Slack directly from the Snap store. Moreover, you can utilize the Deb package and install Slack from the App Store. Check the article above to learn in depth to install Slack on Ubuntu.

You may also like How to install Slack on Red Hat Enterprise Linux 9.