BlueBuildB
BlueBuild12mo ago
Heus

packages being installed without being required

I was wondering why my image had apps that I didn't use, and I discovered that it was installing packages recommended by other packages. I found out where wofi came from, but I have no idea about nwg-panel.

https://github.com/Heus-Sueh/hyprland/actions/runs/12527697431/job/34941530740#step:2:2938

https://github.com/Heus-Sueh/hyprland/actions/runs/12527697431/job/34941530740#step:2:2911

https://github.com/Heus-Sueh/hyprland/blob/main/recipes/modules/pkgs.yml

I ended up finding this command that helped me find out which package was requiring or recommending wofi:
dnf5 repoquery --whatdepends <package-name>
Was this page helpful?