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

Last updated: January 11,2025

1. Install "python-releases-doc" package

Here is a brief guide to show you how to install python-releases-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-releases-doc

2. Uninstall "python-releases-doc" package

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

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

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

Package: python-releases-doc
Priority: optional
Section: universe/doc
Installed-Size: 161
Maintainer: Zygmunt Krynicki
Architecture: all
Source: python-releases
Version: 1.0.0-1
Depends: libjs-sphinxdoc (>= 1.0), sphinx-rtd-theme-common
Filename: pool/universe/p/python-releases/python-releases-doc_1.0.0-1_all.deb
Size: 24382
MD5sum: f06639290a3cd64f3df6fb4d26ccf82d
SHA1: 2af9b6a157903466615d8208d9fafbc4d9410ddc
SHA256: f1791a4ea86a770b1bc710f4c4895daf1fdada3492c079f7f3e797cc65ad22de
Description-en: Sphinx extension for changelog manipulation documentation
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 documentation for releases.
Description-md5: 4dcec556d9a265d9283e3c07f6f6b4f5
Homepage: https://github.com/bitprophet/releases
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu