How To Install lasso on Fedora 34
Introduction
In this tutorial we learn how to install lasso
on Fedora 34.
What is lasso
Lasso is a library that implements the Liberty Alliance Single Sign On standards, including the SAML and SAML2 specifications. It allows to handle the whole life-cycle of SAML based Federations, and provides bindings for multiple languages. lasso 2.7.0 1.fc34 x86_64 203 k lasso-2.7.0-1.fc34.src.rpm updates Liberty Alliance Single Sign On http GPLv2+ Lasso is a library that implements the Liberty Alliance Single Sign On standards, including the SAML and SAML2 specifications. It allows to handle the whole life-cycle of SAML based Federations, and provides bindings for multiple languages.
We can use yum
or dnf
to install lasso
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install lasso.
Install lasso on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install lasso
using dnf
by running the following command:
sudo dnf -y install lasso
Install lasso on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install lasso
using yum
by running the following command:
sudo yum -y install lasso
How To Uninstall lasso on Fedora 34
To uninstall only the lasso
package we can use the following command:
sudo dnf remove lasso
lasso Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/a1b47e886630419d0fe056e8717ab2258c19a0
/usr/lib/liblasso.so.3
/usr/lib/liblasso.so.3.13.1
/usr/share/doc/lasso
/usr/share/doc/lasso/AUTHORS
/usr/share/doc/lasso/NEWS
/usr/share/doc/lasso/README
/usr/share/licenses/lasso
/usr/share/licenses/lasso/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/c0c0c199486483070dba9bb96c990e52c1f4d7
/usr/lib64/liblasso.so.3
/usr/lib64/liblasso.so.3.13.1
/usr/share/doc/lasso
/usr/share/doc/lasso/AUTHORS
/usr/share/doc/lasso/NEWS
/usr/share/doc/lasso/README
/usr/share/licenses/lasso
/usr/share/licenses/lasso/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/c29f0adf01dfc2003fea47a7f69d55b587b85b
/usr/lib64/liblasso.so.3
/usr/lib64/liblasso.so.3.13.1
/usr/share/doc/lasso
/usr/share/doc/lasso/AUTHORS
/usr/share/doc/lasso/NEWS
/usr/share/doc/lasso/README
/usr/share/licenses/lasso
/usr/share/licenses/lasso/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/c46768bf7d77eb2b56c98f1ce00c45c345dfb3
/usr/lib/liblasso.so.3
/usr/lib/liblasso.so.3.13.1
/usr/share/doc/lasso
/usr/share/doc/lasso/AUTHORS
/usr/share/doc/lasso/NEWS
/usr/share/doc/lasso/README
/usr/share/licenses/lasso
/usr/share/licenses/lasso/COPYING
References
- [lasso website](http://lasso.entrouvert.org/ http://lasso.entrouvert.org/)
Summary
In this tutorial we learn how to install lasso
on Fedora 34 using yum and dnf.