feature request: support showing properties for all installed packages in xbps-query
还没有人认领这个 Issue。
评估
调研方向
Start with the xbps-query command and its existing --list-pkgs and --property behavior. Decide whether the feature should use the default mode or a separate option, then verify that installed_size, pkgver, and architecture can be shown for every installed package without the awk/xargs pipeline.
由索引模型根据 Issue 内容生成。
描述
Currently showing properties for packages in xbps-query requires the package name.
And batch query can be achieved by piping to xargs but it's more slow:
xbps-query --list-pkgs \
| awk '{ print $2 }' \
| xargs -rn1 xbps-query --property installed_size,pkgver,architecture
It would be great if xbps-query can support showing properties of all installed packages by default or by a seperate option.
- 主要语言
- C
- 星标
- 1.1k
- 派生
- 151
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
void-linux/xbps 的其他 Issue
-
难度 1/5 1 小时以内 新手友好度 68/100
void-linux/xbps#475 ·
-
难度 4/5 3-5 天 新手友好度 55/100
void-linux/xbps#700 ·
-
bug
难度 3/5 1-2 天 新手友好度 45/100
void-linux/xbps#696 ·
-
难度 3/5 1-2 天 新手友好度 52/100
void-linux/xbps#695 · 7 条评论 ·
-
难度 4/5 3-5 天 新手友好度 48/100
void-linux/xbps#694 · 3 条评论 ·
相似的 Issue
-
bug
难度 2/5 1-3 小时 新手友好度 75/100
bradcypert/plum#53 ·
-
Component: GLib
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 2/5 1-3 小时 新手友好度 75/100
-
Status: Opened
难度 2/5 1-3 小时 新手友好度 70/100
-
难度 2/5 1-3 小时 新手友好度 75/100
nextbsd/nextbsd-userland#285 ·