How To Install perl-Net-eBay on Fedora 36

In this tutorial we learn how to install perl-Net-eBay in Fedora 36. perl-Net-eBay is Perl Interface to XML based eBay API

Introduction

In this tutorial we learn how to install perl-Net-eBay on Fedora 36.

What is perl-Net-eBay

This module helps user to easily execute queries against eBay’s XML API.

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

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

sudo dnf -y install perl-Net-eBay

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

sudo yum -y install perl-Net-eBay

How To Uninstall perl-Net-eBay on Fedora 36

To uninstall only the perl-Net-eBay package we can use the following command:

sudo dnf remove perl-Net-eBay

perl-Net-eBay Package Contents on Fedora 36

/usr/bin/ebay-add-item.pl
/usr/bin/ebay-get-categories.pl
/usr/bin/ebay-get-item.pl
/usr/bin/ebay-official-time.pl
/usr/bin/ebay-revise-item.pl
/usr/bin/ebay-search.pl
/usr/bin/ebay-validate-test-user.pl
/usr/share/doc/perl-Net-eBay
/usr/share/doc/perl-Net-eBay/Changes
/usr/share/doc/perl-Net-eBay/README
/usr/share/man/man3/Net::eBay.3pm.gz
/usr/share/perl5/vendor_perl/Net
/usr/share/perl5/vendor_perl/Net/eBay.pm
/usr/share/perl5/vendor_perl/Net/ebay-add-item.pl
/usr/share/perl5/vendor_perl/Net/ebay-api-usage.pl
/usr/share/perl5/vendor_perl/Net/ebay-end-item-early.pl
/usr/share/perl5/vendor_perl/Net/ebay-get-all-bidders.pl
/usr/share/perl5/vendor_perl/Net/ebay-get-categories.pl
/usr/share/perl5/vendor_perl/Net/ebay-get-high-bidders.pl
/usr/share/perl5/vendor_perl/Net/ebay-get-item-transactions.pl
/usr/share/perl5/vendor_perl/Net/ebay-get-item.pl
/usr/share/perl5/vendor_perl/Net/ebay-get-my-selling.pl
/usr/share/perl5/vendor_perl/Net/ebay-get-my-sold.pl
/usr/share/perl5/vendor_perl/Net/ebay-get-seller-list.pl
/usr/share/perl5/vendor_perl/Net/ebay-get-suggested-categories.pl
/usr/share/perl5/vendor_perl/Net/ebay-get-user-contact.pl
/usr/share/perl5/vendor_perl/Net/ebay-get-user-feedback.pl
/usr/share/perl5/vendor_perl/Net/ebay-leave-feedback.pl
/usr/share/perl5/vendor_perl/Net/ebay-official-time.pl
/usr/share/perl5/vendor_perl/Net/ebay-revise-item.pl
/usr/share/perl5/vendor_perl/Net/ebay-search.pl
/usr/share/perl5/vendor_perl/Net/ebay-validate-test-user.pl

References

Summary

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