zoukankan      html  css  js  c++  java
  • Installation of the latest version of netease-cloud-music on Fedora 30 linux platform

    Installation of the latest version of netease-cloud-music on Fedora 30 linux platform

    Abtract

    As we know, netease company pushed debian-based version of cloud-music software that we cannot install directly on fedora where usually needs a rmp package. However, luckily, we can throw out the outside clothes of packaging and use the inner part to realise the cross-distribution of linux. Okay, let's look at the steps to make it. The method in this page is from another blog[1].

    Steps

    1. Get original software package from official website[2].  Please choose the latest version on ubuntu 18.04.
    2. Pick up something useful. Unzip the deb package and then you need pick up the only compressed package named data.tar.xz. Unzip that as well.
    3. Copy them to suitable position. Copy folders opt and usr to root position. sudo cp -r opt / && usr / 
    4. Some issues. You need edit the desktop file of that to show the icon because the original file use related path and now we need use its absolute path for recognising.
       sudo vi /usr/share/applications/netease-cloud-music.desktop
      Icon=/usr/share/icons/hicolor/scalable/apps/netease-cloud-music.svg

      After changing the desktop file you can find it in the applications. If you cannot still launch it please search the error message that will tip you the dependencies needed.
      I want to recommend a useful website[3] here for extre libraries to install. 

    5. If any question, welcome to reply.

    Reference

    1. fedora 29安装网易云音乐 https://www.wenjinyu.me/zh/installing-netease-music-player-in-fedora-29/
    2. https://music.163.com/#/download
    3. https://fedora.pkgs.org/
  • 相关阅读:
    源代码的下载与编译
    Git使用入门
    搭建Android开发环境
    Android系统移植与驱动开发
    Android探索与驱动开发学与思(10)
    Android探索与驱动开发学与思(9)
    Android探索与驱动开发学与思(8)
    第七章
    第六章
    第五章
  • 原文地址:https://www.cnblogs.com/libraneptune/p/11374128.html
Copyright © 2011-2022 走看看