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

Last updated: May 29,2024

1. Install "python-vsgui" package

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

$ sudo apt update $ sudo apt install python-vsgui

2. Uninstall "python-vsgui" package

Please follow the guidance below to uninstall python-vsgui on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-vsgui
Priority: optional
Section: universe/python
Installed-Size: 79
Maintainer: Ubuntu Developers
Original-Maintainer: Hsin-Yi Chen (hychen)
Architecture: all
Version: 0.3.3-1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-ucltip (>= 0.6-3)
Recommends: zenity (>= 3.2.0-1)
Filename: pool/universe/p/python-vsgui/python-vsgui_0.3.3-1_all.deb
Size: 9050
MD5sum: db1d7df9fec3a5174387ec882f11b29b
SHA1: 72aede5d4f94815232570fe7c05d1507216a7931
SHA256: 2103f96b0a8848f91ac76be88f8da2be33358d5445eda3267d5db48be8a32312
Description-en: Very Simple Graphical library for Python shell script
python-vsgui provides simple functions to communicate with `zenity` which
is a program that will display GTK+ dialogs, and return (either in the
return code, or on standard output) the users input and convert to Python
data type if need.
.
This allows you to present information, and ask for information from
the user, from all of Python shell scripts.
Description-md5: 63533c36a6f177431eb74eb6f6694eee
Homepage: http://pypi.python.org/pypi/vsgui
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu