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
+32-6Lines changed: 32 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,9 @@ this package is compatible with the following plaforms and distributions:
48
48
-[elementary OS](https://elementary.io/)
49
49
- the 50 other arch and debian-based distros, as long as they have `pacman`, `apt`, `brew`,`dpkg`, or `opkg` installed
50
50
51
-
`qp` also runs on embedded linux systems, including meta-distributions like [yocto](https://www.yoctoproject.org/) that use `opkg` (`.ipk` packages) or `apt`/`dpkg` (`.deb` packages). `rpm` support is currently on the way!
51
+
`qp` also detects and queries application-specific package managers like `pipx` for isolated python applications, expanding package discovery beyond traditional system package management.
52
+
53
+
`qp` supports embedded linux systems, including meta-distributions like [yocto](https://www.yoctoproject.org/) that use `opkg` (`.ipk` packages) or `apt`/`dpkg` (`.deb` packages). `rpm` support is currently on the way!
52
54
53
55
more distros and non-linux platforms are planned!
54
56
@@ -57,7 +59,10 @@ more distros and non-linux platforms are planned!
57
59
* list installed packages across supported systems
58
60
* compatible with macOS, arch, debian, openwrt, and over 60 distros
0 commit comments