How To Install procs on Fedora 36

In this tutorial we learn how to install procs in Fedora 36. procs is Modern replacement for ps

Introduction

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

What is procs

Modern replacement for ps.

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

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

sudo dnf -y install procs

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

sudo yum -y install procs

How To Uninstall procs on Fedora 36

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

sudo dnf remove procs

procs Package Contents on Fedora 36

/usr/bin/procs
/usr/lib/.build-id
/usr/lib/.build-id/26
/usr/lib/.build-id/26/c5bc304c2a5c5d5080129d74cfee986edcd353
/usr/share/doc/procs
/usr/share/doc/procs/CHANGELOG.md
/usr/share/doc/procs/README.md
/usr/share/licenses/procs
/usr/share/licenses/procs/LICENSE

References

Summary

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