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.
- Download and install the dependency.
- CentOS:
1yum install java-1.8.0* epel-release unzip vim -y
- openEuler:
1yum install java-1.8.0* unzip vim -y
- CentOS:
- Check the Java version.
java -version
Parent topic: Configuring the Compilation Environment