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

Last updated: October 06,2024

1. Install "perltidy.noarch" package

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

$ sudo dnf update $ sudo dnf install perltidy.noarch

2. Uninstall "perltidy.noarch" package

Please follow the steps below to uninstall perltidy.noarch on Fedora 35:

$ sudo dnf remove perltidy.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 0:12:54 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perltidy
Version : 20210717
Release : 2.fc35
Architecture : noarch
Size : 588 k
Source : perltidy-20210717-2.fc35.src.rpm
Repository : fedora
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.