Rate This Document
Findability
Accuracy
Completeness
Readability

Installing Dependencies

  • Extra Packages for Enterprise Linux (EPEL) is a Fedora Special Interest Group that creates, maintains, and manages a high quality set of additional packages for Enterprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL), CentOS, and Scientific Linux.
  • The epel-release installation package cannot be directly installed on openEuler.
  1. Download and install the dependency.
    • CentOS:
      1
      yum install java-1.8.0* epel-release unzip vim -y
      
    • openEuler:
      1
      yum install java-1.8.0* unzip vim -y
      
  2. Check the Java version.
    java -version