pumpa command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
pumpa: command not found
or when using sudo you get the following error message
sudo: pumpa: command not found
Solutions to pumpa: command not found
How To Fix pumpa: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu pumpa is provided by pumpa package.
pumpa is:
Pumpa is a simple Qt-based desktop client for identi.ca and other pump.io-based distributed social network services. Pumpa offers several improvements over using the web interface, such as better notifications and the ability to @reply particular users.
To fix this problem, we can install more using the command below.
sudo apt-get -y install pumpa
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install pumpa.
sudo apt -y install pumpa
Or if you have aptitude installed you can use the following command.
sudo aptitude install pumpa
Summary
In this tutorial we learn how to fix pumpa command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.