How To Install xcb-util-cursor on Fedora 36
Introduction
In this tutorial we learn how to install xcb-util-cursor
on Fedora 36.
What is xcb-util-cursor
XCB util-cursor module provides the following libraries - cursor
We can use yum
or dnf
to install xcb-util-cursor
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xcb-util-cursor.
Install xcb-util-cursor 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 xcb-util-cursor
using dnf
by running the following command:
sudo dnf -y install xcb-util-cursor
Install xcb-util-cursor 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 xcb-util-cursor
using yum
by running the following command:
sudo yum -y install xcb-util-cursor
How To Uninstall xcb-util-cursor on Fedora 36
To uninstall only the xcb-util-cursor
package we can use the following command:
sudo dnf remove xcb-util-cursor
xcb-util-cursor Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/23b69d63b19fecd8d54be4f08c654721431cab
/usr/lib64/libxcb-cursor.so.0
/usr/lib64/libxcb-cursor.so.0.0.0
/usr/share/doc/xcb-util-cursor
/usr/share/doc/xcb-util-cursor/README
/usr/share/licenses/xcb-util-cursor
/usr/share/licenses/xcb-util-cursor/COPYING
References
Summary
In this tutorial we learn how to install xcb-util-cursor
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install xcb-util-cursor on Fedora 36” linkTitle: “xcb-util-cursor” type: “docs” description: “In this tutorial we learn how to install xcb-util-cursor in Fedora 36. xcb-util-cursor is Cursor library on top of libxcb” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/xcb-util-cursor-featured.png
Introduction
In this tutorial we learn how to install xcb-util-cursor
on Fedora 36.
What is xcb-util-cursor
XCB util-cursor module provides the following libraries - cursor
We can use yum
or dnf
to install xcb-util-cursor
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xcb-util-cursor.
Install xcb-util-cursor 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 xcb-util-cursor
using dnf
by running the following command:
sudo dnf -y install xcb-util-cursor
Install xcb-util-cursor 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 xcb-util-cursor
using yum
by running the following command:
sudo yum -y install xcb-util-cursor
How To Uninstall xcb-util-cursor on Fedora 36
To uninstall only the xcb-util-cursor
package we can use the following command:
sudo dnf remove xcb-util-cursor
xcb-util-cursor Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/9e7449bdf058d0d6d5243254cebf1a01803d5d
/usr/lib/libxcb-cursor.so.0
/usr/lib/libxcb-cursor.so.0.0.0
/usr/share/doc/xcb-util-cursor
/usr/share/doc/xcb-util-cursor/README
/usr/share/licenses/xcb-util-cursor
/usr/share/licenses/xcb-util-cursor/COPYING
References
Summary
In this tutorial we learn how to install xcb-util-cursor
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).