pan command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pan: command not found
or when using sudo you get the following error message
sudo: pan: command not found
Solutions to pan: command not found
How To Fix pan: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pan is provided by pan package.
pan is:
Pan is a newsreader, loosely based on Agent and Gravity, which attempts to be pleasant to use for new and advanced users alike. It has all the typical features found in newsreaders and also supports offline newsreading, sophisticated filtering, multiple connections, and a number of extra features for power users and alt.binaries fans.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pan
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pan.
sudo apt -y install pan
Or if you have aptitude installed you can use the following command.
sudo aptitude install pan
Summary
In this tutorial we learn how to fix pan command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.