Here is how to install Slack on Ubuntu Command Line and how to update Slack in Ubuntu. Slack Messaging Tool for Linux Ubuntu is a new way for your entire company to communicate.
It replaces email with something faster, better organised and more secure. Instead of one-off email chains, all your communication is organised into channels that are easy to create, join and search. When there’s a channel for everything that happens at your company, everyone knows exactly where to go to get work done.
Unlike email, Slack is not susceptible to spam or phishing, which causes 90% of data breaches. Your Slack handle cannot be sold to advertisers or put on a mailing list. You will only ever receive Slack messages from other people inside your organisation, or from trusted partners using Slack Connect.
Is Slack better than email?
Yes. And thee reasons are:
- Transparency – All content in Slack channels is searchable, so there’s no need to forward a lot of emails to the person joining your project.
- Flexibility – File-sharing, calls, clips and more are all built into Slack – along with real-time messaging. So you can truly work together however you work best.
- Collaboration – Slack brings internal and external teams together across locations, time zones and working styles, instead of confining work to the siloed communication of email.
- Security – Collaborating in email opens up the risk of spam and phishing. In Slack Connect, you can work securely with partners, vendors or customers.
- Integrations – Connect over 2,400 apps to Slack – whether that’s your calendar or the tools that you use every day – and never forget an attachment again.
- Automation – In Slack, you can turn routine meetings and tasks such as huddle meetings, approvals and requests into automated workflows to save on the back-and-forth.
How to Install Slack Messaging Tool in Linux
Slack 4.25.1 (released on 4 April 2022) is the lastest version which can be installed on Linux Ubuntu Systems.
- What’s new – Starting today, you’ll see a confirmation pop-up when a link in Slack is prompting another program to open. If you don’t want to see these each time because you enjoy living on the edge, just check the box “Always open files of this type.”
- Bug fixes – We discovered that under very specific circumstances (stars being aligned, barometric pressure being just so, looking in a mirror and saying “Slackbot” 3 times), Active Directory users were ending up with a backslash in their Home directory, which was preventing the app from launching. However it happened, all slashes are welcome at the party, so Slack will run as expected now.
Run the following commands in terminal to install Slack on Ubuntu Systems:
$ sudo apt update
$ sudo apt install snapd
$ sudo snap install slack
Alternatively you can also download and install Slack via deb package. Download the .deb package from https://slack.com/intl/en-in/downloads/linux and once downloaded, install the package using the following commands. I assume the downloaded deb package is the Downloads folder. Please locate the correct path for your system.
$ cd ~/Downloads
$ sudo dpkg -i slack-desktop-4.25.0-amd64.deb
Once installed, sign up, create a new Slack workspace and invite your colleagues.