How To Install xlsatoms on Fedora 36
Introduction
In this tutorial we learn how to install xlsatoms
on Fedora 36.
What is xlsatoms
xlsatoms prints the atom database from an X server.
We can use yum
or dnf
to install xlsatoms
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xlsatoms.
Install xlsatoms 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 xlsatoms
using dnf
by running the following command:
sudo dnf -y install xlsatoms
Install xlsatoms 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 xlsatoms
using yum
by running the following command:
sudo yum -y install xlsatoms
How To Uninstall xlsatoms on Fedora 36
To uninstall only the xlsatoms
package we can use the following command:
sudo dnf remove xlsatoms
xlsatoms Package Contents on Fedora 36
/usr/bin/xlsatoms
/usr/lib/.build-id
/usr/lib/.build-id/f3
/usr/lib/.build-id/f3/35d10a1c22b7330a4e64b4755f24618e0a2632
/usr/share/man/man1/xlsatoms.1.gz
References
Summary
In this tutorial we learn how to install xlsatoms
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).