How To Install libXfont2 on Fedora 36
Introduction
In this tutorial we learn how to install libXfont2
on Fedora 36.
What is libXfont2
X.Org X11 libXfont2 runtime library
We can use yum
or dnf
to install libXfont2
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXfont2.
Install libXfont2 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 libXfont2
using dnf
by running the following command:
sudo dnf -y install libXfont2
Install libXfont2 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 libXfont2
using yum
by running the following command:
sudo yum -y install libXfont2
How To Uninstall libXfont2 on Fedora 36
To uninstall only the libXfont2
package we can use the following command:
sudo dnf remove libXfont2
libXfont2 Package Contents on Fedora 36
---
title: "How To Install libXfont2 on Fedora 36"
linkTitle: "libXfont2"
type: "docs"
description: "In this tutorial we learn how to install libXfont2 in Fedora 36. libXfont2 is X.Org X11 libXfont2 runtime library"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libXfont2-featured.png
---
## Introduction
In this tutorial we learn how to install `libXfont2` on Fedora 36.
### What is `libXfont2`
> X.Org X11 libXfont2 runtime library
We can use `yum` or `dnf` to install `libXfont2` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXfont2.
## Install libXfont2 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 libXfont2
using dnf
by running the following command:
sudo dnf -y install libXfont2
Install libXfont2 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 libXfont2
using yum
by running the following command:
sudo yum -y install libXfont2
How To Uninstall libXfont2 on Fedora 36
To uninstall only the libXfont2
package we can use the following command:
sudo dnf remove libXfont2
libXfont2 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/64
/usr/lib/.build-id/64/06e327516ebfcd179dd1d31a4ff3f041bda72a
/usr/lib/libXfont2.so.2
/usr/lib/libXfont2.so.2.0.0
/usr/share/doc/libXfont2
/usr/share/doc/libXfont2/AUTHORS
/usr/share/doc/libXfont2/ChangeLog
/usr/share/doc/libXfont2/README
/usr/share/licenses/libXfont2
/usr/share/licenses/libXfont2/COPYING
References
Summary
In this tutorial we learn how to install libXfont2
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/5d /usr/lib/.build-id/5d/c86f920d3144556bdbaf6cc79b4a07ebb8af05 /usr/lib64/libXfont2.so.2 /usr/lib64/libXfont2.so.2.0.0 /usr/share/doc/libXfont2 /usr/share/doc/libXfont2/AUTHORS /usr/share/doc/libXfont2/ChangeLog /usr/share/doc/libXfont2/README /usr/share/licenses/libXfont2 /usr/share/licenses/libXfont2/COPYING
## References
* [libXfont2 website](http://www.x.org)
## Summary
In this tutorial we learn how to install `libXfont2` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).