How to Install and Uninstall python3-releases Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-releases" package

Please follow the steps below to install python3-releases on Kali Linux

$ sudo apt update $ sudo apt install python3-releases

2. Uninstall "python3-releases" package

This guide let you learn how to uninstall python3-releases on Kali Linux:

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

3. Information about the python3-releases package on Kali Linux

Package: python3-releases
Source: python-releases
Version: 1.6.3-2
Installed-Size: 80
Maintainer: Zygmunt Krynicki
Architecture: all
Depends: python3-docutils, python3-semantic-version, python3-sphinx (>= 1.3.1-3~), python3:any
Suggests: python-releases-doc
Enhances: python3-sphinx
Size: 25996
SHA256: 40d46d82ce817b0b315dab20b60c1ac95c654183519be02d82644442e8e12d85
SHA1: 0c3298a2888024c3946eb054d1a5eda34e18bc2b
MD5sum: 53fa52e305b5eeeb30b19276ad60fccb
Description: 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:
Homepage: https://github.com/bitprophet/releases
Section: python
Priority: optional
Filename: pool/main/p/python-releases/python3-releases_1.6.3-2_all.deb