How To Install tlock on Fedora 36
Introduction
In this tutorial we learn how to install tlock on Fedora 36.
What is tlock
tlock is a small program intended to lock the terminal until the correct password is supplied by the user. By default ’tlock’ locks the terminal with the user’s login password.
We can use yum or dnf to install tlock on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tlock.
Install tlock 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 tlock using dnf by running the following command:
sudo dnf -y install tlock
Install tlock 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 tlock using yum by running the following command:
sudo yum -y install tlock
How To Uninstall tlock on Fedora 36
To uninstall only the tlock package we can use the following command:
sudo dnf remove tlock
tlock Package Contents on Fedora 36
/usr/bin/tlock
/usr/lib/.build-id
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/3b28c7bc8dcdf24f82265f91bc12e10301a9c0
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/4746433ca91bc71ad0e484aaef2552b3db6c64
/usr/lib/librpass.so.0
/usr/lib/librpass.so.0.0.0
/usr/share/doc/tlock
/usr/share/doc/tlock/COPYING
/usr/share/doc/tlock/README
/usr/share/info/tlock.info.gz
/usr/share/man/man1/tlock.1.gz
References
Summary
In this tutorial we learn how to install tlock on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install tlock on Fedora 36” linkTitle: “tlock” type: “docs” description: “In this tutorial we learn how to install tlock in Fedora 36. tlock is Terminal lock” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/tlock-featured.png
Introduction
In this tutorial we learn how to install tlock on Fedora 36.
What is tlock
tlock is a small program intended to lock the terminal until the correct password is supplied by the user. By default ’tlock’ locks the terminal with the user’s login password.
We can use yum or dnf to install tlock on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tlock.
Install tlock 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 tlock using dnf by running the following command:
sudo dnf -y install tlock
Install tlock 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 tlock using yum by running the following command:
sudo yum -y install tlock
How To Uninstall tlock on Fedora 36
To uninstall only the tlock package we can use the following command:
sudo dnf remove tlock
tlock Package Contents on Fedora 36
/usr/bin/tlock
/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/ae4381e1b3e8e9844dc203b3aaf004e6622a5c
/usr/lib/.build-id/45
/usr/lib/.build-id/45/2d072bf8893e10ea076f473166f234ab6d7d3f
/usr/lib64/librpass.so.0
/usr/lib64/librpass.so.0.0.0
/usr/share/doc/tlock
/usr/share/doc/tlock/COPYING
/usr/share/doc/tlock/README
/usr/share/info/tlock.info.gz
/usr/share/man/man1/tlock.1.gz
References
Summary
In this tutorial we learn how to install tlock on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).