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

Last updated: May 20,2024

1. Install "python-changelog" package

This tutorial shows how to install python-changelog on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-changelog

2. Uninstall "python-changelog" package

Here is a brief guide to show you how to uninstall python-changelog on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-changelog
Priority: optional
Section: universe/python
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.3.4-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-changelog/python-changelog_0.3.4-2_all.deb
Size: 7900
MD5sum: 17ffdafcd4a69892eef45008d38b3508
SHA1: 46d54dc9f9d556fb057d65be7866846a02479eb8
SHA256: e1bcc9d65c937be06eb0cbffa90bcfe6d08d2f8252ff111dbddbca79ce5fa0c5
Description-en: Sphinx extension to generate changelog files (Python 2)
This package provides simple Sphinx markup to render changelog displays
(this is the Python 2 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: b7290b4a573934484c2fff9fbab98615
Enhances: python-sphinx
Homepage: https://bitbucket.org/zzzeek/changelog
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu