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

Last updated: May 02,2024

1. Install "perltidy.noarch" package

Please follow the guidance below to install perltidy.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perltidy.noarch

2. Uninstall "perltidy.noarch" package

This guide let you learn how to uninstall perltidy.noarch on Fedora 34:

$ sudo dnf remove perltidy.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:50:54 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perltidy
Version : 20210402
Release : 1.fc34
Architecture : noarch
Size : 567 k
Source : perltidy-20210402-1.fc34.src.rpm
Repository : updates
Summary : Tool for indenting and re-formatting Perl scripts
URL : http://perltidy.sourceforge.net/
License : GPLv2+
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.