How to Install and Uninstall cookiecutter Package on Kali Linux

Last updated: May 09,2024

1. Install "cookiecutter" package

Here is a brief guide to show you how to install cookiecutter on Kali Linux

$ sudo apt update $ sudo apt install cookiecutter

2. Uninstall "cookiecutter" package

This guide let you learn how to uninstall cookiecutter on Kali Linux:

$ sudo apt remove cookiecutter $ sudo apt autoclean && sudo apt autoremove

3. Information about the cookiecutter package on Kali Linux

Package: cookiecutter
Version: 2.6.0-1
Installed-Size: 36
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any, python3-cookiecutter (= 2.6.0-1)
Suggests: python-cookiecutter-doc
Size: 26476
SHA256: 7355924b5b747dcd763218f386dccdffd060394f5d991c508985f975ac9d36e5
SHA1: 69aec0d7fc574c873f006dc58ad1c6a70b09c87c
MD5sum: c3bfdcb094839b368ea630fe4087687d
Description: create projects from project templates
Cookiecutter is command-line utility that creates projects from
project templates, e.g. creating a Python package project from a
Python package project template.
.
It can also be used as a Python module. It supports local and remote
templates. The templating is done with Jinja2 and there is no
limitation on the language used by the templated projects (Python,
Ruby, Javascript, C, HTML, Postscript...).
Description-md5:
Homepage: https://github.com/cookiecutter/cookiecutter
Section: python
Priority: optional
Filename: pool/main/c/cookiecutter/cookiecutter_2.6.0-1_all.deb