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

Last updated: September 20,2024

1. Install "python3-feedparser.noarch" package

In this section, we are going to explain the necessary steps to install python3-feedparser.noarch on Rocky Linux 8

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

2. Uninstall "python3-feedparser.noarch" package

Please follow the instructions below to uninstall python3-feedparser.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 1:06:45 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-feedparser
Version : 5.2.1
Release : 17.el8
Architecture : noarch
Size : 110 k
Source : python-feedparser-5.2.1-17.el8.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.