planetfilter command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
planetfilter: command not found
or when using sudo you get the following error message
sudo: planetfilter: command not found
Solutions to planetfilter: command not found
How To Fix planetfilter: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu planetfilter is provided by planetfilter package.
planetfilter is:
PlanetFilter uses a user-provided filter to prune blog aggregator feeds. It allows anyone to subscribe to popular blog aggregators without being overwhelmed by the noise.
To fix this problem, we can install more using the command below.
sudo apt-get -y install planetfilter
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install planetfilter.
sudo apt -y install planetfilter
Or if you have aptitude installed you can use the following command.
sudo aptitude install planetfilter
Summary
In this tutorial we learn how to fix planetfilter command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.