How To Install pamu2fcfg on Fedora 36
Introduction
In this tutorial we learn how to install pamu2fcfg
on Fedora 36.
What is pamu2fcfg
pamu2fcfg provides a command line tool for configuring PAM authentication over U2F.
We can use yum
or dnf
to install pamu2fcfg
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pamu2fcfg.
Install pamu2fcfg 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 pamu2fcfg
using dnf
by running the following command:
sudo dnf -y install pamu2fcfg
Install pamu2fcfg 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 pamu2fcfg
using yum
by running the following command:
sudo yum -y install pamu2fcfg
How To Uninstall pamu2fcfg on Fedora 36
To uninstall only the pamu2fcfg
package we can use the following command:
sudo dnf remove pamu2fcfg
pamu2fcfg Package Contents on Fedora 36
/usr/bin/pamu2fcfg
/usr/lib/.build-id
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/365172909d5f3c283f53e58e8ee409e1c3f3ee
/usr/share/man/man1/pamu2fcfg.1.gz
References
Summary
In this tutorial we learn how to install pamu2fcfg
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).