You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Neofetch seems to get number of packages from the output of "dpkg --get-selections", which, at least in case of Debian Sid, displays both installed and uninstalled packages. The correct number of installed packages is given by "apt list --installed | wc -l"
Does this issue still occur in the master branch? (Required if issue)
Yes.