How To Install perl-pip on Fedora 36
Introduction
In this tutorial we learn how to install perl-pip
on Fedora 36.
What is perl-pip
The pip (“Perl Installation Program”) console application is used to install Perl distributions in a wide variety of formats, both from CPAN and from external third-party locations, while supporting module dependencies that go across the boundary from third-party to CPAN.
We can use yum
or dnf
to install perl-pip
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-pip.
Install perl-pip 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-pip
using dnf
by running the following command:
sudo dnf -y install perl-pip
Install perl-pip 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-pip
using yum
by running the following command:
sudo yum -y install perl-pip
How To Uninstall perl-pip on Fedora 36
To uninstall only the perl-pip
package we can use the following command:
sudo dnf remove perl-pip
perl-pip Package Contents on Fedora 36
/usr/bin/perl-pip
/usr/share/doc/perl-pip
/usr/share/doc/perl-pip/Changes
/usr/share/doc/perl-pip/README
/usr/share/licenses/perl-pip
/usr/share/licenses/perl-pip/LICENSE
/usr/share/man/man3/Module::Plan::Base.3pm.gz
/usr/share/man/man3/Module::Plan::Lite.3pm.gz
/usr/share/man/man3/pip.3pm.gz
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/P5Z.pm
/usr/share/perl5/vendor_perl/Module/Plan
/usr/share/perl5/vendor_perl/Module/Plan/Archive.pm
/usr/share/perl5/vendor_perl/Module/Plan/Base.pm
/usr/share/perl5/vendor_perl/Module/Plan/Lite.pm
/usr/share/perl5/vendor_perl/pip.pm
References
Summary
In this tutorial we learn how to install perl-pip
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).