How to Install and Uninstall perl-Perl-Tidy Package on openSuSE Tumbleweed

Last updated: July 01,2024

1. Install "perl-Perl-Tidy" package

In this section, we are going to explain the necessary steps to install perl-Perl-Tidy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Perl-Tidy

2. Uninstall "perl-Perl-Tidy" package

Please follow the instructions below to uninstall perl-Perl-Tidy on openSuSE Tumbleweed:

$ sudo zypper remove perl-Perl-Tidy

3. Information about the perl-Perl-Tidy package on openSuSE Tumbleweed

Information for package perl-Perl-Tidy:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Perl-Tidy
Version : 20240202.0.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 3.6 MiB
Installed : No
Status : not installed
Source package : perl-Perl-Tidy-20240202.0.0-2.1.src
Upstream URL : https://metacpan.org/release/Perl-Tidy
Summary : Indent and reformat perl scripts
Description :
This module makes the functionality of the perltidy utility available to
perl scripts. Any or all of the input parameters may be omitted, in which
case the @ARGV array will be used to provide input parameters as described
in the perltidy(1) man page.
For example, the perltidy script is basically just this:
use Perl::Tidy;
Perl::Tidy::perltidy();
The call to *perltidy* returns a scalar *$error_flag* which is TRUE if an
error caused premature termination, and FALSE if the process ran to normal
completion. Additional discuss of errors is contained below in the ERROR
HANDLING section.