How to Install and Uninstall python3-feedparser.noarch Package on Rocky Linux 9

Last updated: May 02,2024

1. Install "python3-feedparser.noarch" package

Please follow the steps below to install python3-feedparser.noarch on Rocky Linux 9

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

2. Uninstall "python3-feedparser.noarch" package

This is a short guide on how to uninstall python3-feedparser.noarch on Rocky Linux 9:

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

3. Information about the python3-feedparser.noarch package on Rocky Linux 9

Last metadata expiration check: 1:14:11 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-feedparser
Version : 6.0.10
Release : 2.el9
Architecture : noarch
Size : 123 k
Source : python-feedparser-6.0.10-2.el9.src.rpm
Repository : epel
Summary : Parse RSS and Atom feeds in Python
URL : https://github.com/kurtmckee/feedparser
License : BSD
Description : Universal Feed Parser is a Python module for downloading and parsing
: syndicated feeds. It can handle RSS 0.90, Netscape RSS 0.91,
: Userland RSS 0.91, RSS 0.92, RSS 0.93, RSS 0.94, RSS 1.0, RSS 2.0,
: Atom 0.3, Atom 1.0, and CDF feeds. It also parses several popular extension
: modules, including Dublin Core and Apple's iTunes extensions.