0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

CentOS7 Slackをインストールする

Posted at

目的

  • CentOS7にSlackをインストールする方法をまとめる

方法

  1. 下記にアクセスする。

  2. 「.RPM(64ビット)をダウンロード」をクリックする。

    Linux___ダウンロード___Slack.png

  3. ターミナルを開く

  4. $ cdコマンドを実行してダウンロードディレクトリに移動する

  5. 下記コマンドを実行する。(slack-4.12.2-0.1.fc21.x86_64.rpmはダウンロードしたファイルにより異なる。)

    $ sudo yum install slack-4.12.2-0.1.fc21.x86_64.rpm
    
  6. 下記のように出力されたらリポジトリを確認してyを入力してEnterを押下する。

    UserRepository_php_—_j-project.png

  7. 「アプリケーション」→「インターネット」にある「Slack」をクリックしてSlackを起動する。

  8. 無事にSlackアプリが起動したらインストールは完了である。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?