How to Install and Uninstall python-feed Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python-feed" package

This guide covers the steps necessary to install python-feed on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-feed

2. Uninstall "python-feed" package

In this section, we are going to explain the necessary steps to uninstall python-feed on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-feed $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-feed package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-feed
Priority: extra
Section: universe/python
Installed-Size: 158
Maintainer: Ubuntu Developers
Original-Maintainer: Matteo Cypriani
Architecture: all
Source: pyfeed
Version: 0.7.4-1
Depends: python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-xe
Filename: pool/universe/p/pyfeed/python-feed_0.7.4-1_all.deb
Size: 23974
MD5sum: acc8bba61cfaf227e4569a36f017fa25
SHA1: 4588e87c39dd09ef0da125cd979bcba7f8b97704
SHA256: d05bd270f3ee8f4b7caba48d37e3c7a7f1b10d44d093a733a5d1d498f766bfe5
Description-en: set of Python modules for working with syndication feeds
PyFeed is a set of module packages for Python, that contain tools for working
with syndication feeds. The provided modules are:
* feed.date.tools, to work with Python time float values.
* feed.date.rfc3339, for converting timestamp strings in RFC 3339 format
(used by Atom) to Python time float values, and vice versa.
* feed.date.rfc822, for converting timestamp strings in extended RFC 822
format (used by RSS 2.0) to Python time float values, and vice versa.
* feed.atom, to work with an Atom syndication feed.
* feed.rss, to work with an RSS 2.0 syndication feed.
* feed.opml1 and feed.opml, to work with OPML data 1.0 and 2.0.
* feed.tools, useful to generate a syndication feed.
Description-md5: 4d67b2a6734388fd862c3f2b6494a9c1
Homepage: http://home.blarg.net/~steveha/pyfeed.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu