How To Install ipsilon-authform on Fedora 36

In this tutorial we learn how to install ipsilon-authform in Fedora 36. ipsilon-authform is mod_intercept_form_submit login plugin

Introduction

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

What is ipsilon-authform

Provides a login plugin to authenticate with mod_intercept_form_submit

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

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

sudo dnf -y install ipsilon-authform

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

sudo yum -y install ipsilon-authform

How To Uninstall ipsilon-authform on Fedora 36

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

sudo dnf remove ipsilon-authform

ipsilon-authform Package Contents on Fedora 36

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

References

Summary

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