How To Install perl-Devel-Autoflush on Fedora 36
Introduction
In this tutorial we learn how to install perl-Devel-Autoflush on Fedora 36.
What is perl-Devel-Autoflush
This module is a hack to set autoflush for STDOUT and STDERR from the command line or from PERL5OPT for code that needs it but doesn’t have it.
We can use yum or dnf to install perl-Devel-Autoflush on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Devel-Autoflush.
Install perl-Devel-Autoflush 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-Devel-Autoflush using dnf by running the following command:
sudo dnf -y install perl-Devel-Autoflush
Install perl-Devel-Autoflush 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-Devel-Autoflush using yum by running the following command:
sudo yum -y install perl-Devel-Autoflush
How To Uninstall perl-Devel-Autoflush on Fedora 36
To uninstall only the perl-Devel-Autoflush package we can use the following command:
sudo dnf remove perl-Devel-Autoflush
perl-Devel-Autoflush Package Contents on Fedora 36
/usr/share/doc/perl-Devel-Autoflush
/usr/share/doc/perl-Devel-Autoflush/Changes
/usr/share/doc/perl-Devel-Autoflush/LICENSE
/usr/share/doc/perl-Devel-Autoflush/README
/usr/share/doc/perl-Devel-Autoflush/Todo
/usr/share/man/man3/Devel::Autoflush.3pm.gz
/usr/share/perl5/vendor_perl/Devel
/usr/share/perl5/vendor_perl/Devel/Autoflush.pm
References
Summary
In this tutorial we learn how to install perl-Devel-Autoflush on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).