How To Install perl-LibSBML on Fedora 36
Introduction
In this tutorial we learn how to install perl-LibSBML
on Fedora 36.
What is perl-LibSBML
This package contains PERL bindings for libSBML.
We can use yum
or dnf
to install perl-LibSBML
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-LibSBML.
Install perl-LibSBML 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-LibSBML
using dnf
by running the following command:
sudo dnf -y install perl-LibSBML
Install perl-LibSBML 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-LibSBML
using yum
by running the following command:
sudo yum -y install perl-LibSBML
How To Uninstall perl-LibSBML on Fedora 36
To uninstall only the perl-LibSBML
package we can use the following command:
sudo dnf remove perl-LibSBML
perl-LibSBML Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/d061510fef4975b2c109fd3c835a37b4a2beb3
/usr/lib64/perl5/vendor_perl/LibSBML.pm
/usr/lib64/perl5/vendor_perl/LibSBML.pod
/usr/lib64/perl5/vendor_perl/auto/libSBML
/usr/lib64/perl5/vendor_perl/auto/libSBML/LibSBML.so
/usr/share/licenses/libsbml
/usr/share/licenses/libsbml/COPYING.txt
/usr/share/licenses/libsbml/LICENSE.txt
References
Summary
In this tutorial we learn how to install perl-LibSBML
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).