What packages can provide libqcef.so.1?

I’m going to install this rpm package https://mirrors.tuna.tsinghua.edu.cn/fzug/free/29/x86_64/netease-cloud-music-1.2.0.2-1.fc29.x86_64.rpm

but it needs libqcef.so.1()(64bit)

Hello @lovemoon—welcome to the community. Please take a minute to read the introductory posts in #start-here if you haven’t already.

You can use dnf to query capabilities provided by packages in the repositories:

sudo dnf whatprovides '*/libqcef.so.*'

does not return anything, so it seems that no package in the Fedora repositories provides this at the moment. Since this is an rpm that is being provided by a third party, you should contact them to ask where this file is to be obtained from.

Please read man dnf for more information on using dnf.

1 Like