How To Install libXcursor on Fedora 36
Introduction
In this tutorial we learn how to install libXcursor
on Fedora 36.
What is libXcursor
This is a simple library designed to help locate and load cursors. Cursors can be loaded from files or memory. A library of common cursors exists which map to the standard X cursor names.Cursors can exist in several sizes and the library automatically picks the best size.
We can use yum
or dnf
to install libXcursor
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXcursor.
Install libXcursor 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 libXcursor
using dnf
by running the following command:
sudo dnf -y install libXcursor
Install libXcursor 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 libXcursor
using yum
by running the following command:
sudo yum -y install libXcursor
How To Uninstall libXcursor on Fedora 36
To uninstall only the libXcursor
package we can use the following command:
sudo dnf remove libXcursor
libXcursor Package Contents on Fedora 36
---
title: "How To Install libXcursor on Fedora 36"
linkTitle: "libXcursor"
type: "docs"
description: "In this tutorial we learn how to install libXcursor in Fedora 36. libXcursor is Cursor management library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libXcursor-featured.png
---
## Introduction
In this tutorial we learn how to install `libXcursor` on Fedora 36.
### What is `libXcursor`
> This is a simple library designed to help locate and load cursors. Cursors can be loaded from files or memory. A library of common cursors exists which map to the standard X cursor names.Cursors can exist in several sizes and the library automatically picks the best size.
We can use `yum` or `dnf` to install `libXcursor` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXcursor.
## Install libXcursor 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 libXcursor
using dnf
by running the following command:
sudo dnf -y install libXcursor
Install libXcursor 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 libXcursor
using yum
by running the following command:
sudo yum -y install libXcursor
How To Uninstall libXcursor on Fedora 36
To uninstall only the libXcursor
package we can use the following command:
sudo dnf remove libXcursor
libXcursor Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/d4acb4327dd028fed8c58f55a765a703ea22ba
/usr/lib/libXcursor.so.1
/usr/lib/libXcursor.so.1.0.2
/usr/share/doc/libXcursor
/usr/share/doc/libXcursor/AUTHORS
/usr/share/doc/libXcursor/COPYING
/usr/share/doc/libXcursor/README.md
/usr/share/icons/default
/usr/share/icons/default/index.theme
References
Summary
In this tutorial we learn how to install libXcursor
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/a3 /usr/lib/.build-id/a3/522f5bc788e492ba2e88c94d9750a71ff0f262 /usr/lib64/libXcursor.so.1 /usr/lib64/libXcursor.so.1.0.2 /usr/share/doc/libXcursor /usr/share/doc/libXcursor/AUTHORS /usr/share/doc/libXcursor/COPYING /usr/share/doc/libXcursor/README.md /usr/share/icons/default /usr/share/icons/default/index.theme
## References
* [libXcursor website](http://www.x.org)
## Summary
In this tutorial we learn how to install `libXcursor` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).