How to Install and Uninstall scriv Package on Kali Linux

Last updated: May 19,2024

1. Install "scriv" package

Please follow the guidance below to install scriv on Kali Linux

$ sudo apt update $ sudo apt install scriv

2. Uninstall "scriv" package

This is a short guide on how to uninstall scriv on Kali Linux:

$ sudo apt remove scriv $ sudo apt autoclean && sudo apt autoremove

3. Information about the scriv package on Kali Linux

Package: scriv
Version: 1.4.0-1
Installed-Size: 126
Maintainer: Debian Python Team
Architecture: all
Depends: git, pandoc (>> 2.17), python3-attr, python3-click, python3-click-log, python3-jinja2, python3-requests, python3:any
Size: 31300
SHA256: 966b01fb442aa188625cd78aeb920f1feed4cfd3b4666ba8f59e6e155e36cd6f
SHA1: 646222f083ad2a9b7d88fad57ca8961fea5aecda
MD5sum: 0ab544db48d2be414767b24799cd584a
Description: Command-line changelog management tool
Command-line tool for helping developers maintain useful changelogs.
It manages a directory of changelog fragments. It aggregates them into entries
in a CHANGELOG file.
.
Scriv writes changelog fragments into a directory called "changelog.d". Start
by creating this directory.
.
To make a new changelog fragment, use the 'scriv create' command. It will
make a new file with a filename using the current date and time, your GitHub
or Git user name, and your branch name. Changelog fragments should be
committed along with all the other changes on your branch.
.
When it is time to release your project, the 'scriv collect' command
aggregates all the fragments into a new entry in your changelog file.
Description-md5:
Homepage: https://github.com/nedbat/scriv
Section: python
Priority: optional
Filename: pool/main/s/scriv/scriv_1.4.0-1_all.deb