If you need to get list of available packages for update in Fedora you can use next command:
yum clean all && yum check-update
And the same for Debian:
apt-get clean all && apt-get -qqs dist-upgrade
-qq options stand for quite output and -s stands for simulation with no action.
Didn’t find the answer to your question? Ask it our administrators to reply we will publish on website.