clementine command not found

In this troubleshooting guide we learn how to fix clementine command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

clementine: command not found

or when using sudo you get the following error message

sudo: clementine: command not found

Solutions to clementine: command not found

How To Fix clementine: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu clementine is provided by clementine package.

clementine is:

Clementine is a multiplatform music player focusing on a fast and easy-to-use interface for searching and playing your music.

Summary of included features :

  • Search and play your local music library.
  • Listen to internet radio from ROCKRADIO.com, RadioTunes.com, IntergalacticFM, SomaFM, Magnatune, Jamendo, Digitally Imported, ClassicalRadio.com, JAZZRADIO.com, Icecast and Subsonic servers.
  • Search and play songs you’ve uploaded to SeaFile, Box, Dropbox, Google Drive, and OneDrive.
  • Create smart playlists and dynamic playlists.
  • Tabbed playlists, import and export M3U, XSPF, PLS and ASX.
  • CUE sheet support.
  • Play audio CDs.
  • Visualisations from projectM.
  • Lyrics and artist biographies and photos.
  • Transcode music into MP3, Ogg Vorbis, Ogg Speex, FLAC or AAC.
  • Edit tags on MP3 and OGG files, organise your music.
  • Fetch missing tags from MusicBrainz.
  • Discover and download Podcasts.
  • Download missing album cover art from Last.fm.
  • Native desktop notifications using libnotify.
  • Remote control using an Android device, a Wii Remote, MPRIS or the command-line.
  • Copy music to your iPod, iPhone, MTP or mass-storage USB player.
  • Queue manager.

To fix this problem, we can install more using the command below.

sudo apt-get -y install clementine

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install clementine.

sudo apt -y install clementine

Or if you have aptitude installed you can use the following command.

sudo aptitude install clementine

Summary

In this tutorial we learn how to fix clementine command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.