gnome-music command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
gnome-music: command not found
or when using sudo you get the following error message
sudo: gnome-music: command not found
Solutions to gnome-music: command not found
How To Fix gnome-music: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu gnome-music is provided by gnome-music package.
gnome-music is:
Music is the new GNOME music playing application aiming at being a simple and elegant replacement for using Files to show the Music directory. Objectives includes listening to local and online/cloud collections, listen to music on attached devices, listen to music shared by friends, listen to audiobooks, a player for DLNA media servers, share music, upload music and select favorites.
To fix this problem, we can install more using the command below.
sudo apt-get -y install gnome-music
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install gnome-music.
sudo apt -y install gnome-music
Or if you have aptitude installed you can use the following command.
sudo aptitude install gnome-music
Summary
In this tutorial we learn how to fix gnome-music command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.