Questo contenuto non è disponibile nella lingua selezionata.
Chapter 6. Updating RHEL 8 content
With the {PackageManager} software management tool, you can check for available package updates and install them selectively. You can update individual packages, multiple packages, or all packages simultaneously. {PackageManager} automatically handles dependency resolution, ensuring that any required dependencies are also updated.
You can manage software updates in the RHEL web console, which provides a graphical interface for {PackageManager}.
6.1. Checking for updates Copia collegamentoCollegamento copiato negli appunti!
To identify which packages installed on your system have available updates, you can list them.
Procedure
Check the available updates for installed packages:
yum check-update
# yum check-updateCopy to Clipboard Copied! Toggle word wrap Toggle overflow The output returns the list of packages and their dependencies that have an update available.
6.2. Updating packages Copia collegamentoCollegamento copiato negli appunti!
You can use YUM to update a single package or all packages and their dependencies at once.
When applying updates to kernel, YUM always installs a new kernel regardless of whether you are using the yum update or yum install command. Note that this only applies to packages identified by using the installonlypkgs YUM configuration option. Such packages include, for example, the kernel, kernel-core, and kernel-modules packages.
Depending on your scenario, use one of the following options to apply updates:
To update all packages and their dependencies, enter:
yum update
# yum updateCopy to Clipboard Copied! Toggle word wrap Toggle overflow To update a single package, enter:
yum update <package_name>
# yum update <package_name>Copy to Clipboard Copied! Toggle word wrap Toggle overflow
If you upgraded the GRUB boot loader packages on a BIOS or IBM Power system, reinstall GRUB. See Reinstalling GRUB.
6.3. Updating package groups Copia collegamentoCollegamento copiato negli appunti!
Package groups bundle multiple packages, and you can use package groups to update all packages assigned to a group in a single step.
Procedure
Update packages from a specific package group:
yum group update <group_name>
# yum group update <group_name>Copy to Clipboard Copied! Toggle word wrap Toggle overflow
If you upgraded the GRUB boot loader packages on a BIOS or IBM Power system, reinstall GRUB. See Reinstalling GRUB.