How To Install csexec on Fedora 36

In this tutorial we learn how to install csexec in Fedora 36. csexec is Dynamic linker wrapper

Introduction

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

What is csexec

This package contains csexec - a dynamic linker wrapper. The wrapper can be used to run dynamic analyzers and formal verifiers on source RPM package fully automatically.

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

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

sudo dnf -y install csexec

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

sudo yum -y install csexec

How To Uninstall csexec on Fedora 36

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

sudo dnf remove csexec

csexec Package Contents on Fedora 36

/usr/bin/csexec
/usr/bin/csexec-loader
/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/b53cc936d22926e5fdccc346d3a42507c67bc4
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/f27183f0689c030c9b1c2ce65bbbdbe8ab849d
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/7383f3b818db5c699f486ef94f78416c5e130e
/usr/lib64/libcsexec-preload.so
/usr/share/doc/csexec
/usr/share/doc/csexec/COPYING
/usr/share/man/man1/csexec.1.gz

References

Summary

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