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
Open Source Ports of Commercial Game Engines
Free, open source and cross-platform game engine recreations can be used to play old as well as some of the fairly recent game titles. This article wi...
Parhaat komentorivipelit Linuxille
Komentorivi ei ole vain suurin liittolainen Linuxia käytettäessä - se voi olla myös viihteen lähde, koska voit käyttää sitä pelaamaan monia hauskoja p...
Parhaat Linux-peliohjaimen kartoitussovellukset
Jos haluat pelata pelejä Linuxissa peliohjaimella tyypillisen näppäimistön ja hiiren syöttöjärjestelmän sijaan, on sinulle hyödyllisiä sovelluksia. Mo...