You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
**qp** queries over 6x faster than native package searching while returning more comprehensive metadata than native package search solutions.
6
6
7
-
Query packages from `apk`, `brew`, `pacman`, `apt`, `flatpak`, `snap`, `npm`, `pipx`, `dnf`, and `opkg`. Ecosystems are added frequently!
7
+
Query packages from `apk`, `brew`, `pacman`, `apt`, `flatpak`, `snap`, `npm`, `pipx`, `dnf`, `pkgtool`, and `opkg`. Ecosystems are added frequently!
8
8
9
9
**qp** supports querying with full boolean logic for package metadata, dependency relations, and more.
10
10
@@ -54,7 +54,8 @@ This package is compatible with the following platforms and distributions:
54
54
-[Mabox Linux](https://maboxlinux.org/)
55
55
-[Zorin OS](https://zorin.com/os/)
56
56
-[elementary OS](https://elementary.io/)
57
-
- The 50 other Arch, Debian, and Fedora-based distros, as long as they have `apk`, `apt`/`dpkg`, `brew`, `pacman`, `flatpak`, `dnf`/`yum`, or `opkg` installed.
57
+
-[Slackware](http://www.slackware.com/)
58
+
- The 50 other Arch, Debian, and Fedora-based distros, as long as they have `apk`, `apt`/`dpkg`, `brew`, `pacman`, `flatpak`, `dnf`/`yum`, `pkgtool`, or `opkg` installed.
58
59
59
60
**qp** also detects and queries other system level package managers like `flatpak`, `snap`, `npm`, and `pipx` for globally installed applications, expanding package discovery beyond traditional system package management.
60
61
@@ -66,7 +67,7 @@ This package is compatible with the following platforms and distributions:
66
67
* Compatible with MacOS, Arch, Debian, OpenWrt, and over 60 distros
67
68
* Supports multiple ecosystems:
68
69
* System package managers:
69
-
*`apk`, `pacman`, `brew`, `apt`/`dpkg`, `dnf`/`yum`, and `opkg`
70
+
*`apk`, `pacman`, `brew`, `apt`/`dpkg`, `dnf`/`yum`, `pkgtool`, and `opkg`
70
71
* Application package managers:
71
72
*`flatpak`, `snap`, `npm`, and `pipx`
72
73
* Query packages using an expressive query language
@@ -197,6 +198,7 @@ Learn about installation [here](#Installation).
@@ -8,7 +8,7 @@ qp \- query packages. A CLI utility for querying installed packages across multi
8
8
9
9
.SH DESCRIPTION
10
10
.Bqp
11
-
is a fast, flexible, and standalone CLI utility for querying installed packages across multiple package ecosystems and operating systems. It supports Arch Linux (pacman), Debian/Ubuntu (apt/dpkg), Homebrew (brew), OpenWrt (opkg), Fedora/RHEL (dnf/yum), Alpine Linux (apk), and application-level ecosystems like pipx, npm, snap, + flatpak.
11
+
is a fast, flexible, and standalone CLI utility for querying installed packages across multiple package ecosystems and operating systems. It supports Arch Linux (pacman), Debian/Ubuntu (apt/dpkg), Homebrew (brew), OpenWrt (opkg), Fedora/RHEL (dnf/yum), Alpine Linux (apk), pkgtool (Slackware), and application-level ecosystems like pipx, npm, snap, + flatpak.
0 commit comments