How to Install and Uninstall python3-feedparser Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-feedparser" package

This guide let you learn how to install python3-feedparser on Kali Linux

$ sudo apt update $ sudo apt install python3-feedparser

2. Uninstall "python3-feedparser" package

This is a short guide on how to uninstall python3-feedparser on Kali Linux:

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

3. Information about the python3-feedparser package on Kali Linux

Package: python3-feedparser
Source: feedparser
Version: 6.0.10-1
Installed-Size: 260
Maintainer: Debian Python Team
Architecture: all
Depends: python3-sgmllib3k, python3:any
Size: 53340
SHA256: e704ce021d48850098b36d1220a9775b19a18724bb35285c013cbac122e095a8
SHA1: 1de3087b4f5ef10f549728205c34755d115a2a72
MD5sum: 60cfb73494da6651f23884fd7d9a19e6
Description: 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:
Homepage: https://github.com/kurtmckee/feedparser
Section: python
Priority: optional
Filename: pool/main/f/feedparser/python3-feedparser_6.0.10-1_all.deb