How To Install crest on Fedora 36

In this tutorial we learn how to install crest in Fedora 36. crest is Conformer-Rotamer Ensemble Sampling Tool

Introduction

In this tutorial we learn how to install crest on Fedora 36.

What is crest

CREST is an utility/driver program for the xtb program. Originally it was designed as conformer sampling program, hence the abbreviation Conformer-Rotamer Ensemble Sampling Tool, but now offers also some utility functions for calculations with the GFNn-xTB methods. Generally the program functions as an IO based OMP scheduler (i.e., calculations are performed by the xtb program) and tool for the creation and analysation of structure ensembles. The key procedure implemented in CREST is a conformational search workflow abbreviated as iMTD-GC. The iMTD-GC workflow generates conformer/rotamer ensembles (CREs) by extensive metadynamic sampling (MTD) based on, with an additional genetic z-matrix crossing (GC) step at the end. Other standalone functionalities that are included in CREST are parallel optimization and screening functions for GFNn–xTB, the function to sort (e.g. for NMR equivalencies) externally created ensembles, and some automated procedures for the protonation, deprotonation and tautomerization of structures. The main publication for the CREST program can be found at Phys. Chem. Chem. Phys., 2020, 22, 7169-7192.

We can use yum or dnf to install crest on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install crest.

Install crest 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 crest using dnf by running the following command:

sudo dnf -y install crest

Install crest 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 crest using yum by running the following command:

sudo yum -y install crest

How To Uninstall crest on Fedora 36

To uninstall only the crest package we can use the following command:

sudo dnf remove crest

crest Package Contents on Fedora 36

/usr/bin/crest
/usr/lib/.build-id
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/f4e0fee1c5f13cc1582f4910ed21d258d64c78
/usr/share/doc/crest
/usr/share/doc/crest/README.md
/usr/share/licenses/crest
/usr/share/licenses/crest/COPYING
/usr/share/licenses/crest/COPYING.LESSER
/usr/share/man/man1/crest.1.gz

References

Summary

In this tutorial we learn how to install crest on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).