How To Install perl-Perl-Tidy-Sweetened on Fedora 36

In this tutorial we learn how to install perl-Perl-Tidy-Sweetened in Fedora 36. perl-Perl-Tidy-Sweetened is Tweaks to Perl

Introduction

In this tutorial we learn how to install perl-Perl-Tidy-Sweetened on Fedora 36.

What is perl-Perl-Tidy-Sweetened

There are a number of modules on CPAN that allow users to write their classes with a more “modern” syntax. These tools eliminate the need to shift off $self, can support type checking and offer other improvements. Unfortunately, they can break the support tools that the Perl community has come to rely on. This module attempts to work around those issues.

We can use yum or dnf to install perl-Perl-Tidy-Sweetened on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Perl-Tidy-Sweetened.

Install perl-Perl-Tidy-Sweetened on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Perl-Tidy-Sweetened using dnf by running the following command:

sudo dnf -y install perl-Perl-Tidy-Sweetened

Install perl-Perl-Tidy-Sweetened on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Perl-Tidy-Sweetened using yum by running the following command:

sudo yum -y install perl-Perl-Tidy-Sweetened

How To Uninstall perl-Perl-Tidy-Sweetened on Fedora 36

To uninstall only the perl-Perl-Tidy-Sweetened package we can use the following command:

sudo dnf remove perl-Perl-Tidy-Sweetened

perl-Perl-Tidy-Sweetened Package Contents on Fedora 36

/usr/bin/perltidier
/usr/bin/perltidy-sweet
/usr/share/doc/perl-Perl-Tidy-Sweetened
/usr/share/doc/perl-Perl-Tidy-Sweetened/Changes
/usr/share/doc/perl-Perl-Tidy-Sweetened/README
/usr/share/doc/perl-Perl-Tidy-Sweetened/TODO
/usr/share/licenses/perl-Perl-Tidy-Sweetened
/usr/share/licenses/perl-Perl-Tidy-Sweetened/LICENSE
/usr/share/man/man1/perltidier.1.gz
/usr/share/man/man1/perltidy-sweet.1.gz
/usr/share/man/man3/Perl::Tidy::Sweet.3pm.gz
/usr/share/man/man3/Perl::Tidy::Sweetened.3pm.gz
/usr/share/man/man3/Perl::Tidy::Sweetened::Keyword::Block.3pm.gz
/usr/share/man/man3/Perl::Tidy::Sweetened::Pluggable.3pm.gz
/usr/share/man/man3/Perl::Tidy::Sweetened::Variable::Twigils.3pm.gz
/usr/share/perl5/vendor_perl/Perl
/usr/share/perl5/vendor_perl/Perl/Tidy
/usr/share/perl5/vendor_perl/Perl/Tidy/Sweet.pm
/usr/share/perl5/vendor_perl/Perl/Tidy/Sweetened
/usr/share/perl5/vendor_perl/Perl/Tidy/Sweetened.pm
/usr/share/perl5/vendor_perl/Perl/Tidy/Sweetened/Keyword
/usr/share/perl5/vendor_perl/Perl/Tidy/Sweetened/Keyword/Block.pm
/usr/share/perl5/vendor_perl/Perl/Tidy/Sweetened/Pluggable.pm
/usr/share/perl5/vendor_perl/Perl/Tidy/Sweetened/Variable
/usr/share/perl5/vendor_perl/Perl/Tidy/Sweetened/Variable/Twigils.pm

References

Summary

In this tutorial we learn how to install perl-Perl-Tidy-Sweetened on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).