View Issue Details

IDProjectCategoryView StatusLast Update
0007751Kali LinuxKali Package Bugpublic2025-07-14 09:38
ReporterGater Assigned Todaniruiz  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionsuspended 
Product Version2022.2 
Summary0007751: Bug install jq in kali linux
Description

run command:
curl -s 'https://www.example.com/wp-json/wp/v2/posts?per_page=1' | jq '.[0].yoast_head_json.og_image[0].path'

error:
Command 'jq' not found, but can be installed with:
sudo apt install jq
Do you want to install it? (N/y)y
Sorry, command-not-found has crashed! Please file a bug report at:
https://bugs.kali.org/bug_report_page.php

Activities

daniruiz

daniruiz

2022-06-15 17:02

manager   ~0016288

That happens because you have not run apt update before so the cache for apt is outdated.
To install it run sudo apt update && sudo apt install -y jq

daniruiz

daniruiz

2022-06-15 17:04

manager   ~0016289

It might be another issue, so if it happens again (with the same or another tool) please reopen this issue

Issue History

Date Modified Username Field Change
2022-06-12 07:52 Gater New Issue
2022-06-15 17:02 daniruiz Note Added: 0016288
2022-06-15 17:02 daniruiz Assigned To => daniruiz
2022-06-15 17:02 daniruiz Status new => closed
2022-06-15 17:02 daniruiz Resolution open => suspended
2022-06-15 17:04 daniruiz Note Added: 0016289
2025-07-14 09:36 g0tmi1k Priority high => normal
2025-07-14 09:38 g0tmi1k Severity crash => minor