How to Install and Uninstall towncrier Package on Kali Linux

Last updated: May 13,2024

1. Install "towncrier" package

This guide covers the steps necessary to install towncrier on Kali Linux

$ sudo apt update $ sudo apt install towncrier

2. Uninstall "towncrier" package

Please follow the guidance below to uninstall towncrier on Kali Linux:

$ sudo apt remove towncrier $ sudo apt autoclean && sudo apt autoremove

3. Information about the towncrier package on Kali Linux

Package: towncrier
Version: 22.12.0-1
Installed-Size: 219
Maintainer: Ben Finney
Architecture: all
Depends: python3-click, python3-click-default-group, python3-incremental, python3-jinja2, python3-pkg-resources, python3-tomli | python3 (>> 3.11), python3:any
Size: 44412
SHA256: 1341471db256195a137d9119a9657d14a8cf4962c75ab53a427bf7636b45bac2
SHA1: 3e13cc20a672131b8aa7e717b5ddadc7c7189b0a
MD5sum: 1ac79faf43b0ba4afe6ced366dd355a6
Description: compiler for project news file
Towncrier is a utility to produce useful, summarised news files for your
project. Rather than reading the VCS history as some newer tools do, or having
one single file which developers all write to, towncrier reads “news fragments”
which contain information *useful to end users*.
.
towncrier delivers the news which is convenient to those that hear it, not
those that write it.
.
That is, a “news fragment” (a small file containing just enough information to
be useful to end users) can be written that summarises what has changed from
the “developer log” (which may contain complex information about the original
issue, how it was fixed, who authored the fix, and who reviewed the fix). By
compiling a collection of these fragments, towncrier can produce a digest of
the changes which is valuable to those who may wish to use the software.
Description-md5:
Homepage: https://github.com/twisted/towncrier/
Section: devel
Priority: optional
Filename: pool/main/t/towncrier/towncrier_22.12.0-1_all.deb