puddletag command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
puddletag: command not found
or when using sudo you get the following error message
sudo: puddletag: command not found
Solutions to puddletag: command not found
How To Fix puddletag: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu puddletag is provided by puddletag package.
puddletag is:
puddletag is an audio tag editor (primarily created) for GNU/Linux similar to the Windows program, Mp3tag. Unlike most taggers for GNU/Linux, it uses a spreadsheet-like layout so that all the tags you want to edit by hand are visible and easily editable.
The usual tag editor features are supported like extracting tag information from filenames, renaming files based on their tags by using patterns and basic tag editing.
Then there’re Functions, which can do things like replace text, trim it, do case conversions, etc. Actions can automate repetitive tasks. You can import your QuodLibet library, lookup tags using Amazon (including cover art), Discogs (does cover art too!), FreeDB and MusicBrainz (and more).
Supported formats: ID3v1, ID3v2 (mp3), MP4 (mp4, m4a, etc.), VorbisComments (ogg, flac), Musepack (mpc), Monkey’s Audio (ape) and WavPack (wv).
To fix this problem, we can install more using the command below.
sudo apt-get -y install puddletag
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install puddletag.
sudo apt -y install puddletag
Or if you have aptitude installed you can use the following command.
sudo aptitude install puddletag
Summary
In this tutorial we learn how to fix puddletag command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.