How to Install and Uninstall perl-String-ToIdentifier-EN Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-String-ToIdentifier-EN" package

Please follow the guidance below to install perl-String-ToIdentifier-EN on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-String-ToIdentifier-EN

2. Uninstall "perl-String-ToIdentifier-EN" package

This tutorial shows how to uninstall perl-String-ToIdentifier-EN on openSUSE Leap:

$ sudo zypper remove perl-String-ToIdentifier-EN

3. Information about the perl-String-ToIdentifier-EN package on openSUSE Leap

Information for package perl-String-ToIdentifier-EN:
----------------------------------------------------
Repository : Main Repository
Name : perl-String-ToIdentifier-EN
Version : 0.12-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 37.1 KiB
Installed : No
Status : not installed
Source package : perl-String-ToIdentifier-EN-0.12-bp155.2.8.src
Upstream URL : http://search.cpan.org/dist/String-ToIdentifier-EN/
Summary : Convert Strings to English Program Identifiers
Description :
This module provides a utility method, to_identifier for converting an
arbitrary string into a readable representation using the ASCII subset of
'\w' for use as an identifier in a computer program. The intent is to make
unique identifier names from which the content of the original string can
be easily inferred by a human just by reading the identifier.
If you need the full set of '\w' including Unicode, see the subclass
String::ToIdentifier::EN::Unicode.
Currently, this process is one way only, and will likely remain this way.
The default is to create camelCase identifiers, or you may pass in a
separator char of your choice such as '_'.
Binary char groups will be separated by '_' even in camelCase identifiers
to make them easier to read, e.g.: 'foo_2_0xFF_Bar'.