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

Last updated: September 20,2024

1. Install "python3-zope.schema" package

Please follow the step by step instructions below to install python3-zope.schema on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-zope.schema

2. Uninstall "python3-zope.schema" package

This tutorial shows how to uninstall python3-zope.schema on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-zope.schema $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-zope.schema
Priority: extra
Section: universe/zope
Installed-Size: 327
Maintainer: Ubuntu Developers
Original-Maintainer: Debian/Ubuntu Zope Team
Architecture: all
Source: zope.schema
Version: 4.4.2-3
Depends: python3-pkg-resources, python3-zope.event, python3-zope.interface, python3:any (>= 3.3.2-2~)
Conflicts: zope3
Filename: pool/universe/z/zope.schema/python3-zope.schema_4.4.2-3_all.deb
Size: 44184
MD5sum: a0675f7261b60e20415c4a3b87b81dd7
SHA1: 2130850b039631b8e163dbbffa15c8800901e3e4
SHA256: c42b38e087ebe3104c9fe9ee2415ac80a6d14727451af4db8cac8656716fb824
Description-en: zope.interface extension for defining data schemas
Schemas extend the notion of interfaces to detailed descriptions of
Attributes (but not methods). Every schema is an interface and
specifies the public fields of an object. A *field* roughly
corresponds to an attribute of a Python object. But a Field provides
space for at least a title and a description. It can also constrain
its value and provide a validation method. Besides you can optionally
specify characteristics such as its value being read-only or not
required.
.
This is the Python 3 version.
Description-md5: a839be4536604dee776dbe006cf6eddd
Homepage: http://pypi.python.org/pypi/zope.schema
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu