• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Install Lollypop Gnome Music Player in Ubuntu

Install Lollypop Gnome Music Player in Ubuntu

By Sourabh / August 20, 2020 Category: How To, Ubuntu

Install Lollypop Music Player on Linux Ubuntu Systems. Lollypop is a modern music player for GNOME systems.

Lollypop is a powerful Rhythmbox alternative. Lollypop open-source audio player is developed in GTK+3 and supports various popular audio formats, including mp3, mp4, ogg and flac. It can also be used to visualize the songs via album, artist or genre. The music player has two UI – White and Black.

screenshot.jpg

Features

  • Artist bio, lyrics Artist bio, lyrics: Get artists and tracks information from the web.
  • Intuitive browsing: Walk through your collection by genres/artists and through albums artwork.
  • Play many audio formats: mp3, mp4, ogg, and flac
  • Cover art downloader: Automatic artwork downloader from Last.fm, Itunes and Spotify.
  • MTP devices: Sync your music with Android phones and any mtp devices…
  • Fullscreen view: Visual access from your couch
  • Party mode: Let Lollypop choose music for you.
  • Native replay gain support.
  • Search in your collection by artist, album and title.

Install Lollypop Music Player in Ubuntu

Run the following commands in terminal to install the latest Lollypop Music Player in Ubuntu Linux:

sudo apt-get upgrade
sudo apt-get update
sudo add-apt-repository ppa:gnumdk/lollypop
sudo apt-get update
sudo apt-get install lollypop

Once installed, open Lollypop music player from Ubuntu Dash.

Note that you can also install Lollypop from Flatpak: https://flathub.org/repo/appstream/org.gnome.Lollypop.flatpakref

Building from git

$ git clone https://github.com/gnumdk/lollypop.git
$ cd lollypop
$ meson builddir --prefix=/usr
# sudo ninja -C builddir install

In case you want the integration with Last.fm to work you need to install pylast

# apt-get install python3-pip
# pip3 install pylast

On Debian (Jessie)

$ git clone https://github.com/gnumdk/lollypop.git
$ cd lollypop
# apt-get install meson libglib2.0-dev yelp-tools libgirepository1.0-dev libgtk-3-dev
$ meson builddir --prefix=/usr
# sudo ninja -C builddir install

On Fedora

$ git clone https://github.com/gnumdk/lollypop.git
$ cd lollypop
# sudo dnf install meson glib2-devel yelp-tools gtk3-devel gobject-introspection-devel python3
$ meson builddir --prefix=/usr
# sudo ninja -C builddir install

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap