How To Install xsecurelock on Fedora 36
Introduction
In this tutorial we learn how to install xsecurelock on Fedora 36.
What is xsecurelock
XSecureLock is an X11 screen lock utility designed with the primary goal of security.
We can use yum or dnf to install xsecurelock on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install xsecurelock.
Install xsecurelock 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 xsecurelock using dnf by running the following command:
sudo dnf -y install xsecurelock
Install xsecurelock 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 xsecurelock using yum by running the following command:
sudo yum -y install xsecurelock
How To Uninstall xsecurelock on Fedora 36
To uninstall only the xsecurelock package we can use the following command:
sudo dnf remove xsecurelock
xsecurelock Package Contents on Fedora 36
/usr/bin/xsecurelock
/usr/lib/.build-id
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/e2cdedd72caee9d09500b67c4761289b04740f
/usr/lib/.build-id/86
/usr/lib/.build-id/86/5a980a0f4b4092786da868db79a0eb521cfd79
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/3a3e8a148b98f94c15cabe8cf96449e77eb148
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/c4c447d825c71de0c88f2069cb75b8c86187b0
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/05f97fa593e02449f5ce8da608e78272bd3287
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/c342462c402c5b29bedf4cfad1b32dba8cdf8d
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/9640d5b180b2f67458467e921a2b9d7bd1c162
/usr/libexec/xsecurelock/auth_x11
/usr/libexec/xsecurelock/authproto_htpasswd
/usr/libexec/xsecurelock/authproto_pam
/usr/libexec/xsecurelock/authproto_pamtester
/usr/libexec/xsecurelock/dimmer
/usr/libexec/xsecurelock/pgrp_placeholder
/usr/libexec/xsecurelock/saver_blank
/usr/libexec/xsecurelock/saver_multiplex
/usr/libexec/xsecurelock/until_nonidle
/usr/share/doc/xsecurelock
/usr/share/doc/xsecurelock/CONTRIBUTING
/usr/share/doc/xsecurelock/README.md
/usr/share/doc/xsecurelock/examples/saver_livestreams
/usr/share/licenses/xsecurelock
/usr/share/licenses/xsecurelock/LICENSE
/usr/share/man/man1/xsecurelock.1.gz
References
Summary
In this tutorial we learn how to install xsecurelock on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).