美文网首页
CentOS 7 安装 terminator

CentOS 7 安装 terminator

作者: 暮阳晨鼓 | 来源:发表于2019-01-18 17:21 被阅读0次
  1. 下载

  2. 下载安装包 (https://launchpadlibrarian.net/309211351/terminator-1.91.tar.gz)
    tar zxvf terminator-1.91.tar.gz
    cd terminator-1.91

  3. 编译和安装

sudo ./setup.py build
./setup.py install
which terminator
/usr/bin/terminator
cd /usr/bin
./terminator 运行会发现一些错误

  1. 解决错误
    error1: sh: intltool-merge: command not found
    sudo yum install intltool
    error2: ImportError: No module named psutil
sudo yum install epel-release
sudo yum install python-devel   
sudo yum install python-pip
sudo pip install --upgrade pip
sudo pip2 install psutil 

相关文章

  • CentOS 7 安装 terminator

    下载 下载安装包 (https://launchpadlibrarian.net/309211351/termin...

  • step one

    安装chrome 安装terminator 安装nodejs 安装apache2 安装php7 安装mysql 重...

  • 程序日记2018-05-03

    centos7 安装nginx和php7 centos7 安装nginx和php7 centos7系统安装php7...

  • yum安装nginx,mysql,php

    centos7 一、安装nginx 安装mysql(centos7) 安装php centos8 安装php74 ...

  • 2018-04-19

    Centos 7 安装 tomcat7, jdk,mysql,zookeeper Centos 安装jdk 安装...

  • docker容器安装

    一、centos7安装docker 使用 yum 安装(CentOS 7下) Docker 要求 CentOS 系...

  • FastDFS 集群

    Centos 7 安装 FastDFS CentOS 7 安装 Nginx FastDFS 和 Nginx 整合 ...

  • CentOs 安装MongoDB

    本文主要介绍了使用 CentOs 6 和 CentOs 7 安装 MongoDB 3.6 CentOs 7 安装M...

  • CentOS 7 Nginx安装

    CentOS 7 Nginx安装 @(Linux)[Nginx安装, CentOS7] 1. 安装必备工具 2. ...

  • 部署docker虚拟化平台

    CentOS Docker 安装 使用 yum 安装(CentOS 7下) Docker 要求 CentOS 系统...

网友评论

      本文标题:CentOS 7 安装 terminator

      本文链接:https://www.haomeiwen.com/subject/hhondqtx.html