December 2018
Beginner
320 pages
8h 57m
English
We can see whether there are any updates available for the packages installed on our system by executing the command line, as shown here:
$ yum check-update
We can also update an installed application and its dependencies to the latest stable version using the yum command. In this process, YUM preserves the existing configuration files, except in cases where it is mandatory to update the configuration file for working on an updated version of the application, as shown in command line here:
$ yum update httpd
We can update our system and installed application together in a single command by not specifying any application name to the yum update command, as shown in command line here:
$ yum update ...Read now
Unlock full access