Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove ambiguity

...

StepDetails
1Log-in to the local Linux system as the root user (denoted by the # prompt).
2Copy the installation package to the local Linux system
3

Go to the directory where the package has been stored:

# cd <package-location>

4Install package:

For systems with RPM package management (Red Hat, CentOS):
    # yum install <filename-of-package>


For systems with Debian package management (Debian, Ubuntu):
    # dpkg -i <filename-of-package>

...