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

Last updated: May 14,2024

1. Install "python-application" package

Please follow the guidance below to install python-application on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-application

2. Uninstall "python-application" package

Learn how to uninstall python-application on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-application
Priority: optional
Section: universe/python
Installed-Size: 166
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1.4.1-1
Depends: python (>= 2.7), python (<< 2.8), python-zopeinterface
Filename: pool/universe/p/python-application/python-application_1.4.1-1_all.deb
Size: 30378
MD5sum: d1553a5baee4996e632b5ee07cb58338
SHA1: de58c8c6372d779a91e0ea93a206d261431d1194
SHA256: b11f499a0dd99dd425b549946106caf75330e42ca55cd74ef0aaf1d9329fad82
Description-en: Basic building blocks for Python applications
This module provides some basic components that can be used to simplify
building Python applications.
.
The components included by this package encapsulate the functionality to
handle the following tasks:
.
- UNIX process management (forking, signal handling, pid file creation)
- A very simple to use interface to handle configuration files.
- An extensible system logger for console and/or syslog.
- Miscellaneous utilities and helpers.
- Memory troubleshooting and execution timing.
- Communicate inside the application using a notification system.
- Manage the version number for applications, modules and packages.
- Verify package dependencies at runtime.
Description-md5: 43b1341784df333b1b08a1b4b39f34f0
Homepage: http://cheeseshop.python.org/pypi/python-application
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu