How To Install perl-PerlIO-via-symlink on Fedora 36

In this tutorial we learn how to install perl-PerlIO-via-symlink in Fedora 36. perl-PerlIO-via-symlink is PerlIO layers for create symlinks

Introduction

In this tutorial we learn how to install perl-PerlIO-via-symlink on Fedora 36.

The PerlIO layer symlink allows you to create a symbolic link by writing to the file handle.

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

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-PerlIO-via-symlink using dnf by running the following command:

sudo dnf -y install perl-PerlIO-via-symlink

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-PerlIO-via-symlink using yum by running the following command:

sudo yum -y install perl-PerlIO-via-symlink

To uninstall only the perl-PerlIO-via-symlink package we can use the following command:

sudo dnf remove perl-PerlIO-via-symlink
/usr/share/doc/perl-PerlIO-via-symlink
/usr/share/doc/perl-PerlIO-via-symlink/CHANGES
/usr/share/doc/perl-PerlIO-via-symlink/README
/usr/share/man/man3/PerlIO::via::symlink.3pm.gz
/usr/share/perl5/vendor_perl/PerlIO
/usr/share/perl5/vendor_perl/PerlIO/via
/usr/share/perl5/vendor_perl/PerlIO/via/symlink.pm

References

Summary

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