There are times when you just want to check updatable packages on Linux. I will just cover apt and yum in this article.
apt
apt list --upgradable
yum
yum check-update
The output of apt list –upgradable looks like the following image.
Tech Notes of Mine