terminus command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
terminus: command not found
or when using sudo you get the following error message
sudo: terminus: command not found
Solutions to terminus: command not found
How To Fix terminus: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu terminus is provided by terminus package.
terminus is:
A new-generation (post-Guake) terminal for X11 and Wayland featuring a hot-key Quake-console-like drop-down mode. Other features include a scroll-back buffer, multiple tabs, split screen both horizontal and vertical, and the usual compatibility features.
To fix this problem, we can install more using the command below.
sudo apt-get -y install terminus
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install terminus.
sudo apt -y install terminus
Or if you have aptitude installed you can use the following command.
sudo aptitude install terminus
Summary
In this tutorial we learn how to fix terminus command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.