How To Install perl-WWW-Babelfish on Fedora 36

In this tutorial we learn how to install perl-WWW-Babelfish in Fedora 36. perl-WWW-Babelfish is Perl extension for translation via Babelfish or Google

Introduction

In this tutorial we learn how to install perl-WWW-Babelfish on Fedora 36.

What is perl-WWW-Babelfish

Perl interface to the WWW babelfish translation server.

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

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

sudo dnf -y install perl-WWW-Babelfish

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

sudo yum -y install perl-WWW-Babelfish

How To Uninstall perl-WWW-Babelfish on Fedora 36

To uninstall only the perl-WWW-Babelfish package we can use the following command:

sudo dnf remove perl-WWW-Babelfish

perl-WWW-Babelfish Package Contents on Fedora 36

/usr/share/doc/perl-WWW-Babelfish
/usr/share/doc/perl-WWW-Babelfish/Changes
/usr/share/doc/perl-WWW-Babelfish/README
/usr/share/man/man3/WWW::Babelfish.3pm.gz
/usr/share/perl5/vendor_perl/WWW
/usr/share/perl5/vendor_perl/WWW/Babelfish.pm
/usr/share/perl5/vendor_perl/auto
/usr/share/perl5/vendor_perl/auto/WWW
/usr/share/perl5/vendor_perl/auto/WWW/Babelfish
/usr/share/perl5/vendor_perl/auto/WWW/Babelfish/autosplit.ix

References

Summary

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