How To Install libcec-devel on Fedora 36

In this tutorial we learn how to install libcec-devel in Fedora 36. libcec-devel is Development package for libcec

Introduction

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

What is libcec-devel

Files for development with libcec.

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

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

sudo dnf -y install libcec-devel

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

sudo yum -y install libcec-devel

How To Uninstall libcec-devel on Fedora 36

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

sudo dnf remove libcec-devel

libcec-devel Package Contents on Fedora 36

/usr/include/libcec
/usr/include/libcec/cec.h
/usr/include/libcec/cecc.h
/usr/include/libcec/ceccloader.h
/usr/include/libcec/cecloader.h
/usr/include/libcec/cectypes.h
/usr/include/libcec/version.h
/usr/lib/libcec.so
/usr/lib/pkgconfig/libcec.pc

References

Summary

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


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

Introduction

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

What is libcec-devel

Files for development with libcec.

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

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

sudo dnf -y install libcec-devel

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

sudo yum -y install libcec-devel

How To Uninstall libcec-devel on Fedora 36

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

sudo dnf remove libcec-devel

libcec-devel Package Contents on Fedora 36

/usr/include/libcec
/usr/include/libcec/cec.h
/usr/include/libcec/cecc.h
/usr/include/libcec/ceccloader.h
/usr/include/libcec/cecloader.h
/usr/include/libcec/cectypes.h
/usr/include/libcec/version.h
/usr/lib64/libcec.so
/usr/lib64/pkgconfig/libcec.pc

References

Summary

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