How to Install and Uninstall cookiecutter Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "cookiecutter" package

Please follow the guidelines below to install cookiecutter on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install cookiecutter

2. Uninstall "cookiecutter" package

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

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

3. Information about the cookiecutter package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: cookiecutter
Priority: optional
Section: universe/python
Installed-Size: 14
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Architecture: all
Version: 1.3.0-2
Depends: python:any, python-cookiecutter (= 1.3.0-2)
Filename: pool/universe/c/cookiecutter/cookiecutter_1.3.0-2_all.deb
Size: 2810
MD5sum: b17d674e2cd2a1ea089d7f1952962b87
SHA1: 581303467b4b8655cd2cbce3eea15dd64d2eb386
SHA256: 5cc6a1e92f75af95aafc2e3f259a89df85c3ad4940d7b1de8c131792c333cefa
Description-en: 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: ddab5c33ae3f3565c2f3a5f8dad9c52c
Homepage: https://github.com/audreyr/cookiecutter
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu