Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: formatting

...

Upgrade Options
Description
Package manager (uses repositories, takes care of
dependencies, etc.)

# yum update <package-name>

(Older versions may need localupdate instead of update for local packages; newer versions use local operation if package name is a file name.)

Command to install individual local packages# rpm -U </path/to/package>

...