본문 바로가기
OS/Linux

Install Slack in CentOS 7

by 신군. 2018. 3. 9.
반응형

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


반응형

'OS > Linux' 카테고리의 다른 글

ubuntu vmware 설치  (0) 2018.05.19
SSH Key 생성 및 패스워드 없이 로그인하기  (0) 2018.04.26
CentOS 6.7 에서 MySQL 5.7 설치  (0) 2018.03.09
selinux  (0) 2018.03.09
centos git 1.8설치  (0) 2018.03.07