How to Install and Uninstall jless Package on openSUSE Leap

Last updated: June 26,2024

1. Install "jless" package

This guide covers the steps necessary to install jless on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install jless

2. Uninstall "jless" package

Here is a brief guide to show you how to uninstall jless on openSUSE Leap:

$ sudo zypper remove jless

3. Information about the jless package on openSUSE Leap

Information for package jless:
------------------------------
Repository : Main Repository
Name : jless
Version : 0.8.0-bp155.1.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.8 MiB
Installed : No
Status : not installed
Source package : jless-0.8.0-bp155.1.9.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.