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

Last updated: May 11,2024

1. Install "python3-click" package

This guide let you learn how to install python3-click on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-click

2. Uninstall "python3-click" package

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

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

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

Package: python3-click
Priority: optional
Section: universe/python
Installed-Size: 258
Maintainer: Ubuntu Developers
Original-Maintainer: Alexandre Viau
Architecture: all
Source: python-click
Version: 6.2-2ubuntu1
Replaces: python3-click-cli
Depends: python3:any (>= 3.3.2-2~), python3-colorama
Conflicts: python3-click-cli
Filename: pool/universe/p/python-click/python3-click_6.2-2ubuntu1_all.deb
Size: 56176
MD5sum: 1af520498a2bc549905ca6d94cec77b5
SHA1: bb59426f1eebc95dbf3a70e6c13c8b339143df88
SHA256: 7e8a3ce1d6a294579dfd2137c2474d1af1bb9df09350a2ffd722bc848e342293
Description-en: Simple wrapper around optparse for powerful command line utilities - Python 3.x
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 3 compatible package.
Description-md5: f845aa3a3bbf7cf5e7bf3097c16ddd2b
Homepage: https://github.com/mitsuhiko/click
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu