quodlibet command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
quodlibet: command not found
or when using sudo you get the following error message
sudo: quodlibet: command not found
Solutions to quodlibet: command not found
How To Fix quodlibet: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu quodlibet is provided by quodlibet package.
quodlibet is:
Quod Libet is a music management program. It provides several different ways to view your audio library, as well as support for Internet radio and audio feeds. It has extremely flexible metadata tag editing and searching capabilities, using the same interface as Ex Falso.
Supported formats include MP3, Ogg Vorbis, FLAC, Musepack (MPC), WavPack, and MOD/XM/IT.
To fix this problem, we can install more using the command below.
sudo apt-get -y install quodlibet
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install quodlibet.
sudo apt -y install quodlibet
Or if you have aptitude installed you can use the following command.
sudo aptitude install quodlibet
Summary
In this tutorial we learn how to fix quodlibet command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.