It's a headache to want a perfect, online music player on Linux. Looking for a long time, still feel Deepin's deep music is very good choice. Not only can play local, but also can install a lot of plug-ins, including NetEase Cloud, Baidu Music and so on.
Let me show you how to install Deepin music and its plugins based on the Debian Linux distribution.
My Linux distribution is Linux mint17.3, other versions please self-test
First, the installation of deep music
1. Add Depth source
There are some dependencies, so you need to add a depth source
Can be executed directly based on Ubuntu
sudo add-apt-repository ppa:noobslab/deepin-sc
Based on Debian, please add add-apt-repository command support, or to Http://ppa.launchpad.net/noobslab/deepin-sc/ubuntu download dependent, specific self-test
2. Install Deepin Software
sudo apt-get updatesudoinstall Deepin-music-player
3. Upgrade the latest version
To the URL http://packages.deepin.com/deepin/pool/main/d/deepin-music-player/download the latest version of the
To uninstall an older version:
sudo apt-get remove Deepin-music-player
Install the latest
Debian-based users can also install the latest version of the dependency directly, do not need to install the old version, the specific self-test
Second, install the NetEase cloud Music plugin
1. Access to the source code can also be directly downloaded from the website
git clone https://github.com/wu-nerd/dmusic-plugin-neteasecloudmusic.git
2. Installing plugins
CD dmusic-plugin-install. py
Third, install Baidu music Plugin
1. Install the associated dependency package at compile time (Cython libwebkitgtk-dev python-dev git), for example:
sudo install Cython libwebkitgtk-dev git
2. Install Pyjavascriptcore, can download the source package directly to the URL
git clone https://github.com/sumary/pyjavascriptcore.gitcd pyjavascriptcoresudo Install
If this step appears javascriptcore.c:4:20: Fatal error: Python.h: no file or directory
Compile interrupts. Error:command *gcc* failed with exit status 1
Perform:
sudo Install Python-dev
and continue with the above steps
3. Install Baidu Music plugin, can download the source package directly to the website
git clone https://github.com/sumary/dmusic-plugin-baidumusic.gitcd dmusic-plugin-baidumusic CP -R baidumusic ~/.local/share/deepin-music-player/plugins/
Update and Exchange please follow my Weibo: http://weibo.com/xuelongqy
Debian-based Linux distribution installs Deepin music and its plugins