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

Last updated: November 26,2024

1. Install "python-cliapp" package

Learn how to install python-cliapp on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-cliapp

2. Uninstall "python-cliapp" package

This is a short guide on how to uninstall python-cliapp on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-cliapp
Priority: optional
Section: universe/python
Installed-Size: 383
Maintainer: Ubuntu Developers
Original-Maintainer: Lars Wirzenius
Architecture: all
Version: 1.20160109-1
Depends: python (>= 2.7), python (<< 2.8), python-yaml
Suggests: libjs-jquery, libjs-underscore, python-xdg
Filename: pool/universe/p/python-cliapp/python-cliapp_1.20160109-1_all.deb
Size: 73414
MD5sum: e265ebb470509690413f9bf9855146ef
SHA1: 9d946851643508220d03ba034167d986332ef64b
SHA256: 8c39f9537f62f509dcd1c054f3034be28d21046bc7d1b5ca2ec83d212c142418
Description-en: Python framework for Unix command line programs
cliapp makes it easier to write typical Unix command line programs,
by taking care of the common tasks they need to do, such as
parsing the command line, reading configuration files, setting
up logging, iterating over lines of input files, and so on.
Description-md5: bf09d2f41b736a7ddce74c62ceb3bfcf
Homepage: http://liw.fi/cliapp/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu