How to Install and Uninstall libcom_err-devel.x86_64 Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "libcom_err-devel.x86_64" package

In this section, we are going to explain the necessary steps to install libcom_err-devel.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libcom_err-devel.x86_64

2. Uninstall "libcom_err-devel.x86_64" package

Please follow the instructions below to uninstall libcom_err-devel.x86_64 on Oracle Linux 9:

$ sudo dnf remove libcom_err-devel.x86_64 $ sudo dnf autoremove

3. Information about the libcom_err-devel.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:17:49 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libcom_err-devel
Version : 1.46.5
Release : 3.el9
Architecture : x86_64
Size : 24 k
Source : e2fsprogs-1.46.5-3.el9.src.rpm
Repository : ol9_appstream
Summary : Common error description library
URL : http://e2fsprogs.sourceforge.net/
License : MIT
Description : This is the common error description development library and headers,
: part of e2fsprogs. It contains the compile_et command, used
: to convert a table listing error-code names and associated messages
: messages into a C source file suitable for use with the library.
:
: libcom_err is an attempt to present a common error-handling mechanism.