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

Last updated: May 04,2024

1. Install "python3-releases" package

Please follow the instructions below to install python3-releases on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-releases

2. Uninstall "python3-releases" package

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

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

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

Package: python3-releases
Priority: optional
Section: universe/python
Installed-Size: 45
Maintainer: Zygmunt Krynicki
Architecture: all
Source: python-releases
Version: 1.0.0-1
Depends: python3-docutils, python3:any (>= 3.3.2-2~)
Suggests: python-releases-doc
Filename: pool/universe/p/python-releases/python3-releases_1.0.0-1_all.deb
Size: 10862
MD5sum: 7a0a11533249c6354bc6b4bd5bb51923
SHA1: 7c02edf29622b327da6d0ccd61d2f122fdf7c97d
SHA256: b798af945bd97d8cee3f71e609b5aca20b8a52f4646d76f63abdce1c65b47ccf
Description-en: Sphinx extension for changelog manipulation (Python 3)
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 python3.x version of the library
Description-md5: d41fbb88398665eb10dd5d3ac52de7d9
Enhances: python3-sphinx
Homepage: https://github.com/bitprophet/releases
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu