How To Install perl-Env-Path on Fedora 36

In this tutorial we learn how to install perl-Env-Path in Fedora 36. perl-Env-Path is Advanced operations on path variables

Introduction

In this tutorial we learn how to install perl-Env-Path on Fedora 36.

What is perl-Env-Path

Env as that subclass of environment variables which name an ordered list of filesystem elements separated by a platform-standard separator.

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

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

sudo dnf -y install perl-Env-Path

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

sudo yum -y install perl-Env-Path

How To Uninstall perl-Env-Path on Fedora 36

To uninstall only the perl-Env-Path package we can use the following command:

sudo dnf remove perl-Env-Path

perl-Env-Path Package Contents on Fedora 36

/usr/bin/envpath
/usr/share/doc/perl-Env-Path
/usr/share/doc/perl-Env-Path/Changes
/usr/share/doc/perl-Env-Path/README
/usr/share/doc/perl-Env-Path/Whence
/usr/share/man/man1/envpath.1.gz
/usr/share/man/man3/Env::Path.3pm.gz
/usr/share/perl5/vendor_perl/Env
/usr/share/perl5/vendor_perl/Env/Path.pm

References

Summary

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