Versions Compared

Key

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

...

  • libX11
  • xorg-x11-server-utils
  • gtk2
  • ibssh2libssh2
  • xorg-x11-xauth

The packages above have their own dependencies. Install the above packages with the yum command in order to have their dependencies automatically installed. If your server does not have access to the standard operating system repositories, refer to this document for instructions on setting up a local repositories.

...

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>

...