Slack is a popular collaboration tool and arranges communication in channels. It is explicitly designed for professional environments and is used by many professionals around the globe. By using Slack, you can create channels for teams to ensure effective communication. Moreover, it enables us to search the previous conversation, share documents, and make video and audio calls.

This post explains the two methods of installing Slack on Linux Mint 20. Slack is available as a snap application and can also be installed from the Debian package.

Installing Slack on Linux Mint 20 from the Debian package

First, visit the Slack official webpage (https://slack.com/intl/en-pk/downloads/linux) and download the Slack .deb package.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/1-9.jpg60315a48ce594.jpg" data-lazy- height="556" src="data:image/svg xml,” width=”1362″>

Next, choose the ‘Save File’ and click ‘OK’. The .deb file will then be downloaded and stored in the ‘Downloads’ directory.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/2-10.jpg" data-lazy- height="300" src="data:image/svg xml,” width=”440″>

Then, fire up the terminal and navigate to the ‘Downloads’ directory with the command:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/3-9.jpg" data-lazy- height="98" src="data:image/svg xml,” width=”801″>

Before installing Slack, update the apt cache as it is always advisable to update apt cache before installing any new application:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/4-10.jpg" data-lazy- height="225" src="data:image/svg xml,” width=”804″>

Now, we are ready to install Slack with the command:

$ sudo apt install ./slack-desktop-4.12.2-amd64.deb

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/5-9.jpg" data-lazy- height="506" src="data:image/svg xml,” width=”807″>

Once the Slack is successfully installed, verify the installation and check the installed version with the command:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/6-8.jpg" data-lazy- height="114" src="data:image/svg xml,” width=”813″>

The output shows that Slack 4.12.2 is installed on my Linux Mint 20.

Installing Slack on Linux Mint 20 from the Snap application manager

Snap is a package manager for Linux distributions and comes disabled by default on Linux Mint 20. To install Slack from the Snap application manager, we need to enable and install the Snap manually on Linux Mint 20.

Fire up the terminal and type the below-given command to remove the nosnap.pref file:

$ sudo rm /etc/apt/preferences.d/nosnap.pref

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/7-6.jpg" data-lazy- height="114" src="data:image/svg xml,” width=”805″>

Install the snapd using the command:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/8-4.jpg" data-lazy- height="164" src="data:image/svg xml,” width=”807″>

Next, install the Slack from the Snap store by executing on the terminal:

$ sudo snap install slack –classic

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/9-4.jpg" data-lazy- height="98" src="data:image/svg xml,” width=”810″>

Once the Slack is installed from the Snap store, verify the installation with the command:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/10-3.jpg60315a4920241.jpg" data-lazy- height="511" src="data:image/svg xml,” width=”810″>

The output confirms that Slack is successfully installed from the Snap store.

Getting Started with Slack

Once you have successfully installed Slack on Linux Mint 20 using any above-mentioned method, click on ‘Application Menu’ and search for Slack.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/11-3.jpg60315a4926508.jpg" data-lazy- height="211" src="data:image/svg xml,” width=”583″>

Click on the ‘Slack’ application icon to open it. Sign In to Slack if you have an existing account, otherwise, create a new account by clicking on ‘Create a new workspace’.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/12-2.jpg" data-lazy- height="593" src="data:image/svg xml,” width=”877″>

If you intend to create a new account, the Slack Sign Up form will be opened in your default web browser. Enter the email in the given field and click Continue.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/13-2.jpg60315a4995e9e.jpg" data-lazy- height="530" src="data:image/svg xml,” width=”578″>

Slack will send you a confirmation code on the provided email address. Once you enter the confirmation code and the authentication is done, the Slack dashboard screen will appear.

Next, enter the company details and start using Slack for effective communication and collaboration.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/14-2.jpg" data-lazy- height="401" src="data:image/svg xml,” width=”763″>

Moreover, you can also create as many channels as you want and you can send direct messages to the people of your team.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/15-2.jpg" data-lazy- height="488" src="data:image/svg xml,” width=”1366″>

Conclusion

Slack is a very efficient tool for effective communication and collaboration. It is specially designed for the working environment. The Slack can be installed on Linux Mint 20 from the .deb package and Snap store. This post describes the installation of Slack on Linux Mint 20.

About the author

<img alt="Kamran Sattar Awaisi" data-lazy-src="https://kirelos.com/wp-content/uploads/2021/02/echo/52E439DD556343299E3D211D5E577D28-150×150.jpg60315a49a99ee.jpg" height="112" src="data:image/svg xml,” width=”112″>

Kamran Sattar Awaisi

I am a software engineer and a research scholar. I like to write article and make tutorial on various IT topics including Python, Cloud Computing, Fog Computing and Deep Learning. I love to use Linux based operating systems.