How to Install and Uninstall python2-libxc.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python2-libxc.noarch" package

This is a short guide on how to install python2-libxc.noarch on Rocky Linux 8

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

2. Uninstall "python2-libxc.noarch" package

Please follow the instructions below to uninstall python2-libxc.noarch on Rocky Linux 8:

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

3. Information about the python2-libxc.noarch package on Rocky Linux 8

Last metadata expiration check: 2:14:09 ago on Mon Sep 12 10:27:18 2022.
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.