How To Install ipsilon-saml2-base on Fedora 36
Introduction
In this tutorial we learn how to install ipsilon-saml2-base
on Fedora 36.
What is ipsilon-saml2-base
Provides core SAML2 utilities
We can use yum
or dnf
to install ipsilon-saml2-base
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ipsilon-saml2-base.
Install ipsilon-saml2-base 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-saml2-base
using dnf
by running the following command:
sudo dnf -y install ipsilon-saml2-base
Install ipsilon-saml2-base 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-saml2-base
using yum
by running the following command:
sudo yum -y install ipsilon-saml2-base
How To Uninstall ipsilon-saml2-base on Fedora 36
To uninstall only the ipsilon-saml2-base
package we can use the following command:
sudo dnf remove ipsilon-saml2-base
ipsilon-saml2-base Package Contents on Fedora 36
/usr/lib/python3.10/site-packages/ipsilon/tools/__pycache__/certs.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipsilon/tools/__pycache__/certs.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipsilon/tools/__pycache__/saml2metadata.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/ipsilon/tools/__pycache__/saml2metadata.cpython-310.pyc
/usr/lib/python3.10/site-packages/ipsilon/tools/certs.py
/usr/lib/python3.10/site-packages/ipsilon/tools/saml2metadata.py
References
Summary
In this tutorial we learn how to install ipsilon-saml2-base
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).