Ubuntu

How to install Terminus: A modern age terminal on Ubuntu 20.10?


The tool which is mostly used in Linux is terminal. Because of the high customizability of Linux distributions, you can even get a terminal that can be modified, especially its appearance. That tool is known as the “Terminus“.

Terminus is a simple and elegant web-based terminal that is available for various operating systems. Terminus is a modern terminal and mostly inspired by “Hyper”, which is also a web-based terminal. Terminus comes with various color schemes and themes that can be changed at any time.

Main Features of Terminus

Terminus has several features, and some of them are:

  1. Color schemes and themes can be changed
  2. Fully configurable hotkeys
  3. Tabs can be restored
  4. Convenient file path pasting (just drag it in the Terminus)
  5. Complete Unicode support with double-width characters
  6. Paths are clickable and can be opened in the browser
  7. Supported plugins can be installed from the NPM repository

Installing Terminus on Ubuntu 20.10

To install Terminus on Ubuntu, the first thing you need is “gdebi”. It is an app that lets you install local “deb” packages and their dependencies effectively. Install “gdebi” using the command given below:

$ sudo apt install gdebi

If the terminal shows an error of “Package not found”, simply add “universe” repositories using the following command:

$ sudo add-apt-repository universe

Now, download the “Terminus” package using the “wget” command and the download link:

$ wget https://github.com/Eugeny/terminus/releases/download/v1.0.120/
terminus-1.0.120-linux.deb

Now install “Terminus” using the following command:

$ sudo gdebi terminus-1.0.120-linux.deb

That’s it! The “Terminus” will be installed. Now open it.

SAM's%20Teminus-1/Screenshot%20from%202020-12-07%2015-12-50.png

The main window of “Terminus” is shown in the image above. After tweaking and adjusting your preferred settings, click on the “Close and never show again” button, and you will be greeted with a new window where you can open a terminal tab.

SAM's%20Teminus-1/Screenshot%20from%202020-12-07%2015-15-07.png

As discussed above, it can be personalized easily. To customize it open “Settings”.

SAM's%20Teminus-1/Screenshot%20from%202020-12-07%2015-12-59.png

There is a whole bunch of settings. In the “Application” option themes can be changed; tabs location, opacity, and window frame can also be adjusted.

SAM's%20Teminus-1/Screenshot%20from%202020-12-07%2015-14-06.png

In the “Hotkeys” option as the name suggests, you can add and configure the hotkeys. In the plugins option, existing plugins can be uninstalled and new plugins can be downloaded and enabled, as shown in the following image.

SAM's%20Teminus-1/%20.png

In the “Appearance” tab, font and terminal background can be personalized.

SAM's%20Teminus-1/Screenshot%20from%202020-12-07%2015-14-15.png

Color schemes are also one of the main features of “Terminus”. It can be set from the “Color Scheme” option, and there are various color schemes presented.

SAM's%20Teminus-1/Screenshot%20from%202020-12-07%2015-14-19.png

Similarly, to adjust the “Shell” and “Terminal” settings, click on the respective buttons.

How to uninstall Terminus from Ubuntu?

Uninstalling the process of “Terminus” is easy and straight forward, just use the following command:

$ sudo apt remove terminus

About the author

Sam U

I am a professional graphics designer with over 6 years of experience. Currently doing research in virtual reality, augmented reality and mixed reality.
I hardly watch movies but love to read tech related books and articles.