How To Install perl-Pipeline on Fedora 36
Introduction
In this tutorial we learn how to install perl-Pipeline
on Fedora 36.
What is perl-Pipeline
Pipelines are a mechanism to process data. They are designed to be plugged together to make fairly complex operations act in a fairly straightforward manner, cleanly, and simply.
We can use yum
or dnf
to install perl-Pipeline
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Pipeline.
Install perl-Pipeline 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-Pipeline
using dnf
by running the following command:
sudo dnf -y install perl-Pipeline
Install perl-Pipeline 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-Pipeline
using yum
by running the following command:
sudo yum -y install perl-Pipeline
How To Uninstall perl-Pipeline on Fedora 36
To uninstall only the perl-Pipeline
package we can use the following command:
sudo dnf remove perl-Pipeline
perl-Pipeline Package Contents on Fedora 36
/usr/share/doc/perl-Pipeline
/usr/share/doc/perl-Pipeline/CHANGES
/usr/share/doc/perl-Pipeline/README
/usr/share/man/man3/Pipeline.3pm.gz
/usr/share/man/man3/Pipeline::Analyser.3pm.gz
/usr/share/man/man3/Pipeline::Base.3pm.gz
/usr/share/man/man3/Pipeline::Dispatch.3pm.gz
/usr/share/man/man3/Pipeline::Dumper.3pm.gz
/usr/share/man/man3/Pipeline::Error::Abstract.3pm.gz
/usr/share/man/man3/Pipeline::Error::AsyncResults.3pm.gz
/usr/share/man/man3/Pipeline::Error::Construction.3pm.gz
/usr/share/man/man3/Pipeline::Production.3pm.gz
/usr/share/man/man3/Pipeline::Segment.3pm.gz
/usr/share/man/man3/Pipeline::Segment::Async.3pm.gz
/usr/share/man/man3/Pipeline::Segment::Async::Fork.3pm.gz
/usr/share/man/man3/Pipeline::Segment::Async::Handler.3pm.gz
/usr/share/man/man3/Pipeline::Segment::Async::IThreads.3pm.gz
/usr/share/man/man3/Pipeline::Segment::Tester.3pm.gz
/usr/share/man/man3/Pipeline::Store.3pm.gz
/usr/share/man/man3/Pipeline::Store::ISA.3pm.gz
/usr/share/man/man3/Pipeline::Store::Simple.3pm.gz
/usr/share/perl5/vendor_perl/Pipeline
/usr/share/perl5/vendor_perl/Pipeline.pm
/usr/share/perl5/vendor_perl/Pipeline/Analyser.pm
/usr/share/perl5/vendor_perl/Pipeline/Base.pm
/usr/share/perl5/vendor_perl/Pipeline/Dispatch.pm
/usr/share/perl5/vendor_perl/Pipeline/Dumper.pm
/usr/share/perl5/vendor_perl/Pipeline/Error
/usr/share/perl5/vendor_perl/Pipeline/Error/Abstract.pm
/usr/share/perl5/vendor_perl/Pipeline/Error/AsyncResults.pm
/usr/share/perl5/vendor_perl/Pipeline/Error/Construction.pm
/usr/share/perl5/vendor_perl/Pipeline/Production.pm
/usr/share/perl5/vendor_perl/Pipeline/Segment
/usr/share/perl5/vendor_perl/Pipeline/Segment.pm
/usr/share/perl5/vendor_perl/Pipeline/Segment/Async
/usr/share/perl5/vendor_perl/Pipeline/Segment/Async.pm
/usr/share/perl5/vendor_perl/Pipeline/Segment/Async/Fork.pm
/usr/share/perl5/vendor_perl/Pipeline/Segment/Async/Handler.pm
/usr/share/perl5/vendor_perl/Pipeline/Segment/Async/IThreads.pm
/usr/share/perl5/vendor_perl/Pipeline/Segment/Tester.pm
/usr/share/perl5/vendor_perl/Pipeline/Store
/usr/share/perl5/vendor_perl/Pipeline/Store.pm
/usr/share/perl5/vendor_perl/Pipeline/Store/ISA.pm
/usr/share/perl5/vendor_perl/Pipeline/Store/Simple.pm
References
Summary
In this tutorial we learn how to install perl-Pipeline
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).