How To Install libXaw on Fedora 36

In this tutorial we learn how to install libXaw in Fedora 36. libXaw is X Athena Widget Set

Introduction

In this tutorial we learn how to install libXaw on Fedora 36.

What is libXaw

Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.

We can use yum or dnf to install libXaw on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXaw.

Install libXaw 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 libXaw using dnf by running the following command:

sudo dnf -y install libXaw

Install libXaw 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 libXaw using yum by running the following command:

sudo yum -y install libXaw

How To Uninstall libXaw on Fedora 36

To uninstall only the libXaw package we can use the following command:

sudo dnf remove libXaw

libXaw Package Contents on Fedora 36

---
title: "How To Install libXaw on Fedora 36"
linkTitle: "libXaw"
type: "docs"
description: "In this tutorial we learn how to install libXaw in Fedora 36. libXaw is X Athena Widget Set"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libXaw-featured.png
---

## Introduction

In this tutorial we learn how to install `libXaw` on Fedora 36.

### What is `libXaw`

> Xaw is a widget set based on the X Toolkit Intrinsics (Xt) Library.  

We can use `yum` or `dnf` to install `libXaw` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXaw.

## Install libXaw on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh
/usr/lib/.build-id
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/5cb72c0e5afade7d278088b0d366f7b9427cfe
/usr/lib/libXaw.so.7
/usr/lib/libXaw7.so.7
/usr/lib/libXaw7.so.7.0.0
/usr/share/doc/libXaw
/usr/share/doc/libXaw/COPYING
/usr/share/doc/libXaw/ChangeLog
/usr/share/doc/libXaw/README.md

After updating yum database, We can install libXaw using dnf by running the following command:

sudo dnf -y install libXaw


## Install libXaw on Fedora 36 Using yum
## References


Update yum database with `yum` using the following command.
* [libXaw website](http://www.x.org)


```bash
## Summary
sudo yum makecache --refresh

After updating yum database, We can install libXaw using yum by running the following command: In this tutorial we learn how to install libXaw on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

sudo yum -y install libXaw

How To Uninstall libXaw on Fedora 36

To uninstall only the libXaw package we can use the following command:

sudo dnf remove libXaw

libXaw Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/72
/usr/lib/.build-id/72/65437767a2e301a03fba17beb05f15a84791dc
/usr/lib64/libXaw.so.7
/usr/lib64/libXaw7.so.7
/usr/lib64/libXaw7.so.7.0.0
/usr/share/doc/libXaw
/usr/share/doc/libXaw/COPYING
/usr/share/doc/libXaw/ChangeLog
/usr/share/doc/libXaw/README.md

References

Summary

In this tutorial we learn how to install libXaw on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).