How To Install libcom_err-devel on Fedora 36

In this tutorial we learn how to install libcom_err-devel in Fedora 36. libcom_err-devel is Common error description library

Introduction

In this tutorial we learn how to install libcom_err-devel on Fedora 36.

What is libcom_err-devel

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.

We can use yum or dnf to install libcom_err-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcom_err-devel.

Install libcom_err-devel 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 libcom_err-devel using dnf by running the following command:

sudo dnf -y install libcom_err-devel

Install libcom_err-devel 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 libcom_err-devel using yum by running the following command:

sudo yum -y install libcom_err-devel

How To Uninstall libcom_err-devel on Fedora 36

To uninstall only the libcom_err-devel package we can use the following command:

sudo dnf remove libcom_err-devel

libcom_err-devel Package Contents on Fedora 36

/usr/bin/compile_et
/usr/include/com_err.h
/usr/include/et
/usr/include/et/com_err.h
/usr/lib/libcom_err.so
/usr/lib/pkgconfig/com_err.pc
/usr/share/et
/usr/share/et/et_c.awk
/usr/share/et/et_h.awk
/usr/share/man/man1/compile_et.1.gz
/usr/share/man/man3/com_err.3.gz

References

Summary

In this tutorial we learn how to install libcom_err-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libcom_err-devel on Fedora 36” linkTitle: “libcom_err-devel” type: “docs” description: “In this tutorial we learn how to install libcom_err-devel in Fedora 36. libcom_err-devel is Common error description library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libcom_err-devel-featured.png

Introduction

In this tutorial we learn how to install libcom_err-devel on Fedora 36.

What is libcom_err-devel

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.

We can use yum or dnf to install libcom_err-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcom_err-devel.

Install libcom_err-devel 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 libcom_err-devel using dnf by running the following command:

sudo dnf -y install libcom_err-devel

Install libcom_err-devel 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 libcom_err-devel using yum by running the following command:

sudo yum -y install libcom_err-devel

How To Uninstall libcom_err-devel on Fedora 36

To uninstall only the libcom_err-devel package we can use the following command:

sudo dnf remove libcom_err-devel

libcom_err-devel Package Contents on Fedora 36

/usr/bin/compile_et
/usr/include/com_err.h
/usr/include/et
/usr/include/et/com_err.h
/usr/lib64/libcom_err.so
/usr/lib64/pkgconfig/com_err.pc
/usr/share/et
/usr/share/et/et_c.awk
/usr/share/et/et_h.awk
/usr/share/man/man1/compile_et.1.gz
/usr/share/man/man3/com_err.3.gz

References

Summary

In this tutorial we learn how to install libcom_err-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).