Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

feature request: support showing properties for all installed packages in xbps-query

Đang mở
#596 1 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
4/5
Thời gian dự kiến
3-5 ngày
Mức phù hợp với người mới
38/100
Loại issue
Tính năng
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Đình trệ
Công nghệ
c
Lĩnh vực
cli

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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.

Ngôn ngữ chính
C
Star
1.1k
Fork
151
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của void-linux/xbps

Tất cả issue của void-linux/xbps

Issue tương tự

Thêm issue về C

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.