hyfetch
hyfetch copied to clipboard
dnf fast path is sometime wrong on opensuse
Describe the bug
The dnf fast package count in get_packages() using sqlite3 to read the dnf package cache shows a different result then the normal rpm -qa | wc -l
on my OpenSUSE machine.
- [x] Does this issue still occur in the master branch? (Required)
Expected behavior
A package count of 2030 for dnf instead of 2022.
Config file
(It's the default)
Verbose log
neofetch.log (with sqlite3 installed, fast path is used)
neofetch.log (without sqlite3 installed, slow rpm -qa | wc -l
is used)