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

Last updated: May 18,2024

1. Install "python3-cookiecutter" package

Please follow the instructions below to install python3-cookiecutter on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-cookiecutter

2. Uninstall "python3-cookiecutter" package

Please follow the instructions below to uninstall python3-cookiecutter on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3-binaryornot, python3-click, python3-future, python3-jinja2, python3-whichcraft, python3:any (>= 3.3.2-2~), python3-ruamel.yaml (>= 0.10.12)
Filename: pool/universe/c/cookiecutter/python3-cookiecutter_1.3.0-2_all.deb
Size: 27464
MD5sum: 2c1c86099988a5cd86e678ac58421c00
SHA1: cee719641162f84af2ce4fd841a58775e368061e
SHA256: a5b412ae1c57654b0592fe0db372ee435c7275e0cdaf5ad4f5c6ee73a16aa50c
Description-en: 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: af780833551300cac2ec447428840f5d
Homepage: https://github.com/audreyr/cookiecutter
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu