How to Install and Uninstall python2-libxc.noarch Package on CentOS 8 / RHEL 8

Last updated: May 18,2024

1. Install "python2-libxc.noarch" package

This guide covers the steps necessary to install python2-libxc.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python2-libxc.noarch

2. Uninstall "python2-libxc.noarch" package

This guide covers the steps necessary to uninstall python2-libxc.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python2-libxc.noarch $ sudo dnf autoremove

3. Information about the python2-libxc.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:41:38 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python2-libxc
Version : 4.3.4
Release : 1.el8
Architecture : noarch
Size : 31 k
Source : libxc-4.3.4-1.el8.src.rpm
Repository : epel
Summary : Python2 interface to libxc
URL : http://www.tddft.org/programs/octopus/wiki/index.php/Libxc
License : MPLv2.0
Description : libxc is a library of exchange and correlation functionals. Its purpose is to
: be used in codes that implement density-functional theory. For the moment, the
: library includes most of the local density approximations (LDAs), generalized
: density approximation (GGAs), and meta-GGAs. The library provides values for
: the energy density and its 1st, 2nd, and (for the LDAs) 3rd derivatives.
:
: This package contains the Python2 interface library to libxc.