How To Install libXfixes on Fedora 36
Introduction
In this tutorial we learn how to install libXfixes on Fedora 36.
What is libXfixes
X Fixes library.
We can use yum or dnf to install libXfixes on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXfixes.
Install libXfixes 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 libXfixes using dnf by running the following command:
sudo dnf -y install libXfixes
Install libXfixes 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 libXfixes using yum by running the following command:
sudo yum -y install libXfixes
How To Uninstall libXfixes on Fedora 36
To uninstall only the libXfixes package we can use the following command:
sudo dnf remove libXfixes
libXfixes Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/c00f38708db68e4bfc44d9846dc2f06960b141
/usr/lib/libXfixes.so.3
/usr/lib/libXfixes.so.3.1.0
/usr/share/doc/libXfixes
/usr/share/doc/libXfixes/AUTHORS
/usr/share/doc/libXfixes/COPYING
/usr/share/doc/libXfixes/README.md
References
title: “How To Install libXfixes on Fedora 36”
- libXfixes website linkTitle: “libXfixes”
type: “docs”
Summary
description: “In this tutorial we learn how to install libXfixes in Fedora 36. libXfixes is X Fixes library”
date: “2022-08-17”
lastmod: “2022-08-17”
#image: /images/fedora/36/libXfixes-featured.png
In this tutorial we learn how to install libXfixes on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Introduction
In this tutorial we learn how to install libXfixes on Fedora 36.
What is libXfixes
X Fixes library.
We can use yum or dnf to install libXfixes on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXfixes.
Install libXfixes 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 libXfixes using dnf by running the following command:
sudo dnf -y install libXfixes
Install libXfixes 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 libXfixes using yum by running the following command:
sudo yum -y install libXfixes
How To Uninstall libXfixes on Fedora 36
To uninstall only the libXfixes package we can use the following command:
sudo dnf remove libXfixes
libXfixes Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/ca943956cc57f5ef89ea183a192954ddac62f4
/usr/lib64/libXfixes.so.3
/usr/lib64/libXfixes.so.3.1.0
/usr/share/doc/libXfixes
/usr/share/doc/libXfixes/AUTHORS
/usr/share/doc/libXfixes/COPYING
/usr/share/doc/libXfixes/README.md
References
Summary
In this tutorial we learn how to install libXfixes on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).