Skip to content

Yes-Play-Music

Yes-Play-Music is a beautiful third-party Netease Cloud Music client maintained by the community.

You can install Yes-Play-Music via Flatpak by running the following commands in your terminal:

This source is not official

As you can see from this submission, the source is a fork version, not the official version.

flatpak install flathub io.github.qier222.YesPlayMusic

System install (manual)

To Install Yes-Play-Music on AnduinOS, first download a deb package from here. Then you can install it with apt:

wget https://github.com/qier222/YesPlayMusic/releases/download/v0.4.10/yesplaymusic_0.4.10_amd64.deb -O yesplaymusic.deb
sudo apt install ./yesplaymusic.deb -y
rm yesplaymusic.deb

The link above may be outdated

The link above may be outdated. Please visit the official website to get the latest version.

Unable to automatically upgrade this application

The above command only installs the launcher. If you run sudo apt upgrade, it won't upgrade it automatically. You will need to manually rerun the above command to upgrade.

This is because the software provider didn't setup a repository for automatic updates. You will need to check the official website for updates.

Third-party repository

If you want to automatically update via sudo apt upgrade, you can try adding wcbing APT Repo. This is a third-party software repository that is updated more timely.

If you have not added it before, please follow the steps below:

curl -O https://packages.wcbing.top/deb/wcbing-keyring.deb
sudo apt install ./wcbing-keyring.deb
rm ./wcbing-keyring.deb

Then, you can install via apt:

sudo apt update
sudo apt install yesplaymusic

This is a third-party repository

This is a repository maintained by third-party, and AnduinOS does not make any guarantees for it.

The author stadeclared that he used index redirection to allow users to download directly from the official distribution of the software, ensuring the security and legality of the source of the software package.