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

Last updated: May 13,2024

1. Install "python-axiom" package

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

$ sudo apt update $ sudo apt install python-axiom

2. Uninstall "python-axiom" package

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

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

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

Package: python-axiom
Priority: optional
Section: universe/python
Installed-Size: 870
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.7.5-1
Depends: python-epsilon (>= 0.5.11), python-twisted, python:any (<< 2.8), python:any (>= 2.7.5-5~), python-twisted-core, python-pysqlite2, python-zopeinterface
Breaks: libsqlite3-0 (<< 3.6.12)
Filename: pool/universe/p/python-axiom/python-axiom_0.7.5-1_all.deb
Size: 174876
MD5sum: 6629d1346ab0f4a7c627b8ff8ab4c534
SHA1: a13e2d68132ddb61a913b06069ed668de1f0df01
SHA256: 2eec48e69ea16b227d40714de767da4db9ef8a8d78b22a5001571556aa668358
Description-en: Python object database
Divmod Axiom is an object database, or alternatively, an
object-relational mapper, implemented on top of Python.
.
Its primary goal is to provide an object-oriented layer with the key
aspects of OOP (Object Oriented Programming), i.e. polymorphism and
message dispatch, without hindering the power of an RDBMS (Relational
DataBase Management System).
.
Axiom is a live database, not only an SQL generation tool: it includes
an implementation of a scheduler service, external file references,
automatic upgrades, robust failure handling, and Twisted integration.
.
Axiom is tightly integrated with Twisted, and can store, start, and
stop Twisted services directly from the database using the included
'axiomatic' command-line tool.
.
Note: Axiom currently supports only SQLite and does NOT have any
features for dealing with concurrency.
Description-md5: ae152d9d8855b90b1eaba5fc9ceea8dd
Homepage: https://github.com/twisted/axiom
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu