How To Install perl-Interface-TNC on Fedora 36

In this tutorial we learn how to install perl-Interface-TNC in Fedora 36. perl-Interface-TNC is Perl module for TNC interfaces

Introduction

In this tutorial we learn how to install perl-Interface-TNC on Fedora 36.

What is perl-Interface-TNC

Perl module for TNC interfaces

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

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

sudo dnf -y install perl-Interface-TNC

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

sudo yum -y install perl-Interface-TNC

How To Uninstall perl-Interface-TNC on Fedora 36

To uninstall only the perl-Interface-TNC package we can use the following command:

sudo dnf remove perl-Interface-TNC

perl-Interface-TNC Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/53
/usr/lib/.build-id/53/6e066d1609106c151adbab968b68595a524aa4
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/4ded15fee79e4b07d821479d010fec28f04698
/usr/lib64/perl5/vendor_perl/Interface
/usr/lib64/perl5/vendor_perl/Interface/TNC
/usr/lib64/perl5/vendor_perl/Interface/TNC/IMC.pm
/usr/lib64/perl5/vendor_perl/Interface/TNC/IMV.pm
/usr/lib64/perl5/vendor_perl/auto/Interface
/usr/lib64/perl5/vendor_perl/auto/Interface/TNC
/usr/lib64/perl5/vendor_perl/auto/Interface/TNC/IMC
/usr/lib64/perl5/vendor_perl/auto/Interface/TNC/IMC/IMC.so
/usr/lib64/perl5/vendor_perl/auto/Interface/TNC/IMC/autosplit.ix
/usr/lib64/perl5/vendor_perl/auto/Interface/TNC/IMV
/usr/lib64/perl5/vendor_perl/auto/Interface/TNC/IMV/IMV.so
/usr/lib64/perl5/vendor_perl/auto/Interface/TNC/IMV/autosplit.ix
/usr/share/doc/perl-Interface-TNC
/usr/share/doc/perl-Interface-TNC/README
/usr/share/man/man3/Interface::TNC::IMC.3pm.gz
/usr/share/man/man3/Interface::TNC::IMV.3pm.gz

References

Summary

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