How to Install and Uninstall perltidy.noarch Package on Amazon Linux 2

Last updated: July 03,2024

1. Install "perltidy.noarch" package

Here is a brief guide to show you how to install perltidy.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perltidy.noarch

2. Uninstall "perltidy.noarch" package

Please follow the instructions below to uninstall perltidy.noarch on Amazon Linux 2:

$ sudo yum remove perltidy.noarch $ sudo yum autoremove

3. Information about the perltidy.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perltidy
Arch : noarch
Version : 20121207
Release : 3.amzn2
Size : 386 k
Repo : amzn2-core/2/x86_64
Summary : Tool for indenting and reformatting Perl scripts
URL : http://perltidy.sourceforge.net/
License : GPLv2+
Description : Perltidy is a Perl script which indents and reformats Perl scripts
: to make them easier to read. If you write Perl scripts, or spend
: much time reading them, you will probably find it useful. The
: formatting can be controlled with command line parameters. The
: default parameter settings approximately follow the suggestions in
: the Perl Style Guide. Perltidy can also output HTML of both POD
: and source code. Besides reformatting scripts, Perltidy can be a
: great help in tracking down errors with missing or extra braces,
: parentheses, and square brackets because it is very good at
: localizing errors.