Install terminator in CentOS 7

Install terminator in CentOS 7

Terminator

  1. download

    wget https://launchpad.net/terminator/gtk3/1.91/+download/terminator-1.91.tar.gz
    tar zxvf terminator-1.91.tar.gz
    cd terminator-1.91
  2. build and install

    ./setup.py build
    ./setup.py install
    which terminator
    /usr/bin/terminator
  3. fix run error

    terminator
        Traceback (most recent call last): File "/usr/bin/terminator",line 23,in <module> import psutil ImportError: No module named psutil

    For fixing this error we need install psutil module,for this,first need python-pip to install python module
    and then epel-release,python-devel for python-pip

    sudo yum install epel-release
    sudo yum install python-devel   
    sudo yum install python-pip
    sudo pip install --upgrade pip
    sudo pip install psutil

    Finish all module install,terminator could be run successfully

相关文章

Centos下搭建性能监控Spotlight
CentOS 6.3下Strongswan搭建IPSec VPN
在CentOS6.5上安装Skype与QQ
阿里云基于centos6.5主机VPN配置
CentOS 6.3下配置multipah
CentOS安装、配置APR和tomcat-native