How to Install and Uninstall python3-cclib.noarch Package on Fedora 38

Last updated: October 10,2024

1. Install "python3-cclib.noarch" package

Learn how to install python3-cclib.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-cclib.noarch

2. Uninstall "python3-cclib.noarch" package

This tutorial shows how to uninstall python3-cclib.noarch on Fedora 38:

$ sudo dnf remove python3-cclib.noarch $ sudo dnf autoremove

3. Information about the python3-cclib.noarch package on Fedora 38

Last metadata expiration check: 5:34:13 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-cclib
Version : 1.7.1
Release : 3.20220618git8e6892a5.fc38
Architecture : noarch
Size : 629 k
Source : python-cclib-1.7.1-3.20220618git8e6892a5.fc38.src.rpm
Repository : fedora
Summary : Parsers for output files of computational chemistry packages
URL : https://cclib.github.io/
License : BSD and LGPLv2+
Description :
: cclib is a Python library that provides parsers for output
: files of computational chemistry packages.
: It also provides a platform for computational chemists to
: implement algorithms in a platform-independent way.
:
: The goals of cclib are centered around the reuse of data obtained
: from these programs and contained in output files, specifically:
:
: - extract (parse) data from the output files generated by multiple programs
: - provide a consistent interface to the results of computational chemistry
: calculations, particularly those results that are useful for
: algorithms or visualization
: - facilitate the implementation of algorithms that are not specific to a
: particular computational chemistry package
: - to maximize interoperability with other open source computational
: chemistry and cheminformatic software libraries.