How To Install perl-Convert-UU on Fedora 36

In this tutorial we learn how to install perl-Convert-UU in Fedora 36. perl-Convert-UU is Perl module for uuencode and uudecode

Introduction

In this tutorial we learn how to install perl-Convert-UU on Fedora 36.

What is perl-Convert-UU

Perl module for uuencode and uudecode.

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

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

sudo dnf -y install perl-Convert-UU

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

sudo yum -y install perl-Convert-UU

How To Uninstall perl-Convert-UU on Fedora 36

To uninstall only the perl-Convert-UU package we can use the following command:

sudo dnf remove perl-Convert-UU

perl-Convert-UU Package Contents on Fedora 36

/usr/bin/puudecode
/usr/bin/puuencode
/usr/share/doc/perl-Convert-UU
/usr/share/doc/perl-Convert-UU/ChangeLog
/usr/share/doc/perl-Convert-UU/README
/usr/share/man/man1/puudecode.1.gz
/usr/share/man/man1/puuencode.1.gz
/usr/share/man/man3/Convert::UU.3pm.gz
/usr/share/perl5/Convert
/usr/share/perl5/Convert/UU.pm

References

Summary

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