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

Last updated: May 23,2024

1. Install "python-gtkmvc-doc" package

This is a short guide on how to install python-gtkmvc-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-gtkmvc-doc

2. Uninstall "python-gtkmvc-doc" package

Here is a brief guide to show you how to uninstall python-gtkmvc-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-gtkmvc-doc
Priority: extra
Section: universe/doc
Installed-Size: 5009
Maintainer: Ubuntu Developers
Original-Maintainer: Kartik Mistry
Architecture: all
Source: pygtkmvc
Version: 1.99.1-1.1
Depends: doc-base (>= 0.8.4)
Recommends: python-gtkmvc
Filename: pool/universe/p/pygtkmvc/python-gtkmvc-doc_1.99.1-1.1_all.deb
Size: 3185332
MD5sum: 6d0415e60f9ffab3cd2e73b1f46284b7
SHA1: a3436fa01c33a1b8b3d3ed1a5ca527eac0374ea8
SHA256: 51713f4b961ac64fe18a48303aa5ef4062a9d1228e4676c2d1690bbce8edf81f
Description-en: pygtkmvc documentation, tutorial and examples
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).
.
This package provides documentation, tutorial and examples.
Description-md5: 9eeb592ee370dfd778a71f7e8c85ea64
Homepage: http://sourceforge.net/projects/pygtkmvc/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu