`dnf install fastfetch` should suggests the libs but not the binaries. For example package `sqlite` installs the binary `sqlite`, while fastfetch uses only the .so lib, so that installing `sqlite-lib` is enough. In addition, because `rpm` uses `sqlite` to store RPM packages information, `sqlite-lib` should be always preinstalled in rhel and fedora based distros. Therefore fastfetch should work out of box without installing additional dependencies. https://src.fedoraproject.org/rpms/fastfetch/blob/rawhide/f/fastfetch.spec#_60 Same as chafa & ddcutil. In addition, all recommended dependencies except hwdata should be optional, which means a simple `dnf install fastfetch` shouldn't install any dependencies except hwdata. For example: fastfetch shouldn't recommend x11-libs to people which use only Linux console. Reproducible: Always
FEDORA-2025-dd95117059 (fastfetch-2.39.1-1.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-dd95117059
FEDORA-2025-dd95117059 (fastfetch-2.39.1-1.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.