How To Install esc on Fedora 36
Introduction
In this tutorial we learn how to install esc on Fedora 36.
What is esc
Enterprise Security Client allows the user to enroll and manage their cryptographic smartcards.
We can use yum or dnf to install esc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install esc.
Install esc 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 esc using dnf by running the following command:
sudo dnf -y install esc
Install esc 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 esc using yum by running the following command:
sudo yum -y install esc
How To Uninstall esc on Fedora 36
To uninstall only the esc package we can use the following command:
sudo dnf remove esc
esc Package Contents on Fedora 36
/usr/bin/esc
/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/f059a74776425d6bc8de93206eb1a39ae596d0
/usr/lib/.build-id/af
/usr/lib/.build-id/af/9e7934d814df60a82cf9b36647de850449970b
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/1da24f9ec707f5910d86655e5bd2e5354bb783
/usr/lib64/esc-1.1.2/esc.js
/usr/lib64/esc-1.1.2/lib
/usr/lib64/esc-1.1.2/lib/girepository-1.0
/usr/lib64/esc-1.1.2/lib/girepository-1.0/Coolkey-1.0.typelib
/usr/lib64/esc-1.1.2/lib/girepository-1.0/Coolkey_1_0_gir
/usr/lib64/esc-1.1.2/lib/libCoolkey-1.0.so
/usr/lib64/esc-1.1.2/lib/libCoolkey-1.0.so.0
/usr/lib64/esc-1.1.2/lib/libCoolkey-1.0.so.0.0.0
/usr/lib64/esc-1.1.2/lib/libNssHttpClient-1.0.so
/usr/lib64/esc-1.1.2/lib/libNssHttpClient-1.0.so.0
/usr/lib64/esc-1.1.2/lib/libNssHttpClient-1.0.so.0.0.0
/usr/lib64/esc-1.1.2/lib/libcoolkeymgr-1.0.so
/usr/lib64/esc-1.1.2/lib/libcoolkeymgr-1.0.so.0
/usr/lib64/esc-1.1.2/lib/libcoolkeymgr-1.0.so.0.0.0
/usr/lib64/esc-1.1.2/opensc.esc.conf
/usr/share/applications/esc.desktop
/usr/share/icons/hicolor/48x48/apps/esc.png
/usr/share/licenses/esc
/usr/share/licenses/esc/LICENSE
/usr/share/pixmaps/esc.png
References
Summary
In this tutorial we learn how to install esc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).