How To Install perl-lasso on Fedora 36
Introduction
In this tutorial we learn how to install perl-lasso
on Fedora 36.
What is perl-lasso
Perl language bindings for the lasso (Liberty Alliance Single Sign On) library.
We can use yum
or dnf
to install perl-lasso
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-lasso.
Install perl-lasso 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 perl-lasso
using dnf
by running the following command:
sudo dnf -y install perl-lasso
Install perl-lasso 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 perl-lasso
using yum
by running the following command:
sudo yum -y install perl-lasso
How To Uninstall perl-lasso on Fedora 36
To uninstall only the perl-lasso
package we can use the following command:
sudo dnf remove perl-lasso
perl-lasso Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/14d8650bf1924a86ea13fc6ebcc74e408fb608
/usr/lib64/perl5/vendor_perl/Lasso.pm
/usr/lib64/perl5/vendor_perl/auto/Lasso/Lasso.so
References
Summary
In this tutorial we learn how to install perl-lasso
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).