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

Last updated: May 11,2024

1. Install "python3-cookiecutter" package

This is a short guide on how to install python3-cookiecutter on Kali Linux

$ sudo apt update $ sudo apt install python3-cookiecutter

2. Uninstall "python3-cookiecutter" package

This tutorial shows how to uninstall python3-cookiecutter on Kali Linux:

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

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

Package: python3-cookiecutter
Source: cookiecutter
Version: 2.6.0-1
Installed-Size: 144
Maintainer: Debian Python Team
Architecture: all
Depends: python3-arrow, python3-binaryornot, python3-click, python3-jinja2, python3-requests, python3-rich, python3-slugify, python3-yaml, python3:any, python3-ruamel.yaml
Suggests: python-cookiecutter-doc
Size: 49152
SHA256: 95e0fbded61d2c6b1127cb189ea71e436e2aada9ee42b2a018ebf9863fd12ace
SHA1: ea6ea37dd306d488ae78900b5159b1908a1efc26
MD5sum: 01da3e2949301cecd28b780fd665bc0d
Description: create projects from project templates (Python 3 module)
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...).
.
This package contains the Python 3 module.
Description-md5:
Homepage: https://github.com/cookiecutter/cookiecutter
Section: python
Priority: optional
Filename: pool/main/c/cookiecutter/python3-cookiecutter_2.6.0-1_all.deb