How To Install libcmpiutil on Fedora 36
Introduction
In this tutorial we learn how to install libcmpiutil
on Fedora 36.
What is libcmpiutil
Libcmpiutil is a library of utility functions for CMPI providers. The goal is to reduce the amount of repetitive work done in most CMPI providers by encapsulating common procedures with more “normal” APIs. This extends from operations like getting typed instance properties to standardizing method dispatch and argument checking.
We can use yum
or dnf
to install libcmpiutil
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcmpiutil.
Install libcmpiutil on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libcmpiutil
using dnf
by running the following command:
sudo dnf -y install libcmpiutil
Install libcmpiutil on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libcmpiutil
using yum
by running the following command:
sudo yum -y install libcmpiutil
How To Uninstall libcmpiutil on Fedora 36
To uninstall only the libcmpiutil
package we can use the following command:
sudo dnf remove libcmpiutil
libcmpiutil Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/26b945690f0aa6f4bb243c1732b51e1b5a2ddf
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/a7be829b4df1e0f6f24aef4b461e1b64f9208e
/usr/lib/libcmpiutil.so.0
/usr/lib/libcmpiutil.so.0.5.7
/usr/lib/libcueoparser.so.0
/usr/lib/libcueoparser.so.0.5.7
/usr/share/doc/libcmpiutil
/usr/share/doc/libcmpiutil/README
/usr/share/doc/libcmpiutil/doxygen.conf
/usr/share/doc/libcmpiutil/mainpage
/usr/share/licenses/libcmpiutil
/usr/share/licenses/libcmpiutil/COPYING
References
Summary
In this tutorial we learn how to install libcmpiutil
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libcmpiutil on Fedora 36” linkTitle: “libcmpiutil” type: “docs” description: “In this tutorial we learn how to install libcmpiutil in Fedora 36. libcmpiutil is CMPI Utility Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libcmpiutil-featured.png
Introduction
In this tutorial we learn how to install libcmpiutil
on Fedora 36.
What is libcmpiutil
Libcmpiutil is a library of utility functions for CMPI providers. The goal is to reduce the amount of repetitive work done in most CMPI providers by encapsulating common procedures with more “normal” APIs. This extends from operations like getting typed instance properties to standardizing method dispatch and argument checking.
We can use yum
or dnf
to install libcmpiutil
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcmpiutil.
Install libcmpiutil on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libcmpiutil
using dnf
by running the following command:
sudo dnf -y install libcmpiutil
Install libcmpiutil on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libcmpiutil
using yum
by running the following command:
sudo yum -y install libcmpiutil
How To Uninstall libcmpiutil on Fedora 36
To uninstall only the libcmpiutil
package we can use the following command:
sudo dnf remove libcmpiutil
libcmpiutil Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/a6864125a4e593eab3ed4df0845fc14475d8b3
/usr/lib/.build-id/39
/usr/lib/.build-id/39/b73b98147522b7abe287e2140db55499a72b25
/usr/lib64/libcmpiutil.so.0
/usr/lib64/libcmpiutil.so.0.5.7
/usr/lib64/libcueoparser.so.0
/usr/lib64/libcueoparser.so.0.5.7
/usr/share/doc/libcmpiutil
/usr/share/doc/libcmpiutil/README
/usr/share/doc/libcmpiutil/doxygen.conf
/usr/share/doc/libcmpiutil/mainpage
/usr/share/licenses/libcmpiutil
/usr/share/licenses/libcmpiutil/COPYING
References
Summary
In this tutorial we learn how to install libcmpiutil
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).