03. Installing tmux on CentOS 7 and RHEL 7
This procedures shown in this video should works on CentOS 7 and Red Hat Enterprise Linux 7 (RHEL 7)
Commands:
$ sudo yum makecache
$ sudo yum install tmux -y
$ sudo yum install zsh -y
$ sudo usermod -s /bin/zsh $(whoami)
Tags:
Install tmux on CentOS 7
Install tmux on RHEL 7
centos 7