How To Install xlsclients on Fedora 36

In this tutorial we learn how to install xlsclients in Fedora 36. xlsclients is X client list utility

Introduction

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

What is xlsclients

xlsclients lists the names of the clients currently connected to an X server.

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

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

sudo dnf -y install xlsclients

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

sudo yum -y install xlsclients

How To Uninstall xlsclients on Fedora 36

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

sudo dnf remove xlsclients

xlsclients Package Contents on Fedora 36

/usr/bin/xlsclients
/usr/lib/.build-id
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/027276d83b826a8274099997099f26a5e84a0b
/usr/share/doc/xlsclients
/usr/share/doc/xlsclients/README
/usr/share/licenses/xlsclients
/usr/share/licenses/xlsclients/COPYING
/usr/share/man/man1/xlsclients.1.gz

References

Summary

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