How to install Terminix - terminal emulator in ubuntu
To install Terminix terminal emulator in Ubuntu
Terminix is a tiling terminal emulator that is designed especially for Linux. It uses GTK+ 3 for its graphical support. It provides functionality to split up the terminals horizontally and vertically. It also supports drag and drop re-arranging terminals. Also, Termix terminal contains an option to save and restore terminal layouts. Installation of Terminix is explained in this manual.
Features
- Automatic profile switches facility based on hostname and directory.
- Drag and drop option support within and between windows.
- Supports the grouping of terminals can be saved and loaded from disk.
- Executes all terminals at the same time.
- custom titles support.
- Splits the windows both horizontally or vertically.
- Transparent background.
To install Terminix
Run the following command to add the terminix package into repository by PPA.
root@linuxhelp:/home/user1# add-apt-repository ppa:webupd8team/terminix
PPA for Terminix (GTK3 terminal emulator). Only Ubuntu 16.04 and Linux Mint 18 are supported for now.
More about Terminix: https://github.com/gnunn1/terminix
.
.
.
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
OK
Update the machine by using the following command.
root@linuxhelp:/home/user1# apt-get update
Get:1 http://ppa.launchpad.net/haecker-felix/gradio-daily/ubuntu xenial InRelease [18.1 kB]
Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [94.5 kB]
Hit:3 http://in.archive.ubuntu.com/ubuntu xenial InRelease
.
.
.
Setting up terminix-common (1.2.0-1~webupd8~xenial7) ...
Setting up terminix (1.2.0-1~webupd8~xenial7) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Now start with the terminix package installation using the following command.
root@linuxhelp:/home/user1# apt-get install terminix
Reading package lists... Done
Building dependency tree
Reading state information... Done
.
.
.
Setting up terminix-common (1.2.0-1~webupd8~xenial7) ...
Setting up terminix (1.2.0-1~webupd8~xenial7) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Open the Terminix emulator via command prompt.
root@linuxhelp:/home/user1# terminix
Execute commands in terminix emulator
To split the terminal vertically click vertical icon.
To split the terminal horizontally hit horizontal icon.
In this terminix terminal, you can execute all the terminals simultaneously.

Comments ( 0 )
No comments available