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

Last updated: May 06,2024

1. Install "python-opster" package

This tutorial shows how to install python-opster on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-opster

2. Uninstall "python-opster" package

This guide let you learn how to uninstall python-opster on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-opster
Priority: optional
Section: universe/python
Installed-Size: 54
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 4.1-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-opster/python-opster_4.1-2_all.deb
Size: 13758
MD5sum: 94783652366718dc589a8e23558e551a
SHA1: d1bb39f8672223fcf67ae91bb239385091c7c532
SHA256: 015e43cfd1ad196cf2dfeee453309129e101ade73c934e058f78b6d716d4998c
Description-en: python command line parsing speedster
Opster is a command line parser, intended to make writing command line
applications easy and painless. It uses built-in Python types (lists,
dictionaries, etc) to define options, which makes configuration clear and
concise. Additionally it contains possibility to handle subcommands (i.e. hg
commit or svn update).
Description-md5: 03cd7e729cc3bafc02c5e11d8ef86443
Homepage: http://opster.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu