How to install Terminus on Ubuntu 17.04
How to install Terminus on Ubuntu 17.04
A terminal is a program that allows the user to do various process like a GUI environemnt. Linux contains a score of terminal emulators one of them is Terminus. This article covers the installation procedure of Terminus on Ubuntu 17.04. The Terminus is a cross-platform, simple to use, web based terminal that is designed for users who need quicker processing than a traditional terminal. It contains multiple app themes and color schemes for the terminal. The user can also install plugins to create any Angular Framework.
Features
- Spawn as well as hide with a global hotkey
- Fully customizable hotkey schema
- GNU Screen data-style hotkeys available by default
- Default Linux data-style hotkeys for Copy(Ctrl+Shift+C), as well as Paste(Ctrl+Shift+V)
- Doesn’ t choke on fast-flowing outputs
- Auto-dock to any side of any screen
Installation procedure
Before installing the terminus application, install the Gdebi installer in the target system. Execute the following command.
root@linuxhelp:~# apt install gdebi
Reading package lists... Done
Building dependency tree
Reading state information... Done
.
.
Setting up gdebi (0.9.5.7ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
The installation of Gdebi is complete. Now execute the wget command to download the terminus application.
root@linuxhelp:~# wget https://github.com/Eugeny/terminus/releases/download/v1.0.0-alpha.18/terminus_1.0.0-alpha.18_amd64.deb
--2017-07-30 08:54:22-- https://github.com/Eugeny/terminus/releases/download/v1.0.0-alpha.18/terminus_1.0.0-alpha.18_amd64.deb
Resolving github.com (github.com)... 192.30.255.112, 192.30.255.113
Connecting to github.com (github.com)|192.30.255.112|:443... connected.
.
.
terminus_1.0.0-alph 100%[===================> ] 42.47M 1.10MB/s in 48s
2017-07-30 08:55:14 (912 KB/s) - ‘ terminus_1.0.0-alpha.18_amd64.deb’ saved [44537368/44537368]
The terminus application will be installed in the system by running the following command using gdebi.
root@linuxhelp:~# gdebi terminus_1.0.0-alpha.18_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
.
.
.
Processing triggers for desktop-file-utils (0.23-1ubuntu2) ...
Processing triggers for mime-support (3.60ubuntu1) ...
The application is installed successfully in the terminal. Go to Ubuntu dashboard and type terminus, click on the icon to run the application.
The terminus application is ready to be used.
Xquartz, https://www.xquartz.org/.