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

Last updated: September 20,2024

1. Install "python-releases" package

Learn how to install python-releases on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-releases

2. Uninstall "python-releases" package

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

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

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

Package: python-releases
Priority: optional
Section: universe/python
Installed-Size: 45
Maintainer: Zygmunt Krynicki
Architecture: all
Version: 1.0.0-1
Depends: python-docutils, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-releases-doc
Filename: pool/universe/p/python-releases/python-releases_1.0.0-1_all.deb
Size: 10772
MD5sum: af2dfa814876a1115784e6e226d0fbf2
SHA1: 0edb78f4b226ecfbdcbd59d26088462bc08e7516
SHA256: 8646d24645429faeeabef23d0239fccc2c38790786ee3fe4df2c5935b456a833
Description-en: Sphinx extension for changelog manipulation (Python 2)
Releases is a Sphinx extension designed to help you keep a source control
friendly, merge friendly changelog file & turn it into useful, human readable
HTML output.
.
Specifically:
.
* The source format (kept in your Sphinx tree as ``changelog.rst``) is a
stream-like timeline that plays well with source control & only requires
one entry per change (even for changes that exist in multiple release
lines).
* The output (when you have the extension installed and run your Sphinx
build command) is a traditional looking changelog page with a section for
every release; multi-release issues are copied automatically into each
release.
* By default, feature and support issues are only displayed under feature
releases, and bugs are only displayed under bugfix releases. This can be
overridden on a per-issue basis.
.
This package contains the python2.x version of the library
Description-md5: 548324c2b54dfc871947c31f6ba13eb9
Enhances: python-sphinx
Homepage: https://github.com/bitprophet/releases
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu