Install NetEase Cloud Music on Ubuntu 16.04

First go to the official website to download the Linux version of NetEase Cloud Music Client, URL: http://music.163.com/#/download , select the linux version, then select ubuntu 16.04 (64) bit, enter the path you downloaded, right click to open Terminal, and then enter the following command ( note that the deb file in the following command should be replaced with the corresponding file name you downloaded ):

sudo dpkg -i netease-cloud-music_1.0.0_i386_ubuntu16.04.deb

If an error occurs, for example:

Checking unselected package netease-cloud-music.
(Reading database... The system currently has a total of 178726 files and directories installed.)
Preparing to unpack netease-cloud-music_1.1.0_amd64_ubuntu.deb...
Unpacking netease-cloud-music (1.1.0) ...
dpkg: Dependency issues prevent the configuration of netease-cloud-music from continuing:
 netease-cloud-music depends on vlc (>= 2.1.0); however:
  Package vlc is not installed.

dpkg: Error processing package netease-cloud-music (--install):
 Dependency issue - still not configured
Processing triggers for libc-bin (2.23-0ubuntu10)...
Processing trigger for bamfdaemon (0.5.3~bzr0+16.04.20180209-0ubuntu1)...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1)...
Processing triggers for desktop-file-utils (0.22-1ubuntu5.1)...
Processing triggers for mime-support (3.59ubuntu1)...
Processing trigger for hicolor-icon-theme (0.15-0ubuntu1)...
An error occurred while processing:
 netease-cloud-music

To fix and install the dependencies, type in the terminal:

sudo apt-get install -f

Then execute the installation command of the first step (directly press the direction key to select the previously executed command):


sudo dpkg -i netease-cloud-music_1.0.0_i386_ubuntu16.04.deb

Finally, open the search in the upper left corner of the system desktop, and select the second one in the bottom row of icons. You can find the NetEase cloud client you installed in the installed software, and you can open it. If you want to fix it on From the menu on the left side of the desktop, right-click the icon and select "Lock to Launcher".

Replenish:

If you can't open the NetEase cloud client by clicking the software icon, try to execute in the terminal:

sudo netease-cloud-music

If you can open it, close it, and enter in the terminal:

sudo gedit /usr/share/applications/netease-cloud-music.desktop

Change the eleventh line of the open file to:

Exec=netease-cloud-music --no-sandbox %U

Then execute the restart command:

shutdown -r now
refer to:

https://www.cnblogs.com/lulipro/p/6114879.html

https://blog.csdn.net/grtorange/article/details/78900965

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326300178&siteId=291194637