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

Last updated: November 26,2024

1. Install "python-quixote" package

This guide covers the steps necessary to install python-quixote on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-quixote

2. Uninstall "python-quixote" package

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

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

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

Package: python-quixote
Priority: optional
Section: universe/web
Installed-Size: 411
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Source: quixote
Version: 2.7~b2-1.1
Replaces: python2.3-quixote (<< 2.4-6), python2.4-quixote (<< 2.4-6), quixote (<< 2.4-6)
Provides: python2.7-quixote
Depends: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.4)
Recommends: python-quixote-doc
Conflicts: python2.3-quixote (<< 2.4-6), python2.4-quixote (<< 2.4-6), quixote (<< 2.4-6)
Filename: pool/universe/q/quixote/python-quixote_2.7~b2-1.1_amd64.deb
Size: 91906
MD5sum: 2e501d578235ddf79e0ec41d575f4a84
SHA1: 8d9ea80d30d939adaa922bb58a90b9aca51fe29a
SHA256: d34eea1f289ad4cbcfe3525e570f3b87435e970b8ab24742007f3c6ecc2eea7d
Description-en: A highly Pythonic Web application framework
Quixote is yet another framework for developing Web applications in
Python. The design goals were:
.
1) To allow easy development of Web applications where the
emphasis is more on complicated programming logic than
complicated templating.
.
2) To make the templating language as similar to Python as possible,
in both syntax and semantics. The aim is to make as many of the
skills and structural techniques used in writing regular Python
code applicable to Web applications built using Quixote.
.
3) No magic. When it's not obvious what to do in
a certain case, Quixote refuses to guess.
.
If you view a web site as a program, and web pages as subroutines,
Quixote just might be the tool for you. If you view a web site as a
graphic design showcase, and each web page as an individual work of
art, Quixote is probably not what you're looking for.
Description-md5: a213feb518a1666283aa833109cdbf95
Homepage: http://www.mems-exchange.org/software/quixote/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu