How to Install and Uninstall perl-Text-Aligner Package on openSuSE Tumbleweed

Last updated: July 03,2024

1. Install "perl-Text-Aligner" package

Learn how to install perl-Text-Aligner on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Text-Aligner

2. Uninstall "perl-Text-Aligner" package

This is a short guide on how to uninstall perl-Text-Aligner on openSuSE Tumbleweed:

$ sudo zypper remove perl-Text-Aligner

3. Information about the perl-Text-Aligner package on openSuSE Tumbleweed

Information for package perl-Text-Aligner:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Text-Aligner
Version : 0.16-1.18
Arch : noarch
Vendor : openSUSE
Installed Size : 21.3 KiB
Installed : No
Status : not installed
Source package : perl-Text-Aligner-0.16-1.18.src
Upstream URL : https://metacpan.org/release/Text-Aligner
Summary : Module to align text
Description :
Text::Aligner exports a single function, align(), which is used to justify
strings to various alignment styles. The alignment specification is the
first argument, followed by any number of scalars which are subject to
alignment.
The operation depends on context. In list context, a list of the justified
scalars is returned. In scalar context, the justified arguments are joined
into a single string with newlines appended. The original arguments remain
unchanged. In void context, in-place justification is attempted. In this
case, all arguments must be lvalues.
Align() also does one level of scalar dereferencing. That is, whenever one
of the arguments is a scalar reference, the scalar pointed to is aligned
instead. Other references are simply stringified. An undefined argument is
interpreted as an empty string without complaint.
Alignment respects colorizing escape sequences a la Term::ANSIColor which
means it knows that these sequences don't take up space on the screen.