Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

INSTALL SLACK ON LINUX MINT 21.1

Slack remains an effective messaging platform that connects businesses and communities together in a peculiar space. Chatrooms on slack are called channels that connects developers, professionals and members of communities.Pros Of Using SlackThe following are advantages of using slack in no particular order:Slack can be used by individuals to host files, and personal resources.Slack is flexible and it is available for all businesses worldwide.Slack is designed for businesses and allows resources to be updated at once by members in a communitySlack allows users to search through over 10,000 messages.TABLE OF CONTENTSDownload Slack For LinuxInstall DependenciesInstall SlackConclusionDownload Slack For LinuxUpdate your Linux System to fetch the latest security patches from the repositories with the commands:sudo apt-get updatesudo apt-get upgradeVisit the official website of slack and download the rpm version. Note: RPM version cannot be installed on Debian based Operating Systems like Ubuntu, Linux Mint.In this tutorial, I will use a work-around to convert the RPM version to a DEB version which is installable on Debian-based Operating Systems.Installing DependenciesConversion of an rpm package to a deb package requires a linux utility called Alien. Alien is a computer conversion program that converts different linux software packages to .deb files for installation.This is the command to install Alien:sudo apt-get install alienThis is the downloaded rpm package at home/.../Downloads/ProgramsThis is the command to convert the rpm file to a deb file using the Alien utility.sudo alien slack-4.32.122-0.1.el8.x86_64.rpmReplace the slack package with your file version in the above command.This prompt converts the rpm file to a debian file which can now be installed on all Debian Based Operating Systems.Finally, we must install the .deb package on linux mint with the command: sudo apt install ./slack_4.32.122-1.1_amd64.debIn the terminal, we can now issue this command to check the version of slack on your system. slack --versionConclusionAnd ta-da!, this is a working Slack-Desktop on Linux Mint.



This post first appeared on VedVyas Articles, please read the originial post: here

Share the post

INSTALL SLACK ON LINUX MINT 21.1

×

Subscribe to Vedvyas Articles

Get updates delivered right to your inbox!

Thank you for your subscription

×