How To Install wxmacmolplt on CentOS 7
Introduction
In this tutorial we learn how to install wxmacmolplt
on CentOS 7.
What is wxmacmolplt
MacMolPlt is * A modern graphics program for plotting 3-D molecular structures and normal modes (vibrations). Modern means o Mouse driven interface for real-time rotation and translation. o copy and paste functionality for interfacing to other programs such as word processors or other graphics programs (like ChemDraw). o simple printing to color or black and white printers (publication quality). o multiple files open at once. * It reads a variety of file formats including any GAMESS input, log or IRC file directly to create animations of IRC’s, DRC’s, and optimizations. You may also import a $VEC group from any file (such as a GAMESS .DAT file). In addition xMol XYZ files, MolDen format files and Chemical Markup Language (CML) files are supported. Also some PDB file support and MDL MolFile support is included.
We can use yum
or dnf
to install wxmacmolplt
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install wxmacmolplt.
Install wxmacmolplt on CentOS 7 Using yum
Update yum database with yum
using the following command.
sudo yum makecache
After updating yum database, We can install wxmacmolplt
using yum
by running the following command:
sudo yum -y install wxmacmolplt
Install wxmacmolplt on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
sudo dnf makecache
After updating yum database, We can install wxmacmolplt
using dnf
by running the following command:
sudo dnf -y install wxmacmolplt
How To Uninstall wxmacmolplt on CentOS 7
To uninstall only the wxmacmolplt
package we can use the following command:
sudo dnf remove wxmacmolplt
References
Summary
In this tutorial we learn how to install wxmacmolplt
on CentOS 7 using yum
and dnf
.