How To Install libXdamage on Fedora 36

In this tutorial we learn how to install libXdamage in Fedora 36. libXdamage is X Damage extension library

Introduction

In this tutorial we learn how to install libXdamage on Fedora 36.

What is libXdamage

X.Org X11 libXdamage runtime library.

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

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

sudo dnf -y install libXdamage

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

sudo yum -y install libXdamage

How To Uninstall libXdamage on Fedora 36

To uninstall only the libXdamage package we can use the following command:

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


sudo dnf remove libXdamage
## Introduction

libXdamage Package Contents on Fedora 36

In this tutorial we learn how to install libXdamage on Fedora 36.

### What is `libXdamage`

> X.Org X11 libXdamage runtime library.  

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

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

sudo dnf -y install libXdamage

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

sudo yum -y install libXdamage

How To Uninstall libXdamage on Fedora 36

To uninstall only the libXdamage package we can use the following command:

sudo dnf remove libXdamage

libXdamage Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/92
/usr/lib/.build-id/92/78cebd7d6ebf28e0f5818ead0c5a5d143d637d
/usr/lib/libXdamage.so.1
/usr/lib/libXdamage.so.1.1.0
/usr/share/doc/libXdamage
/usr/share/doc/libXdamage/AUTHORS
/usr/share/doc/libXdamage/COPYING
/usr/share/doc/libXdamage/ChangeLog
/usr/share/doc/libXdamage/README.md

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/7a /usr/lib/.build-id/7a/48cfadedbb5f6d176951de6eddfc21e2feb5b1 /usr/lib64/libXdamage.so.1 /usr/lib64/libXdamage.so.1.1.0 /usr/share/doc/libXdamage /usr/share/doc/libXdamage/AUTHORS /usr/share/doc/libXdamage/COPYING /usr/share/doc/libXdamage/ChangeLog /usr/share/doc/libXdamage/README.md


## References

* [libXdamage website](http://www.x.org)

## Summary

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