How To Install efpmd on Fedora 36
Introduction
In this tutorial we learn how to install efpmd
on Fedora 36.
What is efpmd
EFPMD is a molecular simulation program based on LIBEFP. It supports single point energy and gradient calculations, semi-numerical Hessian and normal mode analysis, geometry optimization, molecular dynamics simulations in microcanonical (NVE), canonical (NVT), and isobaric-isothermal (NPT) ensembles.
We can use yum
or dnf
to install efpmd
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install efpmd.
Install efpmd 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 efpmd
using dnf
by running the following command:
sudo dnf -y install efpmd
Install efpmd 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 efpmd
using yum
by running the following command:
sudo yum -y install efpmd
How To Uninstall efpmd on Fedora 36
To uninstall only the efpmd
package we can use the following command:
sudo dnf remove efpmd
efpmd Package Contents on Fedora 36
/usr/bin/efpmd
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/572a642d3efb629613b7e5b3f64e90dd258f89
References
Summary
In this tutorial we learn how to install efpmd
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).