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

Last updated: May 19,2024

1. Install "python-click" package

Please follow the step by step instructions below to install python-click on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-click

2. Uninstall "python-click" package

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

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

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

Package: python-click
Priority: optional
Section: universe/python
Installed-Size: 258
Maintainer: Ubuntu Developers
Original-Maintainer: Alexandre Viau
Architecture: all
Version: 6.2-2ubuntu1
Replaces: python-click-cli
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-colorama
Conflicts: python-click-cli
Filename: pool/universe/p/python-click/python-click_6.2-2ubuntu1_all.deb
Size: 56122
MD5sum: 21fa7e29508af9d299d7894ea9b2b40b
SHA1: 32a2fef2a515dc94aca20b68bb74df248f6e4813
SHA256: 75969489b16a789be4270e807111e43701f9181f3f8f419cd87e2dcd352d7392
Description-en: Simple wrapper around optparse for powerful command line utilities - Python 2.7
Click is a Python package for creating beautiful command line interfaces
in a composable way with as little code as necessary. It's the "Command
Line Interface Creation Kit". It's highly configurable but comes with
sensible defaults out of the box.
.
It aims to make the process of writing command line tools quick and fun
while also preventing any frustration caused by the inability to implement
an intended CLI API.
.
This is the Python 2 compatible package.
Description-md5: 86883c6fa193797aa148a10c547e1d9c
Homepage: https://github.com/mitsuhiko/click
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu