How To Install perl-Test-Inline on Fedora 36

In this tutorial we learn how to install perl-Test-Inline in Fedora 36. perl-Test-Inline is Test

Introduction

In this tutorial we learn how to install perl-Test-Inline on Fedora 36.

What is perl-Test-Inline

Test

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

Install perl-Test-Inline 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-Test-Inline using dnf by running the following command:

sudo dnf -y install perl-Test-Inline

Install perl-Test-Inline 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-Test-Inline using yum by running the following command:

sudo yum -y install perl-Test-Inline

How To Uninstall perl-Test-Inline on Fedora 36

To uninstall only the perl-Test-Inline package we can use the following command:

sudo dnf remove perl-Test-Inline

perl-Test-Inline Package Contents on Fedora 36

/usr/bin/inline2test
/usr/share/doc/perl-Test-Inline
/usr/share/doc/perl-Test-Inline/Changes
/usr/share/licenses/perl-Test-Inline
/usr/share/licenses/perl-Test-Inline/LICENSE
/usr/share/man/man1/inline2test.1.gz
/usr/share/man/man3/Test::Inline.3pm.gz
/usr/share/man/man3/Test::Inline::Content.3pm.gz
/usr/share/man/man3/Test::Inline::Content::Default.3pm.gz
/usr/share/man/man3/Test::Inline::Content::Legacy.3pm.gz
/usr/share/man/man3/Test::Inline::Content::Simple.3pm.gz
/usr/share/man/man3/Test::Inline::Extract.3pm.gz
/usr/share/man/man3/Test::Inline::IO::File.3pm.gz
/usr/share/man/man3/Test::Inline::Script.3pm.gz
/usr/share/man/man3/Test::Inline::Section.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Inline
/usr/share/perl5/vendor_perl/Test/Inline.pm
/usr/share/perl5/vendor_perl/Test/Inline/Content
/usr/share/perl5/vendor_perl/Test/Inline/Content.pm
/usr/share/perl5/vendor_perl/Test/Inline/Content/Default.pm
/usr/share/perl5/vendor_perl/Test/Inline/Content/Legacy.pm
/usr/share/perl5/vendor_perl/Test/Inline/Content/Simple.pm
/usr/share/perl5/vendor_perl/Test/Inline/Extract.pm
/usr/share/perl5/vendor_perl/Test/Inline/IO
/usr/share/perl5/vendor_perl/Test/Inline/IO/File.pm
/usr/share/perl5/vendor_perl/Test/Inline/Script.pm
/usr/share/perl5/vendor_perl/Test/Inline/Section.pm
/usr/share/perl5/vendor_perl/Test/Inline/Util.pm

References

Summary

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