How To Install ipsilon-authfas on Fedora 36

In this tutorial we learn how to install ipsilon-authfas in Fedora 36. ipsilon-authfas is Fedora Authentication System login plugin

Introduction

In this tutorial we learn how to install ipsilon-authfas on Fedora 36.

What is ipsilon-authfas

Provides a login plugin to authenticate against the Fedora Authentication System

We can use yum or dnf to install ipsilon-authfas on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ipsilon-authfas.

Install ipsilon-authfas 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 ipsilon-authfas using dnf by running the following command:

sudo dnf -y install ipsilon-authfas

Install ipsilon-authfas 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 ipsilon-authfas using yum by running the following command:

sudo yum -y install ipsilon-authfas

How To Uninstall ipsilon-authfas on Fedora 36

To uninstall only the ipsilon-authfas package we can use the following command:

sudo dnf remove ipsilon-authfas

ipsilon-authfas Package Contents on Fedora 36

/usr/lib/python3.10/site-packages/ipsilon/login/__pycache__/authfas.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipsilon/login/__pycache__/authfas.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipsilon/login/authfas.py

References

Summary

In this tutorial we learn how to install ipsilon-authfas on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).