How to Install and Uninstall perl-User-Identity Package on openSuSE Tumbleweed

Last updated: May 14,2024

1. Install "perl-User-Identity" package

This is a short guide on how to install perl-User-Identity on openSuSE Tumbleweed

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

2. Uninstall "perl-User-Identity" package

Here is a brief guide to show you how to uninstall perl-User-Identity on openSuSE Tumbleweed:

$ sudo zypper remove perl-User-Identity

3. Information about the perl-User-Identity package on openSuSE Tumbleweed

Information for package perl-User-Identity:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-User-Identity
Version : 1.02-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 164.9 KiB
Installed : No
Status : not installed
Source package : perl-User-Identity-1.02-1.4.src
Upstream URL : https://metacpan.org/release/User-Identity
Summary : Collect information about a user
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.