简体   繁体   中英

What are the packages for Linux Libraries?

I am trying to install an application on CentOS 7 that needs several libraries:

libcryptopp.so.6
libdns_sd.so.1
libstdc++.so.6
libstdc++.so.6

Where can I get these libraries? Is there a yum repo that contains them? Are they standard? If so, what package(s) do I install to get these libraries?

Someone please advise.

Use this command for every file that you need:

yum provides fileName

You will need to run:

yum install avahi-compat-libdns_sd libstdc++  cryptopp

For last package, you need to have epel-release install and enabled.

yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM