How to Install and Uninstall jless Package on openSuSE Tumbleweed

Last updated: November 09,2024

1. Install "jless" package

This tutorial shows how to install jless on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install jless

2. Uninstall "jless" package

Please follow the guidance below to uninstall jless on openSuSE Tumbleweed:

$ sudo zypper remove jless

3. Information about the jless package on openSuSE Tumbleweed

Information for package jless:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : jless
Version : 0.9.0-1.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 3.4 MiB
Installed : No
Status : not installed
Source package : jless-0.9.0-1.3.src
Upstream URL : https://jless.io/
Summary : Pager for JSON (or YAML) data
Description :
JLess is a command-line JSON viewer designed for reading, exploring, and
searching through JSON data.
JLess will pretty print your JSON and apply syntax highlighting. Use it when
exploring external APIs, or debugging request payloads.
Expand and collapse Objects and Arrays to grasp the high- and low-level
structure of a JSON document. JLess has a large suite of vim-inspired commands
that make exploring data a breeze.
JLess supports full text regular-expression based search. Quickly find the data
you're looking for in long String values, or jump between values for the same
Object key.