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
Fix detection of upgrades in RedHat based systems
The regexp was excluding a lot of yum check update lines.
Use dnf instead of yum
First update the cache and then check update without updating the cache.