Centos6.5 下安装 tmux(免编译)

Posted sfriend

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos6.5 下安装 tmux(免编译)相关的知识,希望对你有一定的参考价值。

环境:Centos6.5是新安装的,没有安装过其它的软件包。思路是安装epel的源后再安装tmux。

  1. yum install epel-release # 安装Linux的 epel 的yum源
  2. yum makecache # 缓存服务器的包信息到本地
    注:这一步可能会报错,"Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again"
  3. yum --disablerepo=epel -y update ca-certificates # 更新证书
    注:更新成功后可以再次尝试第 2 步,可能还会有报错信息(如果成功可直接到第7步进行安装操作)。
  4. vim /etc/yum.repos.d/epel.repo # 编辑epel文件
    原来文件内容是这样
    [epel] name=Extra Packages for Enterprise Linux 6 - $basearch #baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch failovermethod=priority enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
    改为这样
    [epel] name=Extra Packages for Enterprise Linux 6 - $basearch baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch #mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch failovermethod=priority enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
    也就是把 baseurl 放开,注释掉 mirrorlist。
  5. yum clean all # 清理源
  6. yum makecache # 更新源
  7. yum install tmux # 安装tmux

参考:centos6免编译安装tmux解决centos6 Error: Cannot retrieve metalink for repository

以上是关于Centos6.5 下安装 tmux(免编译)的主要内容,如果未能解决你的问题,请参考以下文章

centos6.5下常见命令和操作

centos6.5下安装OpenCV+Python支持

Centos6.5下虚拟机Linux 关于g++,gdb,ctags安装以及vim的配置

CentOS6.5下源码编译安装httpd2.4.23

CentOS6.5下nginx安装

centos6.5编译安装zabbix2.4及微信企业号告警