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

Last updated: October 04,2024

1. Install "python3-moddb.noarch" package

Here is a brief guide to show you how to install python3-moddb.noarch on Fedora 38

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

2. Uninstall "python3-moddb.noarch" package

This guide let you learn how to uninstall python3-moddb.noarch on Fedora 38:

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

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

Last metadata expiration check: 0:38:04 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : python3-moddb
Version : 0.8.1
Release : 1.fc38
Architecture : noarch
Size : 139 k
Source : python-moddb-0.8.1-1.fc38.src.rpm
Repository : updates
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.