Terminal

How to install Hyper - The most attractive terminal application

How to install Hyper - The most attractive terminal application

Hyper is a web technologies based highly customizable lightweight terminal. To add new functionalities and features, it lets you install plugins, extensions, themes, etc. It is an open-source tool and accessible on almost all operating systems.

Hyper holds the following key features:

  1. It is cross-platform, runs on macOS, Windows, and many Linux distributions such as Ubuntu, Fedora, etc.
  2. Customizable
  3. Have tons of extensions
  4. URLs can be dragged in the terminal
  5. Various styling options

Installing “Hyper” on Ubuntu 20.10:

To get Hyper on your Ubuntu machine, you need to download the Debian package of “Hyper”. Visit www.hyper.is and download the package by clicking on the “Download Hyper” button as shown in the image below.

“Hyper” debian package will be download; you can view the package in the “Downloads” directory:

Double click on the package Ubuntu Software Center's window will open and click on the install button.

The installation will begin; you can monitor the progress in the same window:

Shortly, “Hyper” will be install, it can be searched in the applications.

Installing “Hyper” on Ubuntu 20.10 using the terminal:

Another method is getting it done using the terminal.

First, get the Gdebi on Ubuntu. Gdebi is a lightweight and free app that lets you install Debian packages on Ubuntu. It is recommended to install Debian packages using Gdebi instead of Ubuntu's Software Center because it consumes fewer resources. Open terminal and type the command given below:

$sudo apt install gdebi

Now download the Hyper Debian package using the command shown below:

$wget - O hyper_3.0.2 https://releases.hyper.is/download/deb

After the downloading is finished, install it by typing the command mentioned below:

$sudo gdebi hyper_3.0.2

Open “Hyper” after the installation is finished:

How to uninstall Hyper from Ubuntu 20.10:

To uninstall the “Hyper” terminal from Ubuntu type the command mentioned below:

$sudo apt remove hyper
How to reverse Mouse and Touchpads scrolling direction in Windows 10
Mouse and Touchpads not only make computing easy but more efficient and less time-consuming. We cannot imagine a life without these devices, but still...
How to change Mouse pointer and cursor size, color & scheme on Windows 10
The mouse pointer and cursor in Windows 10 are very important aspects of the operating system. This can be said for other operating systems as well, s...
Безкоштовні ігри з відкритим кодом для розробки ігор Linux
У цій статті буде розглянуто перелік безкоштовних ігрових механізмів з відкритим кодом, які можна використовувати для розробки 2D та 3D ігор на Linux....