LoginSignup
3
2

More than 5 years have passed since last update.

Tmux install

Posted at

RPMforgeリポジトリ:標準のyumコマンドではインストールできないパッケージを追加する。
ここから使用しているLinuxに合ったものをダウンロードする。
(CentOS6の64bitなら”rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm”)
wgetコマンドを使ってダウンロード
$ wget http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
rpmコマンドを使ってインストール
rpmコマンド

rpmパッケージをインストールする。
"-i"はインストールのオプション,"-v"と"-h"は情報表示のオプション。
$ sudo rpm -ivh rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
”/etc/yum.repos.d/”ディレクトリにはyumのリポジトリファイルが入っている。
インストールが正常に完了していれば”rpmforge.repo”ファイルが確認できる。
tmuxをインストールする

yumコマンドを使ってインストール
$ sudo yum -y install tmux

3
2
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
3
2