How To Install perl-Convert-Binary-C on Fedora 36

In this tutorial we learn how to install perl-Convert-Binary-C in Fedora 36. perl-Convert-Binary-C is Binary data conversion using C types

Introduction

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

What is perl-Convert-Binary-C

Convert is highly configurable and supports arbitrarily complex data structures. Its object-oriented interface has pack and unpack methods that act as replacements for Perl’s pack and unpack and allow to use C types instead of a string representation of the data structure for conversion of binary data from and to Perl’s complex data structures.

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

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

sudo dnf -y install perl-Convert-Binary-C

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

sudo yum -y install perl-Convert-Binary-C

How To Uninstall perl-Convert-Binary-C on Fedora 36

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

sudo dnf remove perl-Convert-Binary-C

perl-Convert-Binary-C Package Contents on Fedora 36

/usr/bin/ccconfig
/usr/lib/.build-id
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/80da55437fca69bf257142e27c31d9da90275c
/usr/lib64/perl5/vendor_perl/Convert
/usr/lib64/perl5/vendor_perl/Convert/Binary
/usr/lib64/perl5/vendor_perl/Convert/Binary/C
/usr/lib64/perl5/vendor_perl/Convert/Binary/C.pm
/usr/lib64/perl5/vendor_perl/Convert/Binary/C/Cached.pm
/usr/lib64/perl5/vendor_perl/auto/Convert
/usr/lib64/perl5/vendor_perl/auto/Convert/Binary
/usr/lib64/perl5/vendor_perl/auto/Convert/Binary/C
/usr/lib64/perl5/vendor_perl/auto/Convert/Binary/C/C.so
/usr/share/doc/perl-Convert-Binary-C
/usr/share/doc/perl-Convert-Binary-C/Changes
/usr/share/doc/perl-Convert-Binary-C/README.md
/usr/share/doc/perl-Convert-Binary-C/TODO
/usr/share/man/man1/ccconfig.1.gz
/usr/share/man/man3/Convert::Binary::C.3pm.gz
/usr/share/man/man3/Convert::Binary::C::Cached.3pm.gz

References

Summary

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