gpo command not found

In this troubleshooting guide we learn how to fix gpo command not found error message

Introduction

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

gpo: command not found

or when using sudo you get the following error message

sudo: gpo: command not found

Solutions to gpo: command not found

How To Fix gpo: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu gpo 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 gpo command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.