How To Install perl-openbabel on Fedora 36

In this tutorial we learn how to install perl-openbabel in Fedora 36. perl-openbabel is Perl wrapper for the Open Babel library

Introduction

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

What is perl-openbabel

Perl wrapper for the Open Babel library.

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

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

sudo dnf -y install perl-openbabel

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

sudo yum -y install perl-openbabel

How To Uninstall perl-openbabel on Fedora 36

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

sudo dnf remove perl-openbabel

perl-openbabel Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/e3/8cec29cd9b558cda23f4814bbbb1e36cc7482f
/usr/lib64/perl5/vendor_perl/Chemistry/OpenBabel.pm
/usr/lib64/perl5/vendor_perl/auto/Chemistry/OpenBabel
/usr/lib64/perl5/vendor_perl/auto/Chemistry/OpenBabel/OpenBabel.so

References

Summary

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