How to Install and Uninstall perltidy.noarch Package on Fedora 38

Last updated: November 29,2024

1. Install "perltidy.noarch" package

Here is a brief guide to show you how to install perltidy.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perltidy.noarch

2. Uninstall "perltidy.noarch" package

Learn how to uninstall perltidy.noarch on Fedora 38:

$ sudo dnf remove perltidy.noarch $ sudo dnf autoremove

3. Information about the perltidy.noarch package on Fedora 38

Last metadata expiration check: 5:03:21 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : perltidy
Version : 20230309
Release : 1.fc38
Architecture : noarch
Size : 691 k
Source : perltidy-20230309-1.fc38.src.rpm
Repository : fedora
Summary : Tool for indenting and re-formatting Perl scripts
URL : http://perltidy.sourceforge.net/
License : GPL-2.0-or-later
Description : Perltidy is a Perl script that indents and re-formats 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
: re-formatting 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.