feed2imap-dumpconfig command not found

In this troubleshooting guide we learn how to fix feed2imap-dumpconfig command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

feed2imap-dumpconfig: command not found

or when using sudo you get the following error message

sudo: feed2imap-dumpconfig: command not found

Solutions to feed2imap-dumpconfig: command not found

How To Fix feed2imap-dumpconfig: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu feed2imap-dumpconfig is provided by feed2imap package.

feed2imap is:

Feed2Imap is an RSS/Atom feed aggregator. After Downloading feeds (over HTTP or HTTPS), it uploads them to a specified folder of an IMAP mail server. The user can then access the feeds using a mail reader like Mutt, Evolution, Mozilla Thunderbird or even a webmail.

The main advantage over rss2email is that feed2imap uploads emails itself to a specified folder. You don’t have to play with procmail or your MUA’s filtering rules to classify mails.

To fix this problem, we can install more using the command below.

sudo apt-get -y install feed2imap

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install feed2imap.

sudo apt -y install feed2imap

Or if you have aptitude installed you can use the following command.

sudo aptitude install feed2imap

Summary

In this tutorial we learn how to fix feed2imap-dumpconfig command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.