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

Last updated: June 26,2024

1. Install "python-pynzb" package

Please follow the steps below to install python-pynzb on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pynzb

2. Uninstall "python-pynzb" package

Please follow the step by step instructions below to uninstall python-pynzb on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pynzb
Priority: optional
Section: universe/python
Installed-Size: 59
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.1.0-2
Depends: python (>= 2.7), python (<< 2.8), python-pkg-resources, python-lxml
Filename: pool/universe/p/python-pynzb/python-pynzb_0.1.0-2_all.deb
Size: 7070
MD5sum: c2fce2b1ee433b2398b16f316b27189c
SHA1: 2663e150ebc46bc3db1100cdcd873bf777c2bb56
SHA256: a6284056d7d72019491a6cba3f88cfde5cab02958817816f2cbbe467882844fb
Description-en: unified API for parsing NZB files from NNTP (Usenet) servers
pynzb is a unified API for parsing NZB files, with several concrete
implementations included.
.
NZB is an XML-based file format for retrieving posts from NNTP (Usenet)
servers. Since NZB is XML-based, it's relatively easy to build one-off
parsers to parse NZB files. This project is an attempt to consolidate those
many one-off NZB parsers into one simple interface.
.
This package includes three implementations (listed in order of
compatibility): one based on expat, another based on ElementTree, and a final
implementation based on lxml. The expat version should work on all versions
of Python > 2.0. The ElementTree implementation will work on Python > 2.5.
The lxml version will work as long as lxml is installed.
.
Simply import nzb_parser from the pynzb package. It's an instantiated
version of the fastest available parser that your system can support.
Description-md5: 89d1cd2d9b7a938e906bb43de01fadb8
Homepage: https://pypi.python.org/pypi/pynzb/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions