How to Install and Uninstall python3-moddb.noarch Package on CentOS Stream 9

Last updated: September 29,2024

1. Install "python3-moddb.noarch" package

This tutorial shows how to install python3-moddb.noarch on CentOS Stream 9

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

2. Uninstall "python3-moddb.noarch" package

Learn how to uninstall python3-moddb.noarch on CentOS Stream 9:

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

3. Information about the python3-moddb.noarch package on CentOS Stream 9

Last metadata expiration check: 0:52:35 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-moddb
Version : 0.8.1
Release : 1.el9
Architecture : noarch
Size : 98 k
Source : python-moddb-0.8.1-1.el9.src.rpm
Repository : epel
Summary : A Python scraper/parser for ModDB
URL : https://github.com/ClementJ18/moddb
License : MIT
Description : The goal of the library is to be able to navigate ModDB purely
: programmatically through scraping and parsing of the various models
: present on the website. This is based off a command of a bot which
: can parse either a game or a mod, this command gave birth to the
: original library which was extremely limited in its abilities and
: only able to parse a few pages with inconsistencies. This library
: is a much more mature and professional attempt at the whole idea,
: adding on a much deeper understanding of OOP.