Install Slack on CentOS 8 - Step by Step process to perform it ?

Slack is the most commonly used collaborative software in the world through which different team members or individuals can communicate with each other in a company. 

In Slack, there are different workspaces in which the owner can connect all teammates at a common platform and can take decisions in a shared workspace. 

All the conversations are organized in the form of channels. In a channel, users can do group discussions, and individual or team members can share images, files, and videos with others. 

Slack also offers video and audio call features through which members can communicate with all teams. 

Every user can join its favorite community by requesting to join the team workspace. Installation of slack can be done on almost all kinds of operating distributions such as macOS, Microsoft Windows, and Linux systems.

Here at LinuxAPT, as part of our Server Management Services, we regularly help our Customers to perform CentOS related queries.

In this context, we shall look into how to install Slack on your CentOS 8 Linux system through the command line.


How to install Slack on CentOS 8 ?

To begin, you need to log into your Server as the root user to enable you run administrative commands on system.

Once logged in, follow the steps given below:


1. Open the terminal window by clicking on the top 'Activities' section and click on the common line application 'Terminal' icon.


2. Login into the terminal as root by using the following 'su' command and enter the required password.


3. Update Yum repository 

Update the all yum repository by using the following command:

# yum update

4. Download an rpm Slack package 

Slack application is not open-source software. Therefore, you can't remove it from the standard CentOS 8 yum repository. 

You can download the slack rpm package for the 64-bit system by using the following 'wget' command:

# wget https://downloads.slack-edge.com/linux_releases/slack-4.9.1-0.1.fc21.x86_64.rpm

5. Install Slack

Once the above slack rpm package is downloaded, install Slack by using the following command:

# yum localinstall ./slack-*.rpm

You can check the installed version and verify the installation of slack on your CentOS 8 system by using the following command:

# rpm –qi slack

That's it! Now, slack is installed on your CentOS 8 system.


6. Start or Launch Slack on CentOS

To start slack or you can launch it either by typing the 'slack' in the terminal or go into the Activities and type the 'slack' in the search bar. 

Here, you will click on the slack icon and launch.

When you start the slack platform on your system first time, you will observe slack Introduction window on your system.

Here, you can easily sign in to your favorite workspace, if you are already a member of any community. 

Now, just open your slack workspace and start the collaboration with your team members through this useful platform.


How to Update slack to the new version ?

If a new version of slack is released and you want to use it then, simply you will type the following command on the terminal to update the installed slack application:

$ sudo yum update slack


How to Uninstall Slack from CentOS 8 ?

If you don't want to use Slack any more then, using the below-mentioned command you can easily remove slack from you CentOS system:

# yum remove slack


[Need urgent assistance to install missing packages on CentOS system? We are available to help you. ]

This article covers how you can easily install slack platform on your CentOS 8 Linux system through the command line. 

Using a slack application, team members of an organization can unify all conversations from different sources.


Slack is one of the most popular collaboration platforms in the world that brings all your communication together. 

Conversations in Slack are organized in channels. 

You can create channels for your teams, projects, topics, or any other purpose. 

You can search through everything that's been posted in channels or your messages. 

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


To Install Slack on CentOS:

1. Update system

sudo yum -y update

2. Download and Install Slack on CentOS

sudo yum -y install wget

wget https://downloads.slack-edge.com/linux_releases/slack-3.4.0-0.1.fc21.x86_64.rpm

sudo  yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

sudo yum localinstall slack-3.4.0-0.1.fc21.x86_64.rpm

3. Start and Use Slack

Now that Slack is installed on your CentOS / RHEL 8 desktop, you can launch it through the command line,

$ slack

Related Posts