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