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

Last updated: May 18,2024

1. Install "python-gtkmvc" package

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

$ sudo apt update $ sudo apt install python-gtkmvc

2. Uninstall "python-gtkmvc" package

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

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

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

Package: python-gtkmvc
Priority: extra
Section: universe/python
Installed-Size: 277
Maintainer: Ubuntu Developers
Original-Maintainer: Kartik Mistry
Architecture: all
Source: pygtkmvc
Version: 1.99.1-1.1
Provides: python2.7-gtkmvc
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), python-gtk2 (>= 2.4.0-1), python-glade2 (>= 2.4.0-1)
Filename: pool/universe/p/pygtkmvc/python-gtkmvc_1.99.1-1.1_all.deb
Size: 47850
MD5sum: b6c62add02504750685b65d6947ce205
SHA1: a1fc118f07c16fee44b8b9a079dcb066dbbe3187
SHA256: 36ca45337e7daecc518b614c1276621f0eeb7d991a3c487be3a64bca5e99d3c2
Description-en: model-view-controller (MVC) implementation for pygtk
This MVC for pygtk2 helps with writing well structured code by splitting the
program's code into three distinctive sections. A program written using this
MVC pattern usually contains four parts: The view (providing access to the
Glade widget tree), the controller (providing glue functions), the model
(providing the abstract logic) and the main program (simply connecting the
three parts mentioned before).
Description-md5: 934526e328471fc0d9a99f85b3160d5b
Homepage: http://sourceforge.net/projects/pygtkmvc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu