lollypop command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
lollypop: command not found
or when using sudo you get the following error message
sudo: lollypop: command not found
Solutions to lollypop: command not found
How To Fix lollypop: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu lollypop is provided by lollypop package.
lollypop is:
A Music player for GNOME featuring intuitive browsing of your music collection. Supports downloading of lyrics and cover art, syncing music with MTP devices, and has a kiosk (party) mode view.
To fix this problem, we can install more using the command below.
sudo apt-get -y install lollypop
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install lollypop.
sudo apt -y install lollypop
Or if you have aptitude installed you can use the following command.
sudo aptitude install lollypop
Summary
In this tutorial we learn how to fix lollypop command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.