Slack is a real-time communication application that allows you to connect to your team. If you wish to collaborate development teams with corporations to conduct group meetings, then this app is the perfect choice for you. This app has many features, such as a channel system that lets the teams discuss topics and issues within a particular channel through audio and video chat or through exchanging important files, etc.

For the purpose of installing Slack on Ubuntu 22.04, there are various methods available, and each of these methods has been discussed in this blog.

Install and Use Slack on Ubuntu 22.04

Before you jump toward installing Slack using any of the methods mentioned below, it is highly recommended that you update your system. For this purpose, press “CTRL ALT T” to open up the terminal and utilize the below-given command:

$ sudo apt update && sudo apt upgrade

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-1.png" data-lazy- height="575" src="data:image/svg xml,” width=”820″>

Press “Y” to continue:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-2.png" data-lazy- height="532" src="data:image/svg xml,” width=”811″>

Within a few minutes, all of the system packages will get updated.

Method 1: Using Flatpak to install Slack on Ubuntu 22.04

The first method that we are going to discuss is the installation of Slack using the Flatpak package manager. The major advantage of utilizing this method is that you will always have the Slack latest version.

Step 1: Install Flatpak


Flatpak is not present on Ubuntu 22.04 by default; therefore, you have to install it using this command:

$ sudo apt install flatpak -y

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-3.png" data-lazy- height="575" src="data:image/svg xml,” width=”820″>

Step 2: System Reboot


Once installed, use this command to reboot your system:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-4.png" data-lazy- height="268" src="data:image/svg xml,” width=”816″>

You can skip the above steps if you have already installed Flatpak on your system.

Step 3: Enable Flatpak


After the system reboots, write out the below command for the purpose of enabling the Flatpak package manager:

$ sudo flatpak remote-add –if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-5.png" data-lazy- height="305" src="data:image/svg xml,” width=”819″>

Step 4: Install Slack


When enabled you can now use it to install Slack on your system:

$ flatpak install flathub com.slack.Slack -y

Output

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-6.png" data-lazy- height="579" src="data:image/svg xml,” width=”819″>

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-7.png" data-lazy- height="578" src="data:image/svg xml,” width=”819″>

As you can see, the Slack application has been successfully installed using Flatpak.

How to uninstall Slack using Flatpak

For the purpose of uninstalling Slack using Flatpak, follow the provided procedure.

Step 1: Remove Slack


Utilize the following command to uninstall Slack from your Ubuntu 22.04:

$ flatpak uninstall –delete-data flathub com.slack.Slack

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-8.png" data-lazy- height="307" src="data:image/svg xml,” width=”886″>

Now, move to the next instruction.

Step 2: Remove Leftovers


Now make sure there are no leftovers by running this command:

$ flatpak remove –unused

Output

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-9.png" data-lazy- height="366" src="data:image/svg xml,” width=”892″>

Slack was removed from the system.

Method 2: Using Snap to install Slack on Ubuntu 22.04

The next method that we will discuss is installing Slack using the Snap package.

Step 1: Install Snap


If you have not installed Snap previously, then execute the provided command:

$ sudo snap install snapd

Output

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-10.png" data-lazy- height="253" src="data:image/svg xml,” width=”806″>

The Snap package is already present on our system.

Step 2: Install Snap Core


Now, to avoid any kind of conflicts, install snap core:

Output

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-11.png" data-lazy- height="221" src="data:image/svg xml,” width=”805″>

Snap core has been already installed.

Step 3: Install Slack


And now run the following command on the terminal to install Slack using Snap:

$ sudo snap install slack

Output

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-12.png" data-lazy- height="261" src="data:image/svg xml,” width=”808″>

How to uninstall Slack using Snap

If you have installed Slack using Snap, then simply run this command to uninstall it from the system:

Output

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-13.png" data-lazy- height="263" src="data:image/svg xml,” width=”806″>

The app has been removed.

How to use Slack on Ubuntu 22.04

In order to use Slack, launch it on your Ubuntu 22.04 system by utilizing any of the below-given commands:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-14.png" data-lazy- height="189" src="data:image/svg xml,” width=”805″>

OR:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-15.png" data-lazy- height="249" src="data:image/svg xml,” width=”804″>

Or if you have installed slack using Flatpak, then use this command.

$ flatpak run com.slack.Slack

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-16.png" data-lazy- height="245" src="data:image/svg xml,” width=”806″>

Output

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2022/06/echo/Install-and-Use-Slack-on-Ubuntu-17.png" data-lazy- height="569" src="data:image/svg xml,” width=”1008″>

Sign up/in and start using the app.

Conclusion

You can install Slack on Ubuntu 22.04 using either the Flatpak package manager or the Snap package. Whichever way you may be using, just make sure that you have the packages installed on your system. Once installed and enabled, you can use them to install Slack on your system. Furthermore, you can also use any one of the methods to uninstall Slack. This blog demonstrated the method to install and use Slack on Ubuntu 22.04.

About the author

<img alt="" data-lazy-src="https://secure.gravatar.com/avatar/c73b74cd8044d2e9b300610f5af77d0b?s=112&r=g" data-lazy- height="112" src="data:image/svg xml,” width=”112″>

Sharqa Hameed

I am a Linux enthusiast, I love to read Every Linux blog on the internet. I hold masters degree in computer science and am passionate about learning and teaching.