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

Last updated: May 19,2024

1. Install "python-tvrage" package

Please follow the step by step instructions below to install python-tvrage on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-tvrage

2. Uninstall "python-tvrage" package

Please follow the guidelines below to uninstall python-tvrage on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-tvrage
Priority: optional
Section: universe/python
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Hans-Christoph Steiner
Architecture: all
Version: 0.4.1-1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2), python-beautifulsoup
Filename: pool/universe/p/python-tvrage/python-tvrage_0.4.1-1_all.deb
Size: 10030
MD5sum: 88a50c1f24cff552df7e4bf8985b6734
SHA1: dbab95afa66c6257603f4f81d315bcd865d0d30e
SHA256: 3dd3396cbd265ecad5e8f9ad2dc9209b15497e224c16c514842a97326ac0c000
Description-en: python client for the tvrage.com XML API
python-tvrage is a python based object oriented client interface for
tvrage.com's XML based api feeds.
.
The tvrage package consists of three modules
.
* the tvrage.feeds module provides a wrapper function for each of tvrage's
XML-feeds
* the tvrage.api module provides an clean and object oriented interface on top
of those services
* the tvrage.quickinfo module is a simple pythonic wrapper for tvrage's
quickinfo api. Values are returned as python dictionaries rather than
dedicated objects for tv shows and episodes
.
The tvrage.feeds module provides very basic and low level access to the
tvrage.com data feeds. For more complex use cases it is recomended to use the
object oriented module tvrage.api. Note: All functions in the tvrage.feeds
module return XML data as ElementTree objects.
Description-md5: 0b69e9a96565f8d374644e79aa3cd255
Homepage: https://pypi.python.org/pypi/tvrage/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions