How to Install and Uninstall libjq1 Package on Kali Linux

Last updated: April 27,2024

1. Install "libjq1" package

This is a short guide on how to install libjq1 on Kali Linux

$ sudo apt update $ sudo apt install libjq1

2. Uninstall "libjq1" package

Learn how to uninstall libjq1 on Kali Linux:

$ sudo apt remove libjq1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjq1 package on Kali Linux

Package: libjq1
Source: jq
Version: 1.7.1-2
Installed-Size: 426
Maintainer: ChangZhuo Chen (陳昌倬)
Architecture: amd64
Depends: libc6 (>= 2.35), libonig5 (>= 6.8.1)
Size: 162796
SHA256: e9dca89fc6009dcea4ce2d9f79efff602d00a8a1f64f19eef05b620a7da73a92
SHA1: 5c90867c4b2ff6fa22ac3f6373089ea83257d946
MD5sum: 426317c6e0ebe47bbcb69735f3c4a649
Description: lightweight and flexible command-line JSON processor - shared library
jq is like sed for JSON data – you can use it to slice
and filter and map and transform structured data with
the same ease that sed, awk, grep and friends let you
play with text.
.
It is written in portable C, and it has minimal runtime
dependencies.
.
jq can mangle the data format that you have into the
one that you want with very little effort, and the
program to do so is often shorter and simpler than
you’d expect.
.
This package contains the shared library.
Description-md5:
Multi-Arch: same
Homepage: https://jqlang.github.io/jq
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/j/jq/libjq1_1.7.1-2_amd64.deb