简体   繁体   English

Linux库有哪些软件包?

[英]What are the packages for Linux Libraries?

I am trying to install an application on CentOS 7 that needs several libraries: 我正在尝试在需要几个库的CentOS 7上安装一个应用程序:

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? 是否有包含它们的yum回购? 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. 对于最后一个软件包,您需要安装并启用epel-release。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是什么决定了Linux上共享库的二进制兼容性? - What determines binary compatibility of shared libraries on Linux? 关于Linux上的共享库有哪些好的做法? - What are good practices regarding shared libraries on Linux? 在 SUSE linux 中检查可升级包列表的命令是什么? - what is the command to check list of upgradable packages in SUSE linux? 在 Linux 上安装 R 包的最佳方法是什么? - What's the best way to install R packages on Linux? 在C中linux下查找ELF共享库的最佳方法是什么 - What is the best way to look for ELF Shared Libraries under linux in C 在Linux上管理共享库的常用方法是什么? - What's the common way to manage shared libraries on Linux? ld-linux.so以什么顺序搜索共享库? - In what order does ld-linux.so search shared libraries? 具有静态库的基于Linux的操作系统:我该怎么办? - Linux based OS with static libraries: what can I do? 部署依赖共享库的 linux 应用程序的公认方法是什么? - What's the accepted method for deploying a linux application that relies on shared libraries? 开发最新的Linux上游(内核,Gnome等)软件包有哪些好的Linux发行版(和方法)? - What are good Linux distributions (and methods) for developing the latest Linux upstream (kernel, Gnome etc.) packages?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM