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

Last updated: June 22,2024

1. Install "python-cookiecutter" package

In this section, we are going to explain the necessary steps to install python-cookiecutter on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-cookiecutter

2. Uninstall "python-cookiecutter" package

This tutorial shows how to uninstall python-cookiecutter on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-cookiecutter
Priority: optional
Section: universe/python
Installed-Size: 123
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Architecture: all
Source: cookiecutter
Version: 1.3.0-2
Depends: python-binaryornot, python-click, python-future, python-jinja2, python-whichcraft, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-ruamel.yaml (>= 0.10.12)
Filename: pool/universe/c/cookiecutter/python-cookiecutter_1.3.0-2_all.deb
Size: 27408
MD5sum: 49fe1a3f2fea05202770d6f7f143c5dc
SHA1: 3f0541787a7ee77dfcfc87bf67c6cc30e51cc5c4
SHA256: b0d5fddc541e15e7e01c2813f83752f8e1f662059eb3adbb1abef2c3685d87e9
Description-en: create projects from project templates (Python 2 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 2 module.
Description-md5: 7ae5e07ac32495b244980dffefcb9337
Homepage: https://github.com/audreyr/cookiecutter
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu