How to Install and Uninstall fq Package on openSuSE Tumbleweed

Last updated: May 16,2024

1. Install "fq" package

This guide covers the steps necessary to install fq on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install fq

2. Uninstall "fq" package

Here is a brief guide to show you how to uninstall fq on openSuSE Tumbleweed:

$ sudo zypper remove fq

3. Information about the fq package on openSuSE Tumbleweed

Information for package fq:
---------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : fq
Version : 0.9.0-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 12.0 MiB
Installed : No
Status : not installed
Source package : fq-0.9.0-1.2.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.