Created
August 5, 2020 15:08
-
-
Save mrnabati/1d34e33b092cdd6183535f7901eb5dd3 to your computer and use it in GitHub Desktop.
Installing The Newest version of tmux on CentOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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