fbpager command not found
In this troubleshooting guide we learn how to fix fbpager command not found error message
Introduction
When you run more command in linux terminal / console, you get the following error message
fbpager: command not found
or when using sudo you get the following error message
sudo: fbpager: command not found
Solutions to fbpager: command not found
How To Fix fbpager: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu fbpager is provided by fbpager package.
fbpager is:
fbpager is a pager for Fluxbox with support of the following features:
- mouse gestures with button binding
- great number of configuration items
- alpha channel transparency
- ability to reside in the slit
To fix this problem, we can install more using the command below.
sudo apt-get -y install fbpager
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install fbpager.
sudo apt -y install fbpager
Or if you have aptitude installed you can use the following command.
sudo aptitude install fbpager
Summary
In this tutorial we learn how to fix fbpager command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.