> For the complete documentation index, see [llms.txt](https://learn.farizizwan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.farizizwan.com/devops-and-devsecops/system-administration-linux/redhat-derivatives/yum-update-vs-yum-upgrade.md).

# Yum Update vs Yum Upgrade

"`yum upgrade"` and "`yum update"` will perform the same function that updates the packages to the latest version..

1. "yum upgrade" updates the packages and forces the removal of obselete packages.
2. "yum update" update the packages without removing obselete packages.
