gpodder command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gpodder: command not found
or when using sudo you get the following error message
sudo: gpodder: command not found
Solutions to gpodder: command not found
How To Fix gpodder: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gpodder is provided by gpodder package.
gpodder is:
gPodder is a podcast receiver/catcher. You can subscribe to feeds (“podcasts”) and automatically download new audio and video content. Downloaded content can be played on your computer or synchronized to iPods, MTP-based players, filesystem-based MP3 players and Bluetooth enabled mobile phones. YouTube video feeds are also supported.
This package provides the “gpodder” GUI and the “gpo” CLI utility.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gpodder
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gpodder.
sudo apt -y install gpodder
Or if you have aptitude installed you can use the following command.
sudo aptitude install gpodder
Summary
In this tutorial we learn how to fix gpodder command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.