tangerine command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
tangerine: command not found
or when using sudo you get the following error message
sudo: tangerine: command not found
Solutions to tangerine: command not found
How To Fix tangerine: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu tangerine is provided by tangerine package.
tangerine is:
Tangerine is a simple music sharing server that uses DAAP to share your music over the local network.
There are several clients that you can then use to connect to it, such as Apple’s iTunes, Banshee, and Rhythmbox.
To fix this problem, we can install more using the command below.
sudo apt-get -y install tangerine
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install tangerine.
sudo apt -y install tangerine
Or if you have aptitude installed you can use the following command.
sudo aptitude install tangerine
Summary
In this tutorial we learn how to fix tangerine command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.