How to Install and Uninstall fq Package on openSUSE Leap

Last updated: May 16,2024

1. Install "fq" package

Please follow the step by step instructions below to install fq on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install fq

2. Uninstall "fq" package

Please follow the step by step instructions below to uninstall fq on openSUSE Leap:

$ sudo zypper remove fq

3. Information about the fq package on openSUSE Leap

Information for package fq:
---------------------------
Repository : Main Repository
Name : fq
Version : 0.0.10-bp155.1.10
Arch : x86_64
Vendor : openSUSE
Installed Size : 10.8 MiB
Installed : No
Status : not installed
Source package : fq-0.0.10-bp155.1.10.src
Upstream URL : https://github.com/wader/fq
Summary : CLI tool and REPL for working with binary data inspired by jq
Description :
fq is inspired by the well known jq tool and language and allows you to work
with binary formats the same way you would using jq. In addition it can present
data like a hex viewer, transform, slice and concatenate binary data. It also
supports nested formats and has an interactive REPL with auto-completion.