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

Last updated: May 21,2024

1. Install "python3-voluptuous" package

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

$ sudo apt update $ sudo apt install python3-voluptuous

2. Uninstall "python3-voluptuous" package

In this section, we are going to explain the necessary steps to uninstall python3-voluptuous on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-voluptuous $ sudo apt autoclean && sudo apt autoremove

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

Package: python3-voluptuous
Priority: optional
Section: universe/python
Installed-Size: 89
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: voluptuous
Version: 0.8.8-1ubuntu1
Depends: python3-pkg-resources, python3:any (>= 3.3.2-2~)
Filename: pool/universe/v/voluptuous/python3-voluptuous_0.8.8-1ubuntu1_all.deb
Size: 19360
MD5sum: 8eea558b2d5378dc43ce7e21cf989f60
SHA1: fed8aae7ed5a56a2b1942a7f36f5fc812779f3da
SHA256: d9bf634635db1390174f696181c1c7c035839c8ad7efa435e8342651caa23342
Description-en: Python library to validate data - Python 3.x
Voluptuous is primarily intended to validate data coming in to Python
as JSON, YAML, etc. The aim is to offer a light-weight style with three
main goals:
1. simplicity
2. support for complex data structures
3. provide useful error messages
.
It has been inspired by Validino and to a lesser extent by jsonvalidator and
json_schema.
.
This package provides the Python 3.x module.
Description-md5: e7ef189e3d60e121b99c57e3694c17e5
Homepage: https://github.com/alecthomas/voluptuous
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu