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

Last updated: September 20,2024

1. Install "python-jsonpipe" package

This guide let you learn how to install python-jsonpipe on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-jsonpipe

2. Uninstall "python-jsonpipe" package

This guide let you learn how to uninstall python-jsonpipe on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-jsonpipe
Priority: optional
Section: universe/python
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Dominique Belhachemi
Architecture: all
Source: jsonpipe
Version: 0.0.8-5
Provides: python2.7-jsonpipe
Depends: python:any (>= 2.7.5-5~), python:any (<< 2.8), python-simplejson, python, python-calabash, python-pkg-resources
Filename: pool/universe/j/jsonpipe/python-jsonpipe_0.0.8-5_all.deb
Size: 7786
MD5sum: a4517153bb0288a798312d8299a50bc0
SHA1: f9f136a892424788e2cade0f3d6851d8cd620cae
SHA256: 5cfc1a12a624fb91e77bcfdd20cc420aa88e2e669ce47953e3d54dcb6a74345a
Description-en: Convert JSON to a UNIX-friendly line-based format
jsonpipe traverses a JSON object and produces a simple, line-based textual
format which can be processed by all your UNIX favourites like grep, sed,
awk, cut and diff. It may also be valuable within
programming languages---in fact, it was originally conceived as a way of
writing simple test assertions against JSON output without coupling the tests
too closely to the specific structure used.
Description-md5: b1899b410e86f703f2be31bc9b769e07
Homepage: http://pypi.python.org/pypi/jsonpipe
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu