How To Install compiz-devel on Fedora 36

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

Introduction

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

What is compiz-devel

The compiz-devel package includes the header files, and developer docs for the compiz package. Install compiz-devel if you want to develop plugins for the compiz windows and compositing manager.

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

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

sudo dnf -y install compiz-devel

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

sudo yum -y install compiz-devel

How To Uninstall compiz-devel on Fedora 36

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

sudo dnf remove compiz-devel

compiz-devel Package Contents on Fedora 36

/usr/include/compiz
/usr/include/compiz/compiz-common.h
/usr/include/compiz/compiz-core.h
/usr/include/compiz/compiz-cube.h
/usr/include/compiz/compiz-plugin.h
/usr/include/compiz/compiz-scale.h
/usr/include/compiz/compiz.h
/usr/include/compiz/decoration.h
/usr/lib/libdecoration.so
/usr/lib/pkgconfig/compiz-cube.pc
/usr/lib/pkgconfig/compiz-scale.pc
/usr/lib/pkgconfig/compiz.pc
/usr/lib/pkgconfig/libdecoration.pc

References

Summary

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


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

Introduction

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

What is compiz-devel

The compiz-devel package includes the header files, and developer docs for the compiz package. Install compiz-devel if you want to develop plugins for the compiz windows and compositing manager.

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

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

sudo dnf -y install compiz-devel

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

sudo yum -y install compiz-devel

How To Uninstall compiz-devel on Fedora 36

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

sudo dnf remove compiz-devel

compiz-devel Package Contents on Fedora 36

/usr/include/compiz
/usr/include/compiz/compiz-common.h
/usr/include/compiz/compiz-core.h
/usr/include/compiz/compiz-cube.h
/usr/include/compiz/compiz-plugin.h
/usr/include/compiz/compiz-scale.h
/usr/include/compiz/compiz.h
/usr/include/compiz/decoration.h
/usr/lib64/libdecoration.so
/usr/lib64/pkgconfig/compiz-cube.pc
/usr/lib64/pkgconfig/compiz-scale.pc
/usr/lib64/pkgconfig/compiz.pc
/usr/lib64/pkgconfig/libdecoration.pc

References

Summary

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