How To Install Xaw3d on Fedora 36
Introduction
In this tutorial we learn how to install Xaw3d
on Fedora 36.
What is Xaw3d
Xaw3d is an enhanced version of the MIT Athena Widget set for the X Window System. Xaw3d adds a three-dimensional look to applications with minimal or no source code changes. You should install Xaw3d if you are using applications which incorporate the MIT Athena widget set and you’d like to incorporate a 3D look into those applications.
We can use yum
or dnf
to install Xaw3d
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install Xaw3d.
Install Xaw3d 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 Xaw3d
using dnf
by running the following command:
sudo dnf -y install Xaw3d
Install Xaw3d 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 Xaw3d
using yum
by running the following command:
sudo yum -y install Xaw3d
How To Uninstall Xaw3d on Fedora 36
To uninstall only the Xaw3d
package we can use the following command:
sudo dnf remove Xaw3d
Xaw3d Package Contents on Fedora 36
---
title: "How To Install Xaw3d on Fedora 36"
linkTitle: "Xaw3d"
type: "docs"
description: "In this tutorial we learn how to install Xaw3d in Fedora 36. Xaw3d is A version of the MIT Athena widget set for X"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/Xaw3d-featured.png
---
## Introduction
In this tutorial we learn how to install `Xaw3d` on Fedora 36.
### What is `Xaw3d`
> Xaw3d is an enhanced version of the MIT Athena Widget set for the X Window System. Xaw3d adds a three-dimensional look to applications with minimal or no source code changes. You should install Xaw3d if you are using applications which incorporate the MIT Athena widget set and you'd like to incorporate a 3D look into those applications.
/usr/lib/.build-id
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/1f77130629da1cfee1fb825ccc8ce57b66b5d6
/usr/lib/libXaw3d.so.8
/usr/lib/libXaw3d.so.8.0.0
/usr/share/doc/Xaw3d
/usr/share/doc/Xaw3d/ChangeLog
/usr/share/doc/Xaw3d/README
/usr/share/doc/Xaw3d/README.XAW3D
/usr/share/licenses/Xaw3d
/usr/share/licenses/Xaw3d/COPYING
We can use `yum` or `dnf` to install `Xaw3d` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install Xaw3d.
## Install Xaw3d on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
sudo dnf makecache --refresh
## References
- Xaw3d website
After updating yum database, We can install
Xaw3d
usingdnf
by running the following command:
Summary
sudo dnf -y install Xaw3d
In this tutorial we learn how to install Xaw3d
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Install Xaw3d 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 Xaw3d
using yum
by running the following command:
sudo yum -y install Xaw3d
How To Uninstall Xaw3d on Fedora 36
To uninstall only the Xaw3d
package we can use the following command:
sudo dnf remove Xaw3d
Xaw3d Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/98
/usr/lib/.build-id/98/547ccebc092454665ab12419bb187b8fcc6505
/usr/lib64/libXaw3d.so.8
/usr/lib64/libXaw3d.so.8.0.0
/usr/share/doc/Xaw3d
/usr/share/doc/Xaw3d/ChangeLog
/usr/share/doc/Xaw3d/README
/usr/share/doc/Xaw3d/README.XAW3D
/usr/share/licenses/Xaw3d
/usr/share/licenses/Xaw3d/COPYING
References
Summary
In this tutorial we learn how to install Xaw3d
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).