Installing the Slack Client in Ubuntu 20.04 / Linux Mint 20
The following guide describes the installation of Slack on our Ubuntu computers 20.04 be Linux Mint 20
Thanks to the console, we can do it in a few simple steps.
First, we'll install a snap
We run a terminal and issue the command:
1 | sudo apt install snapd |
The next step is to install Slack from the Snap store
1 | sudo snap install slack --classic |
Slack is now available on our system
If there's any new version of Slack, to update in the terminal we can issue the command:
1 | sudo snap refresh slack |