Hyper is an electron based highly customizable and configurable Terminal emulator built on HTML/CSS/JS. It allows for installing different themes and plugins in order to add new functionalities. It is an open-source application that is supported on all three major platforms; Windows, Linux, and MacOS systems. In this tutorial, we have explained how to install Hyper Terminal in the Ubuntu system.
Note:
Follow the below steps in order to install Hyper Terminal in Ubuntu:
First, go to the official website of Hyper and download the Hyper Terminal installer file.
To do so, open the following link in your browser and download the package labeled as Debian(.deb).
https://hyper.is/#installation
When the following dialog box appears, click OK to save this file.
The downloaded (.deb) installer for Hyper Terminal will be saved to your Downloads directory.
Alternatively, you can download the installer file using a single command in the command line Terminal. The command to download .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 to your Home directory.
The next step is to install the Hyper Terminal application. Move to the directory where the (.deb) file for the Hyper Terminal is placed. Then run the below command to install it:
$ sudo gdebi hyper_3.0.2_amd64
When asked for the password, type sudo password.
Then the system will ask you to confirm whether you want to install the application or not. Hit y to confirm, after which the installation of Hyper Terminal will be started.
After the installation is completed, you can open Hyper either using the command line or using GUI.
In order to open the Hyper Terminal application via command line, run the following command in Terminal:
$ hyper
In order to open the Hyper Terminal application via GUI, hit the super key on your keyboard and type hyper. When the icon for Hyper Terminal appears as displayed in the following screenshot, click on it to launch it.
After the Hyper Terminal is launched, you should see the following window. You can see it looks similar to the default Terminal application of Ubuntu.
Similar to the Ubuntu default Terminal application, you can run any command in the Hyper Terminal.
The configuration file of Hyper Terminal is hyper.js located in the home directory. You can edit this file and configure various properties including fonts, line height, letter spacing, background color, and various others.
To edit this file, run the following command in default Terminal or Hyper Terminal:
$ sudo nano ~/.hyper.js
You can also access this file by clicking the menu (Hamburger icon) at the left and then go to Edit > Preferences.
Once you are done with the configurations, save the file to apply the changes you have made.
In case, you no longer need the Hyper Terminal, you can remove it by running the following command in Terminal:
$ sudo apt remove hyper
If asked for the password, provide sudo password.
Then the system will ask you to confirm whether you want to remove the package or not. Hit y to confirm, after which the Hyper Terminal will be removed from the system.
I hope now you can easily use Hyper Terminal in your Ubuntu system. If you are a regular user of Ubuntu default Terminal and are well familiar with it, then you will find no difficulty in using the Hyper Terminal.
Magento is a free and open-source e-commerce platform written in PHP. It is simple, easy…
ISPConfig is an open-source control panel that allows users to manage multiple servers from a…
As a Linux administrator, you may find it necessary to troubleshoot or test your Simple…
Ubuntu 24.04, like many modern Linux distributions, relies on the NetworkManager for managing network connections.…
Restic is a modern, open-source backup program designed for efficiency, security, and simplicity. It enables…
phpMyAdmin is a popular free tool written in PHP intended to administer MySQL and MariaDB…