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

Last updated: September 28,2024

1. Install "python3-cclib.noarch" package

Please follow the guidance below to install python3-cclib.noarch on Fedora 36

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

2. Uninstall "python3-cclib.noarch" package

Here is a brief guide to show you how to uninstall python3-cclib.noarch on Fedora 36:

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

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

Last metadata expiration check: 2:30:04 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-cclib
Version : 1.7
Release : 4.fc36
Architecture : noarch
Size : 426 k
Source : python-cclib-1.7-4.fc36.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.