How To Install perl-User-Identity on Fedora 36
Introduction
In this tutorial we learn how to install perl-User-Identity
on Fedora 36.
What is perl-User-Identity
A module designed to store and maintain a set of informational objects that are related to one user.
We can use yum
or dnf
to install perl-User-Identity
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-User-Identity.
Install perl-User-Identity 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-User-Identity
using dnf
by running the following command:
sudo dnf -y install perl-User-Identity
Install perl-User-Identity 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-User-Identity
using yum
by running the following command:
sudo yum -y install perl-User-Identity
How To Uninstall perl-User-Identity on Fedora 36
To uninstall only the perl-User-Identity
package we can use the following command:
sudo dnf remove perl-User-Identity
perl-User-Identity Package Contents on Fedora 36
/usr/share/doc/perl-User-Identity
/usr/share/doc/perl-User-Identity/ChangeLog
/usr/share/doc/perl-User-Identity/README.md
/usr/share/man/man3/Mail::Identity.3pm.gz
/usr/share/man/man3/User::Identity.3pm.gz
/usr/share/man/man3/User::Identity::Archive.3pm.gz
/usr/share/man/man3/User::Identity::Archive::Plain.3pm.gz
/usr/share/man/man3/User::Identity::Collection.3pm.gz
/usr/share/man/man3/User::Identity::Collection::Emails.3pm.gz
/usr/share/man/man3/User::Identity::Collection::Locations.3pm.gz
/usr/share/man/man3/User::Identity::Collection::Systems.3pm.gz
/usr/share/man/man3/User::Identity::Collection::Users.3pm.gz
/usr/share/man/man3/User::Identity::Item.3pm.gz
/usr/share/man/man3/User::Identity::Location.3pm.gz
/usr/share/man/man3/User::Identity::System.3pm.gz
/usr/share/perl5/vendor_perl/Mail
/usr/share/perl5/vendor_perl/Mail/Identity.pm
/usr/share/perl5/vendor_perl/Mail/Identity.pod
/usr/share/perl5/vendor_perl/User
/usr/share/perl5/vendor_perl/User/Identity
/usr/share/perl5/vendor_perl/User/Identity.pm
/usr/share/perl5/vendor_perl/User/Identity.pod
/usr/share/perl5/vendor_perl/User/Identity/Archive
/usr/share/perl5/vendor_perl/User/Identity/Archive.pm
/usr/share/perl5/vendor_perl/User/Identity/Archive.pod
/usr/share/perl5/vendor_perl/User/Identity/Archive/Plain.pm
/usr/share/perl5/vendor_perl/User/Identity/Archive/Plain.pod
/usr/share/perl5/vendor_perl/User/Identity/Collection
/usr/share/perl5/vendor_perl/User/Identity/Collection.pm
/usr/share/perl5/vendor_perl/User/Identity/Collection.pod
/usr/share/perl5/vendor_perl/User/Identity/Collection/Emails.pm
/usr/share/perl5/vendor_perl/User/Identity/Collection/Emails.pod
/usr/share/perl5/vendor_perl/User/Identity/Collection/Locations.pm
/usr/share/perl5/vendor_perl/User/Identity/Collection/Locations.pod
/usr/share/perl5/vendor_perl/User/Identity/Collection/Systems.pm
/usr/share/perl5/vendor_perl/User/Identity/Collection/Systems.pod
/usr/share/perl5/vendor_perl/User/Identity/Collection/Users.pm
/usr/share/perl5/vendor_perl/User/Identity/Collection/Users.pod
/usr/share/perl5/vendor_perl/User/Identity/Item.pm
/usr/share/perl5/vendor_perl/User/Identity/Item.pod
/usr/share/perl5/vendor_perl/User/Identity/Location.pm
/usr/share/perl5/vendor_perl/User/Identity/Location.pod
/usr/share/perl5/vendor_perl/User/Identity/System.pm
/usr/share/perl5/vendor_perl/User/Identity/System.pod
References
Summary
In this tutorial we learn how to install perl-User-Identity
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).