Many times I have seen people upgrading the packages on their system, and I have noticed that some of them specifically run:
sudo apt-get upgrade
Before running:
sudo apt-get dist-upgrade
Is this really necessary? Doesn't running dist-upgrade cover what upgrade does and more? Or is there some real reason to run the upgrade command before the dist-upgrade command?