I am a recent Fedora convert coming from Ubuntu. I can manage to get around Fedora with no problems, but there are still a few things erking me...
On Ubuntu to update and upgrade in the terminal, which I prefer I would type in these commands:
sudo apt-get update (to update the repos)
sudo apt-get upgrade (to upgrade software installed on the computer)
sudo apt-get dist-upgrade (to upgrade the distro and kernel)
sudo apt-get auto-clean && sudo apt-get clean (to clean up the pc)
What is the Fedora equivalent to these? I know:
su - (to get to root)
yum update (to update)
yum upgrade (to upgrade)
or are these wrong?