How to Install and Uninstall python3-feedparser Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 21,2024

1. Install "python3-feedparser" package

This guide covers the steps necessary to install python3-feedparser on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-feedparser

2. Uninstall "python3-feedparser" package

This guide let you learn how to uninstall python3-feedparser on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-feedparser $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-feedparser package on Ubuntu 21.10 (Impish Indri)

Package: python3-feedparser
Architecture: all
Version: 5.2.1-3
Priority: optional
Section: universe/python
Source: feedparser
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 209
Depends: python3:any
Filename: pool/universe/f/feedparser/python3-feedparser_5.2.1-3_all.deb
Size: 45068
MD5sum: b4de92a0b7372d3fc362f39260e4091c
SHA1: c9e42692bc0ce016d120b145e4f1920cf6120bc9
SHA256: 203e21040020555b1d2b1ac66bb7b92e086c198d1914628c1e4649f839118082
SHA512: 1694ea356b5f81eb0d23176bd5605b3e07731c1f820eb9befe99b02dc6ea5d09d4664f61cd0a433a8fc1ee4308d68cfff301feb4b0b8c46be92e37bb33522cdc
Homepage: https://github.com/kurtmckee/feedparser
Description-en: Universal Feed Parser for Python 3
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, and CDF feeds.
.
It provides the same API to all formats, and sanitizes URIs and HTML.
.
This is the Python 3 version of the package.
Description-md5: 3798c5f98dfe4eafe184b06860237110
Task: ubuntustudio-publishing