CentOS 6.7にtmux2.2をインストールする方法

can't create socket: Permission denied が出たので入れなおした。

$ cat /etc/redhat-release
CentOS release 6.7 (Final)
$ arch
x86_64

公式の手順で導入

$ git clone https://github.com/tmux/tmux.git
$ ./configure && make
$ sudo make install

参考