libhyperic-sigar-java:(系统信息收集器和报告器 - Java 绑定)
我知道在 ubuntu 中安装“libhyperic-sigar-java”的方法来使用
sudo apt-get install libhyperic-sigar-java
现在我想在 CentOS 中安装 libhyperic-sigar-java
我应该怎么做 ?我可以使用任何 RPM 吗?
If you are using java, take a look to Kamon Sigar Loader
Provides convenient self-contained Sigar classes with native library deployment and provisioning mechanism with JDK-only dependencies for the following common use cases:
here the documentation.
你应该使用yum
. 首先搜索确切的包名:
yum search java
然后当您找到确切的名称时:
yum install libhyperic-sigar-java
(或任何确切的包名称可能是)