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

Last updated: May 08,2024

1. Install "python3-changelog" package

In this section, we are going to explain the necessary steps to install python3-changelog on Kali Linux

$ sudo apt update $ sudo apt install python3-changelog

2. Uninstall "python3-changelog" package

This is a short guide on how to uninstall python3-changelog on Kali Linux:

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

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

Package: python3-changelog
Source: python-changelog
Version: 0.6.1-2
Installed-Size: 73
Maintainer: Debian Python Team
Architecture: all
Depends: python3-setuptools, python3-sphinx, python3:any
Enhances: python3-sphinx
Size: 15288
SHA256: 992c20f5cd593f9c382aa4b775a2eba070b3f930036472ff8381ca217f43e35d
SHA1: ba9e9f6ed36ef8f3a0db58cdb9dd6967975f513e
MD5sum: 385427930fbebec99467ceca22e6b5ef
Description: Sphinx extension to generate changelog files (Python 3)
This package provides simple Sphinx markup to render changelog displays
(this is the Python 3 version of the extension).
.
Example:
.
====================
Changelog for 1.5.6
====================
.
.. changelog::
:version: 1.5.6
:released: Sun Oct 12 2008
.
.. change::
:tags: general
:tickets: 27
.
Improved the frobnozzle.
.
.. change::
:tags: rendering, tests
:pullreq: 8
:changeset: a9d7cc0b56c2
.
Rendering tests now correctly render.
Description-md5:
Homepage: https://github.com/sqlalchemyorg/changelog
Section: python
Priority: optional
Filename: pool/main/p/python-changelog/python3-changelog_0.6.1-2_all.deb