Skip to main content

Adding an additional terminal emulator in Linux

A quick look at adding a new terminal emulator to your system.
Image
train terminal full of people

Photo by Skitterphoto from Pexels

In my previous article, "How to open a Linux terminal," you learned how to open a Linux terminal window and create a shortcut for easy access. In this article, I will show you how to install an additional terminal emulator and see how it works.

For this article, I’m working on CentOS 8 machine with the Gnome desktop environment. Irrespective of what flavor of Linux you’re using, the process of installing an additional terminal emulator should be the same. I will install the Konsole terminal emulator for this article. Konsole is the default terminal emulator in the K Desktop Environment (KDE).

I will also show you how to install a terminal emulator from gnome-terminal. If you’ve followed my article on how to open a Linux terminal and set up a keyboard shortcut, launch the gnome-terminal emulator using your keyboard shortcut (in my case, it is Ctrl+Alt+T).

Note: I’m using a CentOS 8 computer, but this technique will work on any Red Hat-based system. Depending on which particular distribution you have, you might need to install the Extra Packages for Enterprise Linux (EPEL) repo. If you want to learn how to add yum repositories to your system, read How to add a Yum repository.

Once you open the terminal window, issue the following command:

$ sudo yum install konsole -y

Or the following command as root user: 

# yum install konsole -y
Image
Installing konsole

Once you have the Konsole terminal emulator program installed, search for konsole and launch it:

Image
Searching for Konsole

Note: If you like Konsole, you can set up a shortcut as we did with gnome-terminal.

Wrapping up

I wanted to keep this article simple and easy. With these few steps, you can set up an additional terminal emulator on your Linux computer. There are many other terminal emulators that you might like to try. Check out the article Top 7 open source terminal emulators for Linux to see more options.

Want to try out Red Hat Enterprise Linux? Download it now for free.

Topics:   Linux  
Author’s photo

Keerthi Chinthaguntla

Keerthi is aspiring Cloud, DevOps engineer, he has been working with Windows and Linux systems. He believes in continuous learning (CL) and continuous sharing (CS), on his way building his very own CL CS pipeline. When he is not playing in the CLI, you will find him playing Cricket.  More about me

Try Red Hat Enterprise Linux

Download it at no charge from the Red Hat Developer program.