How To Install votca-csg-devel on Rocky Linux 8

In this tutorial we learn how to install votca-csg-devel on Rocky Linux 8. votca-csg-devel is Development headers and libraries for VOTCA coarse-graining Engine

Introduction

In this tutorial we learn how to install votca-csg-devel on Rocky Linux 8.

What is votca-csg-devel

Versatile Object-oriented Toolkit for Coarse-graining Applications (VOTCA) is a package intended to reduce the amount of routine work when doing systematic coarse-graining of various systems. The core is written in C++. This package contains development headers and libraries for the VOTCA coarse-graining engine.

We can use yum or dnf to install votca-csg-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install votca-csg-devel.

Install votca-csg-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install votca-csg-devel using dnf by running the following command:

sudo dnf -y install votca-csg-devel

Install votca-csg-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install votca-csg-devel using yum by running the following command:

sudo yum -y install votca-csg-devel

How To Uninstall votca-csg-devel on Rocky Linux 8

To uninstall only the votca-csg-devel package we can use the following command:

sudo dnf remove votca-csg-devel

votca-csg-devel Package Contents on Rocky Linux 8

/usr/include/votca/csg
/usr/include/votca/csg/basebead.h
/usr/include/votca/csg/bead.h
/usr/include/votca/csg/beadlist.h
/usr/include/votca/csg/beadmotif.h
/usr/include/votca/csg/beadmotifalgorithms.h
/usr/include/votca/csg/beadmotifconnector.h
/usr/include/votca/csg/beadpair.h
/usr/include/votca/csg/beadstructure.h
/usr/include/votca/csg/beadstructurealgorithms.h
/usr/include/votca/csg/beadtriple.h
/usr/include/votca/csg/beadtype.h
/usr/include/votca/csg/boundarycondition.h
/usr/include/votca/csg/cgengine.h
/usr/include/votca/csg/cgmoleculedef.h
/usr/include/votca/csg/cgobserver.h
/usr/include/votca/csg/csgapplication.h
/usr/include/votca/csg/exclusionlist.h
/usr/include/votca/csg/fileformatfactory.h
/usr/include/votca/csg/imcio.h
/usr/include/votca/csg/interaction.h
/usr/include/votca/csg/map.h
/usr/include/votca/csg/molecule.h
/usr/include/votca/csg/moleculeitem.h
/usr/include/votca/csg/nblist.h
/usr/include/votca/csg/nblist_3body.h
/usr/include/votca/csg/nblistgrid.h
/usr/include/votca/csg/nblistgrid_3body.h
/usr/include/votca/csg/nematicorder.h
/usr/include/votca/csg/openbox.h
/usr/include/votca/csg/orthorhombicbox.h
/usr/include/votca/csg/pairlist.h
/usr/include/votca/csg/pdbwriter.h
/usr/include/votca/csg/potentialfunction.h
/usr/include/votca/csg/potentialfunctioncbspl.h
/usr/include/votca/csg/potentialfunctionlj126.h
/usr/include/votca/csg/potentialfunctionljg.h
/usr/include/votca/csg/residue.h
/usr/include/votca/csg/topology.h
/usr/include/votca/csg/topologyitem.h
/usr/include/votca/csg/topologymap.h
/usr/include/votca/csg/topologyreader.h
/usr/include/votca/csg/trajectoryreader.h
/usr/include/votca/csg/trajectorywriter.h
/usr/include/votca/csg/triclinicbox.h
/usr/include/votca/csg/triplelist.h
/usr/include/votca/csg/version.h
/usr/include/votca/csg/xyzreader.h
/usr/include/votca/csg/xyzwriter.h
/usr/lib64/cmake/VOTCA_CSG
/usr/lib64/cmake/VOTCA_CSG/VOTCA_CSGConfig.cmake
/usr/lib64/cmake/VOTCA_CSG/VOTCA_CSGConfigVersion.cmake
/usr/lib64/cmake/VOTCA_CSG/VOTCA_CSG_Targets-release.cmake
/usr/lib64/cmake/VOTCA_CSG/VOTCA_CSG_Targets.cmake
/usr/lib64/libvotca_csg.so

References

Summary

In this tutorial we learn how to install votca-csg-devel on Rocky Linux 8 using yum and dnf.