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

Last updated: June 04,2024

1. Install "python-turbogears2" package

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

$ sudo apt update $ sudo apt install python-turbogears2

2. Uninstall "python-turbogears2" package

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

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

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

Package: python-turbogears2
Priority: optional
Section: universe/python
Installed-Size: 451
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Source: turbogears2
Version: 2.3.7-2
Depends: python-babel (>= 0.9.4), python-crank, python-genshi (>= 0.5.1), python-pylons (>= 0.9.7), python-repoze.tm2 (>= 1.0a4), python-toscawidgets (>= 0.9.4), python-weberror (>= 0.10.1), python-webflash (>= 0.1a8), python-markupsafe, python-repoze.lru, python-webob, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: python-pysqlite2, python-tg.devtools (>= 2.0.1)
Suggests: python-elixir
Filename: pool/universe/t/turbogears2/python-turbogears2_2.3.7-2_all.deb
Size: 89706
MD5sum: cf8703ed1795f26535ef86d29b48f1bc
SHA1: ae0109a4c92603952c4b4aafbbeb8a891f2c097f
SHA256: 23803b5b992aacbb233d3e96157c303efc03a41762934671b8d8b4a55d73e561
Description-en: Python web application framework
TurboGears2 is a framework to develop web applications in Python.
.
TurboGears2 application are developed according to a
model-view-controller (MVC) architecture composed of several
components: an Object Relational Mapper (or ORM, to code the model),
a template engine (to write views), and an URL mapper (to associate
URLs to Python methods acting as controllers).
.
TurboGears2 relies on the best available individual components and
combines them into a coherent and well-documented whole. TurboGears2
includes parts that join the components together and make them work
together seamlessly, but does not obscure each included project. This
allows one to take advantage of existing documentation, articles, mailing
lists and other resources that have built up in the communities for
each project.
.
TurboGears2 is the next major version of TurboGears, and builds on
the Pylons framework.
.
This package contains all you would need to run (but not develop) web
applications powered by TurboGears2; to develop them you should
also install the python-tg.devtools packages.
Description-md5: a237d64f0ce433792053e6d95b19193f
Homepage: http://www.turbogears.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu