View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009520 | Kali Linux | Kali Package Bug | public | 2026-01-24 05:53 | 2026-01-24 05:53 |
| Reporter | ovi-lol | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | new | Resolution | open | ||
| Summary | 0009520: subfinder 2.12.0-0kali1 installs without binary (deb contains only /usr/share/doc), command not found | ||||
| Description | Problem: Steps to reproduce: Expected result: Actual result: Environment:
Package info:
Evidence:
| ||||
| Attached Files | issue (151 bytes)
subfinder -h /usr/share/kali-menu/exec-in-shell: 1: eval: subfinder: not found ┌──(ovi㉿ovi)-[~] └─$ subfinder subfinder: command not found issue2 (453 bytes)
{
echo "== apt-cache policy subfinder ==";
apt-cache policy subfinder;
echo;
echo "== dpkg -s subfinder ==";
dpkg -s subfinder;
echo;
echo "== dpkg -L subfinder ==";
dpkg -L subfinder;
echo;
echo "== dpkg-deb -c downloaded deb ==";
dpkg-deb -c subfinder_*_amd64.deb;
echo;
echo "== uname -a ==";
uname -a;
echo;
echo "== lsb_release -a ==";
lsb_release -a 2>/dev/null || cat /etc/os-release;
} > subfinder-kali-bug.txt
| ||||