Forrest logo
back to the yum tool

yum:tldr:f4661

yum: Display available updates for installed packages.
$ yum check-update
try on your machine

The command "yum check-update" is used in Linux systems that use the Yellowdog Updater, Modified (yum) package manager. It is a tool for managing and updating software packages.

When you run the "yum check-update" command, it checks the software repositories configured on your system for any updates available for installed packages. It compares the installed versions of packages with the latest versions available in the repositories.

The output of the command displays a list of packages that have updates available. It usually includes the package name, currently installed version, and the latest version available in the repository.

By running "yum check-update" periodically, you can see if any updates are available for your installed packages, allowing you to keep your system up-to-date with the latest software versions and security patches.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the yum tool