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

Last updated: June 29,2024

1. Install "python-springpython" package

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

$ sudo apt update $ sudo apt install python-springpython

2. Uninstall "python-springpython" package

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

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

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

Package: python-springpython
Priority: optional
Section: universe/python
Installed-Size: 530
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: springpython
Version: 1.2.0+ds-2build1
Depends: python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8), python-yaml
Recommends: python-mysqldb
Suggests: python-cherrypy3, python-ldap, python-circuits, pyro
Filename: pool/universe/s/springpython/python-springpython_1.2.0+ds-2build1_all.deb
Size: 78440
MD5sum: 0660521ff5680182aabc4854de5eccf6
SHA1: b2d0153cba3162f99d393830f00cf0c741d408ae
SHA256: bc3d4cd2ab418358e75984af498b7ae6b6039182058d8817ca7ee638102f37b9
Description-en: Python module that implements concepts from Spring Java Framework
Spring Python intends to take the concepts that were developed, tested, and
proven with the Spring Framework, and carry them over to the language of
Python.
.
The key features of Spring Python are:
- Inversion of Control.
- Aspect Oriented Programming.
- Database Transactions.
- Database Templates.
- Remoting.
- JMS Messaging.
.
This is not a direct port of existing source code, but rather, a port of
proven solutions, while still remaining faithful to the style, idioms, and
overall user community of Python.
.
For more information, please visit: http://www.springpython.org/
Description-md5: 95f49e9d7a5cc6fd035f74a01d248e05
Homepage: http://www.springpython.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu