본문 바로가기
OS/Linux

centos / openjdk

by 하하IT 2020. 4. 19.

[root@localhost ~]# yum list java*jdk-devel

Loaded plugins: fastestmirror

Loading mirror speeds from cached hostfile

 * base: centos.mirror.cdnetworks.com

 * extras: centos.mirror.cdnetworks.com

 * updates: centos.mirror.cdnetworks.com

Available Packages

java-1.6.0-openjdk-devel.x86_64                                     1:1.6.0.41-1.13.13.1.el7_3                                      base

java-1.7.0-openjdk-devel.x86_64                                     1:1.7.0.171-2.6.13.0.el7_4                                      updates

java-1.8.0-openjdk-devel.i686                                       1:1.8.0.161-0.b14.el7_4                                         updates

java-1.8.0-openjdk-devel.x86_64                                     1:1.8.0.161-0.b14.el7_4                                         updates

[root@localhost ~]#

 

 

[root@localhost ~]# yum -y install java-1.8.0-openjdk-devel.x86_64

 

 

설치확인

rpm -qa java*jdk-devel

'OS > Linux' 카테고리의 다른 글

linux / scp / 원격지 <-> 로컬 파일 복사  (0) 2020.04.20
centos / port forwarding / 80 , 8080  (0) 2020.04.19
linux / centos7 / hostname  (0) 2020.04.19
crontab / crond  (0) 2020.04.17
yum / update / 자동 업데이트  (0) 2020.04.17