Ubuntu 20.04.3 LTS
安装terminator
:
PPA安装
$ sudo add-apt-repository ppa:mattrose/terminator
$ sudo apt-get update
$ sudo apt install terminator
编译安装
下载并解压到本地
$ wget https://github.com/gnome-terminator/terminator/releases/download/v2.1.1/terminator-2.1.1.tar.gz
$ tar -zxvf terminator-2.1.1.tar.gz
$ cd terminator-2.1.1
运行
如果不需要语言支持、图标等,可以直接运行:
$ python3 terminator
安装所需工具
$ sudo apt install python3-gi python3-gi-cairo python3-psutil python3-configobj gir1.2-keybinder-3.0 gir1.2-vte-2.91 gettext intltool dbus-x11
$ sudo apt-get install python3-setuptools python3-pip
编译
$ python3 setup.py build
安装
$ sudo python3 setup.py install --single-version-externally-managed --record=install-files.txt
$ terminator --version
terminator 2.1.1
生成的记录文件install-files.txt
可以用来卸载
卸载
$ sudo python3 setup.py uninstall --manifest=install-files.txt
没有评论:
发表评论