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/
  • 相关阅读:
    MFC中实现LISTCRTL控件选中多行进行删除操作
    如何使属性值为“只读”(readonly)的EDIT控件在获取焦点后不显示光标?
    crm 使用stark组件
    ModelForm组件
    自定义admin管理工具(stark组件)
    Django-admin管理工具
    Django-session中间件源码简单分析
    基于角色的权限管理
    ajax参数补充
    datetime模块
  • 原文地址:https://www.cnblogs.com/libraneptune/p/11374128.html
Copyright © 2011-2022 走看看