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

Last updated: October 07,2024

1. Install "python3-moddb.noarch" package

Learn how to install python3-moddb.noarch on AlmaLinux 9

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

2. Uninstall "python3-moddb.noarch" package

Please follow the instructions below to uninstall python3-moddb.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 0:09:47 ago on Wed Mar 13 07:41:12 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.