As you may know, Nuvola Player is an application that allows the users to listen to music from the clound, having good integration with Linux. It integrates well with Unity, showing the currently playing song via notifications, has docking capabilities et cetera.
The latest version available is Nuvola Player 3.0, which has been recently released, coming with changes and new features. For information about this release, see the changelog.
Installation instructions:
In order to successfully install Nuvola Player on Ubuntu, Debian and derivative systems, we have to add the repository and the repo key to your system, update the local repository index and install the nuvolaplayer3 package.
How to install Nuvola Player 3 on Ubuntu 15.10 and derivative systems:
$ sudo sh -c 'echo "deb https://tiliado.eu/nuvolaplayer/repository/deb/ wily devel" >> /etc/apt/sources.list'
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40554B8FA5FE6F6A
$ sudo apt-get update
$ sudo apt-get install nuvolaplayer3
How to install Nuvola Player 3 on Ubuntu 14.04, Linux Mint 17.x, Elementary OS 0.3 Freya and derivative systems:
$ sudo sh -c 'echo "deb https://tiliado.eu/nuvolaplayer/repository/deb/ trusty devel" >> /etc/apt/sources.list'
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40554B8FA5FE6F6A
$ sudo apt-get update
$ sudo apt-get install nuvolaplayer3
How to install Nuvola Player 3 on Debian Jessie and derivative systems:
$ sudo sh -c 'echo "deb https://tiliado.eu/nuvolaplayer/repository/deb/ jessie devel" >> /etc/apt/sources.list'
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40554B8FA5FE6F6A
$ sudo apt-get update
$ sudo apt-get install nuvolaplayer3
How to install Nuvola Player 3 on Debian Sid and derivative systems:
$ sudo sh -c 'echo "deb https://tiliado.eu/nuvolaplayer/repository/deb/ sid devel" >> /etc/apt/sources.list'
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 40554B8FA5FE6F6A
$ sudo apt-get update
$ sudo apt-get install nuvolaplayer3
Optional, to remove nuvola player 3 from either Ubuntu, Debian or a derivative system, do:
$ sudo apt-get remove nuvolaplayer3
Leave a Reply