Versions Compared

Key

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

...

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, CentosCentOS):
    # yum install <package-name>


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

...