Skip to content

Instantly share code, notes, and snippets.

@mrnabati
Created August 5, 2020 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrnabati/1d34e33b092cdd6183535f7901eb5dd3 to your computer and use it in GitHub Desktop.
Save mrnabati/1d34e33b092cdd6183535f7901eb5dd3 to your computer and use it in GitHub Desktop.
Installing The Newest version of tmux on CentOS
# Choose repo name from {'galaxy4-rhel6.repo', 'galaxy4-rhel7.repo', 'galaxy4-rhel8.repo'} based on your CentOS version.
sudo wget -P /etc/yum.repos.d/ http://galaxy4.net/repo/galaxy4-rhel7.repo
sudo yum repolist galaxy4-rhel7
sudo yum install tmux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment