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

Last updated: May 18,2024

1. Install "python3-jmespath" package

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

$ sudo apt update $ sudo apt install python3-jmespath

2. Uninstall "python3-jmespath" package

Please follow the instructions below to uninstall python3-jmespath on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-jmespath
Priority: optional
Section: universe/python
Installed-Size: 90
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-jmespath
Version: 0.9.0-2
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-jmespath/python3-jmespath_0.9.0-2_all.deb
Size: 16638
MD5sum: 02ac640026844042ec1558a3f4c68456
SHA1: eb45d423ce3f230d181a3b47916964a10a9c02ca
SHA256: 83b994b1ac413a1a8b2dff55cfc38a55e1bc2228dc6773bacbb776b88ffb1c1d
Description-en: JSON Matching Expressions (Python 3)
JMESPath is python library which allows you to declaratively specify how
to extract elements from a JSON document.
.
This package contains the module for Python 3.
Description-md5: ac09f316db5a4e759a8b7593617b1b6c
Homepage: https://github.com/boto/jmespath
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu