How To Install perl-Image-Sane on Fedora 36

In this tutorial we learn how to install perl-Image-Sane in Fedora 36. perl-Image-Sane is Perl extension for the SANE (Scanner Access Now Easy) Project

Introduction

In this tutorial we learn how to install perl-Image-Sane on Fedora 36.

What is perl-Image-Sane

These Perl bindings for the SANE (Scanner Access Now Easy) Project allow you to access SANE-compatible scanners in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API.

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

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

sudo dnf -y install perl-Image-Sane

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

sudo yum -y install perl-Image-Sane

How To Uninstall perl-Image-Sane on Fedora 36

To uninstall only the perl-Image-Sane package we can use the following command:

sudo dnf remove perl-Image-Sane

perl-Image-Sane Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/61
/usr/lib/.build-id/61/e16711e9fb96ad2facf3de692789fbf6d42051
/usr/lib64/perl5/vendor_perl/Image
/usr/lib64/perl5/vendor_perl/Image/Sane
/usr/lib64/perl5/vendor_perl/Image/Sane.pm
/usr/lib64/perl5/vendor_perl/Image/Sane/Device.pm
/usr/lib64/perl5/vendor_perl/auto/Image
/usr/lib64/perl5/vendor_perl/auto/Image/Sane
/usr/lib64/perl5/vendor_perl/auto/Image/Sane/Sane.so
/usr/share/doc/perl-Image-Sane
/usr/share/doc/perl-Image-Sane/Changes
/usr/share/doc/perl-Image-Sane/README
/usr/share/doc/perl-Image-Sane/examples
/usr/share/doc/perl-Image-Sane/examples/scanadf-perl
/usr/share/doc/perl-Image-Sane/examples/scanimage-perl
/usr/share/man/man3/Image::Sane.3pm.gz

References

Summary

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