How To Install mopac7 on Fedora 36
Introduction
In this tutorial we learn how to install mopac7
on Fedora 36.
What is mopac7
MOPAC7 is a semi-empirical quantum-mechanics code written by James J. P. Stewart and co-workers. The purpose of this project is to maintain MOPAC7 as a stand-alone program as well as a library that provides the functionality of MOPAC7 to other programs.
We can use yum
or dnf
to install mopac7
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mopac7.
Install mopac7 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 mopac7
using dnf
by running the following command:
sudo dnf -y install mopac7
Install mopac7 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 mopac7
using yum
by running the following command:
sudo yum -y install mopac7
How To Uninstall mopac7 on Fedora 36
To uninstall only the mopac7
package we can use the following command:
sudo dnf remove mopac7
mopac7 Package Contents on Fedora 36
/usr/bin/mopac7
/usr/bin/run_mopac7
/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/d4a9c7c7e1ad61d598c507f3ec6d5ee1928e33
/usr/share/doc/mopac7
/usr/share/doc/mopac7/tests
/usr/share/doc/mopac7/tests/1scf.dat
/usr/share/doc/mopac7/tests/elements.dat
/usr/share/doc/mopac7/tests/force.dat
/usr/share/doc/mopac7/tests/geometry.dat
/usr/share/doc/mopac7/tests/keys.dat
/usr/share/doc/mopac7/tests/nch34+.dat
/usr/share/doc/mopac7/tests/oldgeo.dat
/usr/share/doc/mopac7/tests/paras.dat
/usr/share/doc/mopac7/tests/test_cos.dat
/usr/share/doc/mopac7/tests/test_ef_.dat
/usr/share/doc/mopac7/tests/test_gre.dat
/usr/share/doc/mopac7/tests/test_pol.dat
References
Summary
In this tutorial we learn how to install mopac7
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).