Feature Requests
New / Open / Unreviewed
[Request] indicate broken install
Sometimes updates aren't installed due to a broken install.
It would be great to have some kind of indicator like the reboot needed to show when there is a broken package and more manual intervention is needed before updates can be installed.
The following commands can be used to identify a broken package.
dpkg -l | grep -E "^iF|^H|^..r"
or
sudo apt-get check

Very good idea , I like this a lot. I will add it to the roadmap
Many thanks !
iby___