How To Install libdecor on Fedora 36
Introduction
In this tutorial we learn how to install libdecor on Fedora 36.
What is libdecor
Libdecor provides a small helper library for providing client side decoration to Wayland clients.
We can use yum or dnf to install libdecor on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdecor.
Install libdecor 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 libdecor using dnf by running the following command:
sudo dnf -y install libdecor
Install libdecor 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 libdecor using yum by running the following command:
sudo yum -y install libdecor
How To Uninstall libdecor on Fedora 36
title: “How To Install libdecor on Fedora 36”
linkTitle: “libdecor”
To uninstall only the libdecor package we can use the following command:
type: “docs”
sudo dnf remove libdecor
description: "In this tutorial we learn how to install libdecor in Fedora 36. libdecor is Wayland client side decoration library"
date: “2022-08-17”
lastmod: “2022-08-17”
libdecor Package Contents on Fedora 36
#image: /images/fedora/36/libdecor-featured.png
## Introduction
In this tutorial we learn how to install `libdecor` on Fedora 36.
### What is `libdecor`
> Libdecor provides a small helper library for providing client side decoration to Wayland clients.
We can use `yum` or `dnf` to install `libdecor` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libdecor.
## Install libdecor on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libdecor using dnf by running the following command:
sudo dnf -y install libdecor
Install libdecor on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
/usr/lib/.build-id
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/106d645d79e3e885e9c10090e38f282a4769d8
/usr/lib/.build-id/af
/usr/lib/.build-id/af/4de26aa15c09ef6c80ebf4fc6177317666b41c
/usr/lib/libdecor
/usr/lib/libdecor-0.so.0
/usr/lib/libdecor-0.so.0.100.0
/usr/lib/libdecor/plugins-1
/usr/lib/libdecor/plugins-1/libdecor-cairo.so
/usr/share/doc/libdecor
/usr/share/doc/libdecor/README.md
/usr/share/licenses/libdecor
/usr/share/licenses/libdecor/LICENSE
After updating yum database, We can install libdecor using yum by running the following command:
sudo yum -y install libdecor
How To Uninstall libdecor on Fedora 36
To uninstall only the libdecor package we can use the following command:
sudo dnf remove libdecor
libdecor Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install libdecor on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/6c /usr/lib/.build-id/6c/dfd7b762d8a3afa1a2b84af8476cbae07267ce /usr/lib/.build-id/81 /usr/lib/.build-id/81/99dcee1a1c738df21560b70d095af18e39284a /usr/lib64/libdecor /usr/lib64/libdecor-0.so.0 /usr/lib64/libdecor-0.so.0.100.0 /usr/lib64/libdecor/plugins-1 /usr/lib64/libdecor/plugins-1/libdecor-cairo.so /usr/share/doc/libdecor /usr/share/doc/libdecor/README.md /usr/share/licenses/libdecor /usr/share/licenses/libdecor/LICENSE
## References
* [libdecor website](https://gitlab.gnome.org/jadahl/libdecor)
## Summary
In this tutorial we learn how to install `libdecor` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).