How to Install and Uninstall libjq-dev Package on Kali Linux

Last updated: May 20,2024

1. Install "libjq-dev" package

Please follow the instructions below to install libjq-dev on Kali Linux

$ sudo apt update $ sudo apt install libjq-dev

2. Uninstall "libjq-dev" package

This is a short guide on how to uninstall libjq-dev on Kali Linux:

$ sudo apt remove libjq-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjq-dev package on Kali Linux

Package: libjq-dev
Source: jq
Version: 1.7.1-2
Installed-Size: 61
Maintainer: ChangZhuo Chen (陳昌倬)
Architecture: amd64
Depends: libjq1 (= 1.7.1-2)
Size: 24520
SHA256: 385f78e9d7a012d0c2efeeef900b4c5d54dfb880ce7947125979e5c75c47e08f
SHA1: 3c953b7d9132201ba88407a756e1d9933a013e4e
MD5sum: 524ec3d4f69bf1c54105e9bfb74bf429
Description: lightweight and flexible command-line JSON processor - development files
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 development files.
Description-md5:
Multi-Arch: same
Homepage: https://jqlang.github.io/jq
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/j/jq/libjq-dev_1.7.1-2_amd64.deb