How To Install libXpresent on Fedora 36
Introduction
In this tutorial we learn how to install libXpresent
on Fedora 36.
What is libXpresent
This package contains header files and documentation for the Present extension. Library and server implementations are separate.
We can use yum
or dnf
to install libXpresent
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXpresent.
Install libXpresent 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 libXpresent
using dnf
by running the following command:
sudo dnf -y install libXpresent
Install libXpresent 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 libXpresent
using yum
by running the following command:
sudo yum -y install libXpresent
How To Uninstall libXpresent on Fedora 36
To uninstall only the libXpresent
package we can use the following command:
sudo dnf remove libXpresent
libXpresent Package Contents on Fedora 36
---
title: "How To Install libXpresent on Fedora 36"
linkTitle: "libXpresent"
type: "docs"
description: "In this tutorial we learn how to install libXpresent in Fedora 36. libXpresent is A Xlib-compatible API for the Present extension"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libXpresent-featured.png
---
## Introduction
In this tutorial we learn how to install `libXpresent` on Fedora 36.
### What is `libXpresent`
> This package contains header files and documentation for the Present extension. Library and server implementations are separate.
We can use `yum` or `dnf` to install `libXpresent` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXpresent.
## Install libXpresent 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 libXpresent
using dnf
by running the following command:
sudo dnf -y install libXpresent
Install libXpresent on Fedora 36 Using yum
/usr/lib/.build-id
/usr/lib/.build-id/86
/usr/lib/.build-id/86/f9848d342cb0818a9794ee0ee9ed056bee8a86
/usr/lib64/libXpresent.so.1
/usr/lib64/libXpresent.so.1.0.0
/usr/share/doc/libXpresent
/usr/share/doc/libXpresent/AUTHORS
/usr/share/doc/libXpresent/ChangeLog
/usr/share/doc/libXpresent/README
/usr/share/licenses/libXpresent
/usr/share/licenses/libXpresent/COPYING
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install `libXpresent` using `yum` by running the following command:
## References
```bash
* [libXpresent website](https://www.x.org)
sudo yum -y install libXpresent
Summary
How To Uninstall libXpresent on Fedora 36
To uninstall only the libXpresent
package we can use the following command:
In this tutorial we learn how to install libXpresent
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
sudo dnf remove libXpresent
libXpresent Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/0646d78d81ac6bf6a576195e3d0547035cbd32
/usr/lib/libXpresent.so.1
/usr/lib/libXpresent.so.1.0.0
/usr/share/doc/libXpresent
/usr/share/doc/libXpresent/AUTHORS
/usr/share/doc/libXpresent/ChangeLog
/usr/share/doc/libXpresent/README
/usr/share/licenses/libXpresent
/usr/share/licenses/libXpresent/COPYING
References
Summary
In this tutorial we learn how to install libXpresent
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).