ubuntu16.04 / ubuntu18.04 installation Netease cloud music

First, download the 1.0 version

Download: http://s1.music.126.net/download/pc/netease-cloud-music_1.0.0_amd64_ubuntu16.04.deb
Once you have downloaded into the home directory

Second, the home directory and then execute the command order

mkdir -p extract/DEBIAN
dpkg-deb -x netease-cloud-music_1.0.0_amd64_ubuntu16.04.deb extract/
dpkg-deb -e netease-cloud-music_1.0.0_amd64_ubuntu16.04.deb extract/DEBIAN

Third, modify the file

Open extract / DEBIAN / control file, find Depends line, libqt5libqgtk2 delete, delete libfontconfig1 (> = 2.11.94) in (> = 2.11.94) Note: Remove the first practice libqt5libqgtk2 ready to run

Fourth, the home directory execute the command

mkdir build
dpkg-deb -b extract/ build/
cd build
sudo dpkg -i netease-cloud-music_1.0.0_amd64_ubuntu.deb

Reference link: https: //www.jianshu.com/p/bd7a9121b936

Guess you like

Origin www.cnblogs.com/mediocreWorld/p/11825599.html