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

Last updated: May 16,2024

1. Install "python-nevow" package

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

$ sudo apt update $ sudo apt install python-nevow

2. Uninstall "python-nevow" package

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

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

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

Package: python-nevow
Architecture: all
Version: 0.13.0-1ubuntu1
Priority: optional
Section: universe/devel
Source: nevow
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2514
Provides: python2.7-nevow
Depends: dpkg (>= 1.14.17~), python-twisted, python:any (<< 2.8), python:any (>= 2.7.5-5~), libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/n/nevow/python-nevow_0.13.0-1ubuntu1_all.deb
Size: 467978
MD5sum: 00cfb6712b45e69b7762b74aa8be23c6
SHA1: 3345ae15ce240c42830a71b0a07c198c3ee0fa7e
SHA256: 02ceba53cd5e8dd6290a82c042e42d671710ef85f3750f8c7754f47382a711b3
SHA512: 5bf1729e7a99f656de1d9eb211e0bea0853a08efce4bac4e280c5aab5322d0324a8a4bdeda8adf35a49c76f3eb44ecc48bccca08222e1e20890b3f4e1650501b
Homepage: https://github.com/twisted/nevow
Description-en: Web application templating system for Python and Twisted
Nevow's main focus is on separating the HTML template from both the
business logic and the display logic, while allowing the programmer
to write pure Python code as much as possible. It separates your code
into 'data' and 'render' functions, a simplified implementation of
traditional MVC. It has various parts which can be used individually
or as a whole, integrated web solution:
.
- XHTML templates: contain no programming logic, only nodes tagged
with nevow attributes
- data/render methods: simplified MVC
- stan: An s-expression-like syntax for expressing xml in pure Python
- formless: For describing the types of objects which may be passed
to methods of your classes, validating and coercing string input from
either web or command-line sources, and calling your methods
automatically once validation passes
- freeform: For rendering web forms based on formless type
descriptions, accepting form posts and passing them to formless
validators, and rendering error forms in the event validation fails
- livepage: Cross-browser JavaScript glue for sending client side
events to the server and server side events to the client after the
page has loaded, without causing the entire page to refresh
Description-md5: 2a2688e0d42aa62c5c4b762ee7e70717

Package: python-nevow
Priority: optional
Section: universe/devel
Installed-Size: 2514
Maintainer: Ubuntu Developers
Original-Maintainer: Vincent Bernat
Architecture: all
Source: nevow
Version: 0.13.0-1
Provides: python2.7-nevow
Depends: dpkg (>= 1.14.17~), python-twisted, python:any (<< 2.8), python:any (>= 2.7.5-5~), libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/n/nevow/python-nevow_0.13.0-1_all.deb
Size: 467978
MD5sum: 447a45b34b090622d6cddd022374ab89
SHA1: e08e823c6ec5a908ec987902c4986f53158162f2
SHA256: affae756aeb05e2967a2244b00b4165699c9e6982f21aca728db3aee92df8cd5
Description-en: Web application templating system for Python and Twisted
Nevow's main focus is on separating the HTML template from both the
business logic and the display logic, while allowing the programmer
to write pure Python code as much as possible. It separates your code
into 'data' and 'render' functions, a simplified implementation of
traditional MVC. It has various parts which can be used individually
or as a whole, integrated web solution:
.
- XHTML templates: contain no programming logic, only nodes tagged
with nevow attributes
- data/render methods: simplified MVC
- stan: An s-expression-like syntax for expressing xml in pure Python
- formless: For describing the types of objects which may be passed
to methods of your classes, validating and coercing string input from
either web or command-line sources, and calling your methods
automatically once validation passes
- freeform: For rendering web forms based on formless type
descriptions, accepting form posts and passing them to formless
validators, and rendering error forms in the event validation fails
- livepage: Cross-browser JavaScript glue for sending client side
events to the server and server side events to the client after the
page has loaded, without causing the entire page to refresh
Description-md5: 2a2688e0d42aa62c5c4b762ee7e70717
Homepage: https://github.com/twisted/nevow
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu