phononsettings command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
phononsettings: command not found
or when using sudo you get the following error message
sudo: phononsettings: command not found
Solutions to phononsettings: command not found
How To Fix phononsettings: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu phononsettings is provided by phonon4qt5settings package.
phonon4qt5settings is:
Phonon is a Qt 5 multimedia API, which provides a task-oriented abstraction layer for capturing, mixing, processing, and playing audio and video content.
This package contains a graphical configuration for the Phonon cross-platform multimedia framework.
To fix this problem, we can install more using the command below.
sudo apt-get -y install phonon4qt5settings
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install phonon4qt5settings.
sudo apt -y install phonon4qt5settings
Or if you have aptitude installed you can use the following command.
sudo aptitude install phonon4qt5settings
Summary
In this tutorial we learn how to fix phononsettings command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.