Menu
User

DropVPS Team

Writer: Cooper Reagan

How to install terminator in kali linux

How to install terminator in kali linux

Publication Date

08/01/2025

Category

Articles

Reading Time

1 Min

Table of Contents

Terminator is a powerful terminal emulator that lets you split your terminal into multiple resizable panes. It’s a favorite among power users, and it works great on Kali Linux.

Step 1: Update the Package Index

Before installing anything, it’s a good idea to update your package list:

sudo apt update

This ensures you’re getting the latest version of Terminator from the Kali repositories.

Step 2: Install Terminator

Now install Terminator using APT:

sudo apt install terminator

When prompted, confirm by typing y and pressing Enter.

Step 3: Launch Terminator

Once installed, you can launch it from the terminal:

terminator

Or find it in your application launcher by searching for “Terminator”.

Step 4: Set as Default Terminal

If you want to make Terminator your default terminal in Kali:

sudo update-alternatives --config x-terminal-emulator

Select Terminator from the list by entering its corresponding number. That’s it — Terminator is now ready to use on your Kali Linux system.

Linux VPS
U
Loading...

Related Posts

How to install terminator in kali linux