OS/Linux

Install Slack in CentOS 7

신군. 2018. 3. 9. 23:21
반응형

Install Slack in CentOS 7

There is a official how to in Slack help site, at the time this article was created, that will not work, in order to have it working this is what you need to do:

  • Visit the Slack downloads page at slack.com/downloads.
  • Select Fedora (64-bit) from the drop-down menu.
  • Click Save File, then OK.
  • Open Terminal.
  • Run the following commands in your terminal:
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm
sudo rpm -Uvh epel-release-7-11.noarch.rpm 
sudo yum install libappindicator
sudo yum -y install slack-3.0.5-0.1.fc21.x86_64.rpm


반응형