Compile tmux
yum -y install libevent-devel ncurses-devel
You can change the values here to change compiled version.
TMUX_VERSION=3.2a
wget https://github.com/tmux/tmux/releases/download/${TMUX_VERSION}/tmux-${TMUX_VERSION}.tar.gz tar zxfv tmux-${TMUX_VERSION}.tar.gz cd tmux-${TMUX_VERSION}
./configure --prefix=/usr make
make install