terminus_showhide command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
terminus_showhide: command not found
or when using sudo you get the following error message
sudo: terminus_showhide: command not found
Solutions to terminus_showhide: command not found
How To Fix terminus_showhide: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu terminus_showhide 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_showhide command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.