How To Install libefp on Fedora 36
Introduction
In this tutorial we learn how to install libefp
on Fedora 36.
What is libefp
The Effective Fragment Potential (EFP) method allows one to describe large molecular systems by replacing chemically inert part of a system by a set of Effective Fragments while performing regular ab initio calculation on the chemically active part. The LIBEFP library is a full implementation of the EFP method. It allows users to easily incorporate EFP support into their favourite quantum chemistry package.
We can use yum
or dnf
to install libefp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libefp.
Install libefp 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 libefp
using dnf
by running the following command:
sudo dnf -y install libefp
Install libefp 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 libefp
using yum
by running the following command:
sudo yum -y install libefp
How To Uninstall libefp on Fedora 36
To uninstall only the libefp
package we can use the following command:
sudo dnf remove libefp
libefp Package Contents on Fedora 36
---
title: "How To Install libefp on Fedora 36"
linkTitle: "libefp"
type: "docs"
description: "In this tutorial we learn how to install libefp in Fedora 36. libefp is A full implementation of the Effective Fragment Potential (EFP) method"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libefp-featured.png
---
## Introduction
In this tutorial we learn how to install `libefp` on Fedora 36.
### What is `libefp`
> The Effective Fragment Potential (EFP) method allows one to describe large molecular systems by replacing chemically inert part of a system by a set of Effective Fragments while performing regular ab initio calculation on the chemically active part. The LIBEFP library is a full implementation of the EFP method. It allows users to easily incorporate EFP support into their favourite quantum chemistry package.
/usr/lib/.build-id
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/01f28bc0a66b71141574c3ecc3627c356c4862
/usr/lib64/libefp.so.0.0.1
/usr/share/doc/libefp
/usr/share/doc/libefp/README.md
/usr/share/licenses/libefp
/usr/share/licenses/libefp/LICENSE
We can use `yum` or `dnf` to install `libefp` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libefp.
## Install libefp on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libefp
using dnf
by running the following command:
sudo dnf -y install libefp
Install libefp on Fedora 36 Using yum
Update yum database with `yum` using the following command.
```bash
## References
sudo yum makecache --refresh
* [libefp website](https://libefp.github.io/)
Summary
After updating yum database, We can install libefp
using yum
by running the following command:
In this tutorial we learn how to install libefp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
sudo yum -y install libefp
How To Uninstall libefp on Fedora 36
To uninstall only the libefp
package we can use the following command:
sudo dnf remove libefp
libefp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/911bacdba00a2ec482f3eec81fce8ab9ea8695
/usr/lib/libefp.so.0.0.1
/usr/share/doc/libefp
/usr/share/doc/libefp/README.md
/usr/share/licenses/libefp
/usr/share/licenses/libefp/LICENSE
References
Summary
In this tutorial we learn how to install libefp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).