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/
  • 相关阅读:
    [视频监控]用状态机图展示Layout切换关系
    初次打开mysql5.6后
    eclipse 项目乱码
    java servlet 中遇到的编码问题
    解决HttpServletResponse输出的中文乱码问题
    The first day of my Blog
    最大子段和
    LOI 54 成立一周年纪(zuo)念(si)
    水题 逆序对 NOIP 2013 火柴排队
    搜索 由浅入深 之一 水题
  • 原文地址:https://www.cnblogs.com/libraneptune/p/11374128.html
Copyright © 2011-2022 走看看