How to Install and Uninstall perl-User-Identity Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-User-Identity" package

This guide let you learn how to install perl-User-Identity on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-User-Identity

2. Uninstall "perl-User-Identity" package

Please follow the instructions below to uninstall perl-User-Identity on openSUSE Leap:

$ sudo zypper remove perl-User-Identity

3. Information about the perl-User-Identity package on openSUSE Leap

Information for package perl-User-Identity:
-------------------------------------------
Repository : Main Repository
Name : perl-User-Identity
Version : 1.01-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 167.8 KiB
Installed : No
Status : not installed
Source package : perl-User-Identity-1.01-bp155.1.5.src
Upstream URL : https://metacpan.org/release/User-Identity
Summary : Maintain info about a physical person
Description :
The 'User-Identity' distribution is created to maintain a set of
informational objects which are related to one user. The 'User::Identity'
module tries to be smart providing defaults, conversions and often required
combinations.
The identities are not implementing any kind of storage, and can therefore
be created by any simple or complex Perl program. This way, it is more
flexible than an XML file to store the data. For instance, you can decide
to store the data with Data::Dumper, Storable, DBI, AddressBook or
whatever. Extension to simplify this task are still to be developed.
If you need more kinds of user information, then please contact the module
author.
Extends "DESCRIPTION" in User::Identity::Item.