CachyOS / CachyOS/CachyOS-Settings
cachyos-bugreport.sh "Installed packages" too minimal
- Dominant language
- Shell
- Stars
- 443
- Forks
- 76
- PR merge metrics
- No merged PRs in 30d
Description
The current output in the bugreport listing "Installed packages"
https://github.com/CachyOS/CachyOS-Settings/blob/a559ecccf0844dc1f4a81bdedf3b5e15899304b6/usr/bin/cachyos-bugreport.sh#L50C1-L60C2
only prints those coming from the Cachy micro-architecture repos (v3, v4, znver4).
This outputs a list only containing a handful of packages.
A copy taken from a recent [example](https://paste.cachyos.org/p/76731c2.log):
```
Installed packages
cachyos-znver4/acl 2.3.2-1.1 [installed]
cachyos-znver4/bash 5.3.3-3 [installed]
cachyos-znver4/binutils 2.45+r29+g2b2e51a31ec7-2 [installed]
cachyos-znver4/clang 20.1.8-2 [installed]
cachyos-znver4/gcc 15.2.1+r22+gc4e96a094636-2 [installed]
cachyos-znver4/gcc-libs 15.2.1+r22+gc4e96a094636-2 [installed]
cachyos-znver4/glibc 2.42+r17+gd7274d718e6f-2 [installed]
cachyos-znver4/jdk-openjdk 24.0.2.u12-2 [installed]
cachyos-znver4/lib32-gcc-libs 15.2.1+r22+gc4e96a094636-2 [installed]
cachyos-znver4/lib32-glibc 2.42+r17+gd7274d718e6f-2 [installed]
cachyos-znver4/lib32-mesa 1:25.2.2-2 [installed]
cachyos-znver4/lib32-nvidia-utils 580.82.07-2 [installed]
cachyos-znver4/lib32-opencl-nvidia 580.82.07-2 [installed]
cachyos-znver4/lib32-vulkan-radeon 1:25.2.2-2 [installed]
cachyos-znver4/lib32-zlib-ng 2.2.5-1 [installed]
cachyos-znver4/lib32-zlib-ng-compat 2.2.5-1 [installed]
cachyos-znver4/lib32-zstd 1.5.7-2 [installed]
cachyos-znver4/libtool 2.5.4+r62+g6389dce8-2 [installed]
cachyos-znver4/libxnvctrl 580.82.07-2 [installed]
cachyos-znver4/linux-api-headers 1:6.16-2 [installed]
cachyos-znver4/linux-cachyos 6.16.4-4 [installed]
cachyos-znver4/linux-cachyos-headers 6.16.4-4 [installed]
cachyos-znver4/linux-cachyos-nvidia 6.16.4-4 [installed]
cachyos-znver4/llvm 20.1.8-2 [installed]
cachyos-znver4/llvm-libs 20.1.8-2 [installed]
cachyos-znver4/lz4 1:1.10.0-3 [installed]
cachyos-znver4/mesa 1:25.2.2-2 [installed]
cachyos-znver4/nvidia-settings 580.82.07-2 [installed]
cachyos-znver4/nvidia-utils 580.82.07-2 [installed]
cachyos-znver4/opencl-nvidia 580.82.07-2 [installed]
cachyos-znver4/php 8.4.12-2 [installed]
cachyos-znver4/python 3.13.7-2 [installed]
cachyos-znver4/ripgrep 14.1.1-2 [installed]
cachyos-znver4/scx-scheds 1.0.15-3 [installed]
cachyos-znver4/sqlite 3.50.4-2 [installed]
cachyos-znver4/svt-av1 3.1.2-2 [installed]
cachyos-znver4/vulkan-radeon 1:25.2.2-2 [installed]
cachyos-znver4/xz 5.8.1-2 [installed]
cachyos-znver4/zlib-ng 2.2.5-1 [installed]
cachyos-znver4/zlib-ng-compat 2.2.5-1 [installed]
cachyos-znver4/zstd 1.5.7-3 [installed]
--------------------------------------------
```
This is such a small fraction of installed packages as to be of little use.
Listing cachy-specific packages is nice in a way, but it should probably include those from the base `cachyos` repo too.
In the context of the bugreport it might make more sense to list all packages, possibly including their repo/source, and also delineating foreign packages as well.
Contributor guide
Assessment
This issue has not been assessed yet.