gtkpod command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gtkpod: command not found
or when using sudo you get the following error message
sudo: gtkpod: command not found
Solutions to gtkpod: command not found
How To Fix gtkpod: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gtkpod is provided by gtkpod package.
gtkpod is:
gtkpod is a platform independent GUI for Apple’s iPod using GTK3. It allows you to upload songs and playlists to your iPod. It supports ID3 tag editing, multiple charsets for ID3 tags, detects duplicate songs, allows offline modification of the database with later synchronisation, and more.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gtkpod
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gtkpod.
sudo apt -y install gtkpod
Or if you have aptitude installed you can use the following command.
sudo aptitude install gtkpod
Summary
In this tutorial we learn how to fix gtkpod command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.