How to Install and Uninstall python3-feedparser.noarch Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "python3-feedparser.noarch" package

Learn how to install python3-feedparser.noarch on CentOS Stream 8

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

2. Uninstall "python3-feedparser.noarch" package

Please follow the step by step instructions below to uninstall python3-feedparser.noarch on CentOS Stream 8:

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

3. Information about the python3-feedparser.noarch package on CentOS Stream 8

Last metadata expiration check: 0:35:10 ago on Sun Feb 25 03:03:59 2024.
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.