dylanaraps / neofetch

🖼️ A command-line system information tool written in bash 3.2+
MIT License
21.88k stars 1.76k forks source link

Wrong number of dpkg packages in Debian Unstable #2278

Open moondownr opened 1 year ago

moondownr commented 1 year ago

Description

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"

Neofetch version

7.1.0

Screenshot

https://imgur.com/dWYNg3X

Config file

https://controlc.com/21699b20

Verbose log

https://pastebin.com/WwbsDjpc