如为了安装最新版的tmux在centos的yum原始源上没有,只能安装新的源,比如安装 http://galaxy4.net/repo/作为新的源
$ sudo yum install http://galaxy4.net/repo/galaxy4-release-7-current.noarch.rpm $ sudo yum install tmux
$ cd /etc/yum.repos.d $ sudo curl http://galaxy4.net/repo/galaxy4-rhel7.repo -O $ sudo yum install tmux
或者手工创建文件:/etc/yum.repos.d/galaxy4-rhel7.repo
[galaxy4-rhel7] name=Galaxy4 RHEL/CentOS 7 RPM repository baseurl=http://galaxy4.net/repo/RHEL/7 enabled=1 gpgcheck=1 gpgkey=http://galaxy4.net/repo/RPM-GPG-KEY-galaxy4
然后再进行安装。
安装完后在目录/tec/yum.repos.d/ 下就可以看到一个新的文件"galaxy4-rhel7.repo"说明已经添加了一个新的yum repo源了,比如elrepo上上一步为了根系kernel安装的新源,有时候要导入密匙可以参考上一个
二、什么是epel
如果既想获得 RHEL 的高质量、高性能、高可靠性,又需要方便易用(关键是免费)的软件包更新功能,那么 Fedora Project 推出的 EPEL(Extra Packages for Enterprise Linux)正好适合你。EPEL(http://fedoraproject.org/wiki/EPEL) 是由 Fedora 社区打造,为 RHEL 及衍生发行版如 CentOS、Scientific Linux 等提供高质量软件包的项目。
使用心得:
1,不用去换原来yum源,安装后会产生新repo
2,epel会有很多源地址,如果一个下不到,会去另外一个下
http://mirror.suhu.com/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm
3,更新时如果下载的包不全,就不会进行安装。这样的话,依赖关系可以保重
安装epel:
32位系统选择:
rpm -ivh http://mirror.suhu.com/fedora-epel/6/i386/epel-release-6-8.noarch.rpm
64位系统选择:
rpm -ivh http://mirror.suhu.com/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm
导入key:
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
如果用比较新的软件,用epel-test.repo这个文件就行了
别忘了安装yum install yum-priorities
[root@localhost yum.repos.d]# ls |grep epel
epel.repo
epel-testing.repo
现在查看tmux的信息就可以看到新版了:
可以更新tmux了: 命令,yum update tmux
tmux已经更新到3.2版