How To Install libXt on Fedora 36
Introduction
In this tutorial we learn how to install libXt
on Fedora 36.
title: “How To Install libXt on Fedora 36”
What is libXt
linkTitle: “libXt”
type: “docs”
X.Org X11 libXt runtime library
description: “In this tutorial we learn how to install libXt in Fedora 36. libXt is X.Org X11 libXt runtime library”
date: “2022-08-17”
We can use yum
or dnf
to install libXt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXt.
lastmod: “2022-08-17”
#image: /images/fedora/36/libXt-featured.png
Install libXt on Fedora 36 Using dnf
Introduction
Update yum database with dnf
using the following command.
In this tutorial we learn how to install libXt
on Fedora 36.
sudo dnf makecache --refresh
### What is `libXt`
X.Org X11 libXt runtime library
After updating yum database, We can install libXt
using dnf
by running the following command:
We can use `yum` or `dnf` to install `libXt` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXt.
sudo dnf -y install libXt
Install libXt on Fedora 36 Using dnf
Install libXt on Fedora 36 Using yum
Update yum database with dnf
using the following command.
Update yum database with yum
using the following command.
```bash
sudo dnf makecache --refresh
sudo yum makecache --refresh
After updating yum database, We can install `libXt` using `yum` by running the following command:
After updating yum database, We can install `libXt` using `dnf` by running the following command:
```bash
```bash
sudo yum -y install libXt
sudo dnf -y install libXt
## How To Uninstall libXt on Fedora 36
## Install libXt on Fedora 36 Using yum
To uninstall only the `libXt` package we can use the following command:
Update yum database with `yum` using the following command.
```bash
```bash
sudo dnf remove libXt
sudo yum makecache --refresh
## libXt Package Contents on Fedora 36
After updating yum database, We can install `libXt` using `yum` by running the following command:
```bash
```bash
sudo yum -y install libXt
How To Uninstall libXt on Fedora 36
To uninstall only the libXt
package we can use the following command:
sudo dnf remove libXt
libXt Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/5fb0f67a6eab480f0f4ba405bb4ed3766386ca
/usr/lib64/libXt.so.6
/usr/lib64/libXt.so.6.0.0
/usr/share/X11/app-defaults
/usr/share/doc/libXt
/usr/share/doc/libXt/COPYING
References
Summary
In this tutorial we learn how to install libXt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/1d /usr/lib/.build-id/1d/da44e1a01e5aec47a996b3b45c4f68f08631f5 /usr/lib/libXt.so.6 /usr/lib/libXt.so.6.0.0 /usr/share/X11/app-defaults /usr/share/doc/libXt /usr/share/doc/libXt/COPYING
## References
* [libXt website](https://www.x.org)
## Summary
In this tutorial we learn how to install `libXt` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).