How to Install and Uninstall perl-Perl-Tidy Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-Perl-Tidy" package

Please follow the steps below to install perl-Perl-Tidy on openSUSE Leap

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

2. Uninstall "perl-Perl-Tidy" package

This guide covers the steps necessary to uninstall perl-Perl-Tidy on openSUSE Leap:

$ sudo zypper remove perl-Perl-Tidy

3. Information about the perl-Perl-Tidy package on openSUSE Leap

Information for package perl-Perl-Tidy:
---------------------------------------
Repository : Update repository of openSUSE Backports
Name : perl-Perl-Tidy
Version : 20230309-bp155.2.3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 3.3 MiB
Installed : No
Status : not installed
Source package : perl-Perl-Tidy-20230309-bp155.2.3.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.