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

Last updated: November 16,2024

1. Install "python-zope.publisher" package

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

$ sudo apt update $ sudo apt install python-zope.publisher

2. Uninstall "python-zope.publisher" package

Please follow the step by step instructions below to uninstall python-zope.publisher on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-zope.publisher $ sudo apt autoclean && sudo apt autoremove

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

Package: python-zope.publisher
Priority: extra
Section: universe/python
Installed-Size: 419
Maintainer: Ubuntu Developers
Original-Maintainer: Debian/Ubuntu Zope Team
Architecture: all
Source: zope.publisher
Version: 3.12.6-2ubuntu1
Provides: python2.7-zope.publisher
Depends: python-pkg-resources, python-zope, python-zope.browser, python-zope.component, python-zope.configuration, python-zope.contenttype (>= 3.5), python-zope.event, python-zope.exceptions, python-zope.i18n, python-zope.interface, python-zope.location, python-zope.proxy, python-zope.security, python2.7, python (>= 2.7.1-0ubuntu2), python (<< 2.8)
Suggests: python-zope.testing
Conflicts: zope3
Filename: pool/universe/z/zope.publisher/python-zope.publisher_3.12.6-2ubuntu1_all.deb
Size: 83472
MD5sum: e00bb9a1fa931aac5b024d895799fb8f
SHA1: 7894c6b7dd376fe3c86db7f79e5d355bb998d788
SHA256: f10fd7ed2eaac9e369ca1624ec52bba3791db6edf6834de68a079b2103b609a8
Description-en: Zope publisher publishes Python objects on the web
zope.publisher allows you to publish Python objects on the web. It has support
for plain HTTP/WebDAV clients, web browsers as well as XML-RPC and FTP clients.
Input and output streams are represented by request and response objects which
allow for easy client interaction from Python. The behaviour of the publisher
is geared towards WSGI compatibility.
Description-md5: 3690568f6bb0c61e8a4e1026bd02019e
Homepage: http://pypi.python.org/pypi/zope.publisher
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu