How to install Hyper Terminal in Ubuntu 20.04

Note:

  1. The procedure discussed in this article has been tested on Ubuntu 20.04 LTS.
  2. The same procedure can be done in a Debian system.
  3. To launch Command Line Terminal, press Ctrl + Alt + T.

Install Hyper Terminal

Follow the steps below to install Hyper Terminal in Ubuntu:

Step 1: Download the Hyper Terminal

First, head over to Hyper's official website and download the Hyper Terminal installer file.

To do so, open this link in your browser and download the package labeled Debian (.deb).

When the following dialog box appears, click OK to save this file.

The downloaded installer (.deb) for Hyper Terminal will be saved in the Downloads folder.

Alternatively, you can download the installer file with a single command in the Terminal command line. The command to download the .deb installer for Hyper Terminal is as follows:

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

The downloaded installer will be saved in the Home folder.

Step 2: Install Hyper Terminal

The next step is to install the Hyper Terminal application. Navigate to the folder containing the file (.deb) for the Hyper Terminal. Then run the command below to install it:

$ sudo gdebi hyper_3.0.2_amd64

When prompted for the password, enter the sudo password.

How to install Hyper Terminal in Ubuntu 20.04 Picture 1

Then the system will ask you to confirm whether you want to install the application or not. Press y to confirm, then the Hyper Terminal installation will begin.

Step 3: Launch Hyper Terminal

Once installed, you can open Hyper either from the command line or with the GUI.

To open the Hyper Terminal application via the command line, run the following command in Terminal:

$ hyper

To open the Hyper Terminal app via GUI, press the super key on your keyboard and type hyper. When the icon for Hyper Terminal appears as shown in the following screenshot, click on it to launch it.

After Hyper Terminal is launched, you will see the following window. You can see that it looks a lot like Ubuntu's default Terminal app.

How to install Hyper Terminal in Ubuntu 20.04 Picture 2

Similar to Ubuntu's default Terminal application, you can run any command in Hyper Terminal.

How to install Hyper Terminal in Ubuntu 20.04 Picture 3

The Hyper Terminal configuration file is hyper.js located in the Home directory. You can edit this file and configure various properties including font, line height, letter spacing, background color and many more.

To edit this file, run the following command in the default Terminal or Hyper Terminal:

$ sudo nano ~ / .hyper.js

You can also access this file by clicking on the menu (Hamburger icon) on the left and then going to Edit> Preferences.

How to install Hyper Terminal in Ubuntu 20.04 Picture 4

When the configuration is finished, save the file to apply the changes you have made.

Removed Hyper Terminal

In case you no longer need the Hyper Terminal, you can delete it by running the following command in Terminal:

$ sudo apt remove hyper

If prompted for a password, provide the password sudo.

How to install Hyper Terminal in Ubuntu 20.04 Picture 5

Then the system will ask you to confirm whether you want to remove the package or not. Press y to confirm, then the Hyper Terminal will be removed from the system.

4.1 ★ | 8 Vote

May be interested

  • How to use the history command in LinuxPhoto of How to use the history command in Linux
    as you spend more and more time in terminal sessions, you will constantly find new commands that make everyday tasks more efficient. the gnu history command is one of them.
  • How to set up Bluetooth in LinuxPhoto of How to set up Bluetooth in Linux
    other distributions like fedora and arch linux require you to do some setup before you can fully enjoy the benefits of bluetooth on your computer. here is how you can set up bluetooth in linux.
  • How to install Putty SSH Client on Ubuntu 20.04 LTSPhoto of How to install Putty SSH Client on Ubuntu 20.04 LTS
    in this article, tipsmake.com will explain how to install putty on ubuntu 20.04 lts system. the same process can be used for debian, mint and earlier ubuntu releases.
  • How to fix the problem of being unable to enter Terminal in LinuxPhoto of How to fix the problem of being unable to enter Terminal in Linux
    nothing is perfect and sometimes, even terminal can stop responding or ignore what you type. if your terminal crashes and you can't enter it, here are some of the most common causes and solutions for them.
  • How to monitor, clean and optimize Linux with StacerPhoto of How to monitor, clean and optimize Linux with Stacer
    looking for ways to optimize your linux system and make it run faster? there are tons of ways and tools for you to do this, and stacer includes everything you need to monitor, clean, and optimize your linux installation.
  • How to hide desktop icons on Ubuntu 20.04Photo of How to hide desktop icons on Ubuntu 20.04
    if you find hiding the top toolbar and side panel isn't enough and want everything to disappear from your ubuntu desktop, then you may want to get rid of those annoying icons from its surface.