How To Install xsecurelock on Fedora 34
Introduction
In this tutorial we learn how to install xsecurelock
on Fedora 34.
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 34. In this tutorial we discuss both methods but you only need to choose one of method to install xsecurelock.
Install xsecurelock on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install xsecurelock
using dnf
by running the following command:
sudo dnf -y install xsecurelock
Install xsecurelock on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the xsecurelock
package we can use the following command:
sudo dnf remove xsecurelock
xsecurelock Package Contents on Fedora 34
/usr/bin/xsecurelock
/usr/lib/.build-id
/usr/lib/.build-id/83
/usr/lib/.build-id/83/0fe167fd86ea13aa25be7813b3faae75b5d50d
/usr/lib/.build-id/85
/usr/lib/.build-id/85/0b304be3b0d1d88864861d7eca75f79cccacfd
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/5af395451b89e3e7e2c8af099b062402cd9ecf
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/696fe8bf191688b86976cdbfac092f81f3ca37
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/c49eb945438d58e5b9649fb1d80de3a3042c74
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/6961bf6c3f4c74799048af5a563782a762f2d7
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/b4b82e1bda5dff1bb9d13348cc8ece1fdd2228
/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 34 using yum and dnf.