바이너리 설치 파일을 다운로드 하고, execute 권한을 주고, 실행하면 되는 형태였다.
그러다가 점차 RPM 형태로 배포하기 시작했다.
그래서 EnterpriseDB 의 Yum repository 를 만들고, 그곳에서 프로그램을 제공하기 시작했다.
Yum repository 를 이용하기 위해서는 약간의 절차가 필요하다.
아래 내용을 따라하면 된다.
www.enterprisedb.com 접속 후, Downloads 를 클릭한다.
대표적인 설치 파일들은 combo box (드롭다운 목록)를 사용해서 다운로드할 수 있다.
제품을 선택할 수 있다.
버전을 선택할 수 있다.
OS를 선택할 수 있다.
대표 목록에 없는 파일들은 Advanced Downloads 를 사용하면 된다.
Download 할 수 있는 목록들이 나열되어 있다.
해당 목록을 클릭하면 바로 이동할 수 있다.
제품마다 ACCESS REPOSITORY 또는 DOWNLOAD NOW 가 있다.
DOWNLOAD NOW 는 클릭하면 바로 파일을 다운로드 할 수 있다.
ACCESS REPOSITORY 는 Yum 을 통해 다운로드 하면 된다.
ACCESS REPOSITORY 를 클릭하자.
Yum repository 에 접근하기 위해서는 계정이 필요하다.
My Account 를 클릭하자.
Real name 이 있는데, 이것이 ID 이다.
맨 밑에 Repository Password 에서 "눈"을 클릭하면 PW 를 확인할 수 있다.
아까 그 페이지로 돌아와서, yum 주소를 클릭하자.
Download 할 수 있는 목록이 나타난다.
원하는 항목을 클릭하자.
로그인 창이 뜬다.
아까 확인한 ID,PW 를 사용해서 로그인 하면 된다.
위 처럼 Web 을 통해서 해당 파일을 다운로드할 수 있지만,
궁극적으로 Yum repository 에 접근해야 하므로,
Yum repository 를 설치하자.
edb-repo 를 클릭하자.
그러면 주소를 설치해주는 rpm 파일을 다운로드할 수 있다.
(https://yum.enterprisedb.com/edb-repo-rpms/edb-repo-latest.noarch.rpm)
edb-repo 를 설치하자.
% rpm -Uvi edb-repo-latest.noarch.rpm
RPM-GPG-KEY 가 생성된다.
% cat /etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY
RPM repository 가 생성된다.
% cat /etc/yum.repos.d/edb.repo
바로 Yum 을 사용할 수는 없고, edb.repo 를 수정해야 한다.
edb.repo 를 편집기로 open 후, 아래 파란 부분을 수정해야 한다.
[edbas11] name=EnterpriseDB Advanced Server 11 $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/11/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [edbas10] name=EnterpriseDB Advanced Server 10 $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/10/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [edbas96] name=EnterpriseDB Advanced Server 9.6 $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/9.6/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [ppas95] name=Postgres Plus Advanced Server 9.5 $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/9.5/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [ppas94] name=Postgres Plus Advanced Server 9.4 $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/9.4/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [ppas93] name=Postgres Plus Advanced Server 9.3 $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/9.3/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=0 [ppas92] name=Postgres Plus Advanced Server 9.2 $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/9.2/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=0 [ppas91] name=Postgres Plus Advanced Server 9.1 $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/9.1/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=0 [enterprisedb-tools] name=EnterpriseDB Tools $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/tools/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [enterprisedb-tools-testing] name=EnterpriseDB Tools Testing - Not For Production $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/tools-testing/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [enterprisedb-dependencies] name=EnterpriseDB Dependencies $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/dependencies/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [enterprisedb-xdb60] name=EnterpriseDB XDB 6.0 $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/xdb60/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [edb-repos] name=EnterpriseDB Repos $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/edbrepos enabled=1 gpgcheck=0 |
sed 명령어를 사용하면 쉽게 수정할 수 있다.
% sed -i 's/<username>:<password>/CHOONGKIKIM:password/' /etc/yum.repos.d/edb.repo
그리고 enabled 를 1로 변경해야 한다.
sed 명령어를 사용하면 쉽게 수정할 수 있다.
% sed -i 's/enabled=0/enabled=1/' /etc/yum.repos.d/edb.repo
접속이 잘되는지 확인해 보자.
% yum repolist
에러가 난다.
현재 사용중인 OS는 RedHat 7.4 이다.
EDB 9.1, EDB 9.2, EDB 9.3 은 6버전까지만 지원하고,
7버전은 지원하지 않기 때문에 발생한 에러다.
(7용 패키지가 없기 때문)
만약 필요하다면 아래처럼 주소를 약간 변경해서 접속 가능하다.
https://yum.enterprisedb.com/9.3/redhat/rhel-6-x86_64/repodata/repomd.xml
현재는 EDB 9.1, EDB 9.2, EDB 9.3 가 불필요하므로 repository 를 삭제한다.
[edbas11] name=EnterpriseDB Advanced Server 11 $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/11/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [edbas10] name=EnterpriseDB Advanced Server 10 $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/10/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [edbas96] name=EnterpriseDB Advanced Server 9.6 $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/9.6/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [ppas95] name=Postgres Plus Advanced Server 9.5 $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/9.5/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [ppas94] name=Postgres Plus Advanced Server 9.4 $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/9.4/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [enterprisedb-tools] name=EnterpriseDB Tools $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/tools/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [enterprisedb-tools-testing] name=EnterpriseDB Tools Testing - Not For Production $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/tools-testing/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [enterprisedb-dependencies] name=EnterpriseDB Dependencies $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/dependencies/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [enterprisedb-xdb60] name=EnterpriseDB XDB 6.0 $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/xdb60/redhat/rhel-$releasever-$basearch enabled=0 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/ENTERPRISEDB-GPG-KEY [edb-repos] name=EnterpriseDB Repos $releasever - $basearch baseurl=https://<username>:<password>@yum.enterprisedb.com/edbrepos enabled=1 gpgcheck=0 |
삭제하면 에러가 발생하지 않는다.
패키지들을 확인해 보자.
% yum list EDB*
(EDB 대문자)
여기 리스트 중에서 자신이 원하는 것을 설치하면 된다.
뭐 이런식으로,
% yum install edb-as10-server-x86_64
만약 패키지 설치를 원하지 않고 다운로드만 원한다면 아래처럼 하면 된다.
rpm 패키지들을 다운로드할 디렉토리를 생성한다.
% mkdir /root/edb-rpm
다운로드만 진행하도록 한다.
% yum install edb* --downloadonly --downloaddir=/root/edb-rpm --skip-broken
(edb 소문자)
dependency 때문에, edb 외 다른 패키지들도 같이 다운로드가 된다.
dependency 관련된 파일들이 필요 없다면 삭제하면 된다.
rm -f CharLS* rm -f SuperLU* rm -f armadillo* rm -f arpack* rm -f blas* rm -f cfitsio* rm -f freexl* rm -f gdal* rm -f gdal-libs* rm -f gpsbabel* rm -f hdf5* rm -f httpd* rm -f httpd-tools* rm -f lapack* rm -f libaec* rm -f libbson* rm -f libdap* rm -f libgeotiff* rm -f libgta* rm -f libmemcached* rm -f llvm3.9* rm -f llvm3.9-libs* rm -f mod_ssl* rm -f mod_wsgi* rm -f mongo-c-driver-libs* rm -f net-snmp-agent-libs* rm -f netcdf* rm -f ogdi* rm -f openblas-openmp* rm -f perl-DBD-Pg* rm -f perl-Switch* rm -f perl-version* rm -f proj* rm -f shapelib* rm -f tcl* rm -f tix* rm -f tk* rm -f unixODBC* rm -f wxBase* rm -f wxGTK* rm -f xerces-c* |
최종적으로 아래와 같은 파일들이 남게 된다.
CGAL-4.7-1.rhel7.x86_64.rpm SFCGAL-1.2.2-1.rhel7.x86_64.rpm SFCGAL-libs-1.2.2-1.rhel7.x86_64.rpm edb-as10-10.0-6.rhel7.x86_64.rpm edb-as10-edbplus-36.0.0-1.rhel7.x86_64.rpm edb-as10-pgagent-3.4.1-2.rhel7.x86_64.rpm edb-as10-pgpool36-extensions-3.6.16-1.rhel7.x86_64.rpm edb-as10-pgsnmpd-1.0-1.rhel7.x86_64.rpm edb-as10-pljava-1.5.0-1.rhel7.x86_64.rpm edb-as10-postgis-2.4.6-2.rhel7.x86_64.rpm edb-as10-postgis-core-2.4.6-2.rhel7.x86_64.rpm edb-as10-postgis-docs-2.4.6-2.rhel7.x86_64.rpm edb-as10-postgis-jdbc-2.2.1-6.x86_64.rpm edb-as10-postgis-utils-2.4.6-2.rhel7.x86_64.rpm edb-as10-server-10.8.16-1.rhel7.x86_64.rpm edb-as10-server-client-10.8.16-1.rhel7.x86_64.rpm edb-as10-server-cloneschema-1.8-1.rhel7.x86_64.rpm edb-as10-server-contrib-10.8.16-1.rhel7.x86_64.rpm edb-as10-server-core-10.8.16-1.rhel7.x86_64.rpm edb-as10-server-devel-10.8.16-1.rhel7.x86_64.rpm edb-as10-server-docs-10.8.16-1.rhel7.x86_64.rpm edb-as10-server-indexadvisor-10.8.16-1.rhel7.x86_64.rpm edb-as10-server-libs-10.8.16-1.rhel7.x86_64.rpm edb-as10-server-parallel-clone-1.4-1.rhel7.x86_64.rpm edb-as10-server-pldebugger-1.1-1.rhel7.x86_64.rpm edb-as10-server-plperl-10.8.16-1.rhel7.x86_64.rpm edb-as10-server-plpython-10.8.16-1.rhel7.x86_64.rpm edb-as10-server-pltcl-10.8.16-1.rhel7.x86_64.rpm edb-as10-server-sqlprofiler-4.0-3.rhel7.x86_64.rpm edb-as10-server-sqlprotect-10.8.16-1.rhel7.x86_64.rpm edb-as10-server-sslutils-1.2-3.rhel7.x86_64.rpm edb-as10-slony-replication-2.2.6-4.rhel7.x86_64.rpm edb-as10-slony-replication-core-2.2.6-4.rhel7.x86_64.rpm edb-as10-slony-replication-docs-2.2.6-4.rhel7.x86_64.rpm edb-as10-slony-replication-tools-2.2.6-4.rhel7.x86_64.rpm edb-as11-11.1-1.rhel7.x86_64.rpm edb-as11-edbplus-37.0.0-1.rhel7.x86_64.rpm edb-as11-hdfs_fdw-2.0.4-1.rhel7.x86_64.rpm edb-as11-mongo_fdw-5.2.3-1.rhel7.x86_64.rpm edb-as11-mysql5_fdw-2.5.1-1.rhel7.x86_64.rpm edb-as11-pgagent-4.0.0-1.rhel7.x86_64.rpm edb-as11-pgpool37-extensions-3.7.9-1.rhel7.x86_64.rpm edb-as11-pgpool40-extensions-4.0.4-1.rhel7.x86_64.rpm edb-as11-pgsnmpd-1.0-4.rhel7.x86_64.rpm edb-as11-pljava-1.5.0-2.rhel7.x86_64.rpm edb-as11-postgis-2.5.1-2.rhel7.x86_64.rpm edb-as11-postgis-core-2.5.1-2.rhel7.x86_64.rpm edb-as11-postgis-docs-2.5.1-2.rhel7.x86_64.rpm edb-as11-postgis-jdbc-2.2.1-6.x86_64.rpm edb-as11-postgis-utils-2.5.1-2.rhel7.x86_64.rpm edb-as11-server-11.3.10-1.rhel7.x86_64.rpm edb-as11-server-client-11.3.10-1.rhel7.x86_64.rpm edb-as11-server-cloneschema-1.8-1.rhel7.x86_64.rpm edb-as11-server-contrib-11.3.10-1.rhel7.x86_64.rpm edb-as11-server-core-11.3.10-1.rhel7.x86_64.rpm edb-as11-server-devel-11.3.10-1.rhel7.x86_64.rpm edb-as11-server-docs-11.3.10-1.rhel7.x86_64.rpm edb-as11-server-edb-modules-1.0-1.rhel7.x86_64.rpm edb-as11-server-indexadvisor-11.3.10-1.rhel7.x86_64.rpm edb-as11-server-libs-11.3.10-1.rhel7.x86_64.rpm edb-as11-server-llvmjit-11.3.10-1.rhel7.x86_64.rpm edb-as11-server-parallel-clone-1.4-1.rhel7.x86_64.rpm edb-as11-server-pldebugger-1.1-1.rhel7.x86_64.rpm edb-as11-server-plperl-11.3.10-1.rhel7.x86_64.rpm edb-as11-server-plpython-11.3.10-1.rhel7.x86_64.rpm edb-as11-server-pltcl-11.3.10-1.rhel7.x86_64.rpm edb-as11-server-sqlprofiler-4.0-3.rhel7.x86_64.rpm edb-as11-server-sqlprotect-11.3.10-1.rhel7.x86_64.rpm edb-as11-server-sslutils-1.2-3.rhel7.x86_64.rpm edb-as11-slony-replication-2.2.7-4.rhel7.x86_64.rpm edb-as11-slony-replication-core-2.2.7-4.rhel7.x86_64.rpm edb-as11-slony-replication-docs-2.2.7-4.rhel7.x86_64.rpm edb-as11-slony-replication-tools-2.2.7-4.rhel7.x86_64.rpm edb-as95-hdfs_fdw-2.0.3-1.rhel7.x86_64.rpm edb-as96-9.6-2.rhel7.x86_64.rpm edb-as96-edbplus-35.0.1-1.rhel7.x86_64.rpm edb-as96-hdfs_fdw-2.0.3-2.rhel7.x86_64.rpm edb-as96-pgagent-3.4.1-1.rhel7.x86_64.rpm edb-as96-pgpool35-extensions-3.5.20-1.rhel7.x86_64.rpm edb-as96-pgsnmpd-1.0-1.rhel7.x86_64.rpm edb-as96-pljava-1.5.0-2.rhel7.x86_64.rpm edb-as96-postgis-2.3.8-2.rhel7.x86_64.rpm edb-as96-postgis-core-2.3.8-2.rhel7.x86_64.rpm edb-as96-postgis-docs-2.3.8-2.rhel7.x86_64.rpm edb-as96-postgis-jdbc-2.2.1-2.rhel7.x86_64.rpm edb-as96-postgis-utils-2.3.8-2.rhel7.x86_64.rpm edb-as96-server-9.6.13.20-1.rhel7.x86_64.rpm edb-as96-server-client-9.6.13.20-1.rhel7.x86_64.rpm edb-as96-server-contrib-9.6.13.20-1.rhel7.x86_64.rpm edb-as96-server-core-9.6.13.20-1.rhel7.x86_64.rpm edb-as96-server-devel-9.6.13.20-1.rhel7.x86_64.rpm edb-as96-server-docs-9.6.13.20-1.rhel7.x86_64.rpm edb-as96-server-indexadvisor-9.6.13.20-1.rhel7.x86_64.rpm edb-as96-server-libs-9.6.13.20-1.rhel7.x86_64.rpm edb-as96-server-pldebugger-1.1-1.rhel7.x86_64.rpm edb-as96-server-plperl-9.6.13.20-1.rhel7.x86_64.rpm edb-as96-server-plpython-9.6.13.20-1.rhel7.x86_64.rpm edb-as96-server-pltcl-9.6.13.20-1.rhel7.x86_64.rpm edb-as96-server-sqlprofiler-4.0-1.rhel7.x86_64.rpm edb-as96-server-sqlprotect-9.6.13.20-1.rhel7.x86_64.rpm edb-as96-server-sslutils-1.2-1.rhel7.x86_64.rpm edb-as96-slony-replication-2.2.5-1.rhel7.x86_64.rpm edb-as96-slony-replication-core-2.2.5-1.rhel7.x86_64.rpm edb-as96-slony-replication-docs-2.2.5-1.rhel7.x86_64.rpm edb-as96-slony-replication-tools-2.2.5-1.rhel7.x86_64.rpm edb-bart-2.3.0-1.rhel7.x86_64.rpm edb-bart20-2.0.1-1.rhel7.x86_64.rpm edb-efm30-3.0.0-1.rhel7.x86_64.rpm edb-efm31-3.1.0-1.rhel7.x86_64.rpm edb-efm32-3.2.0-1.rhel7.x86_64.rpm edb-efm33-3.3-1.rhel7.x86_64.rpm edb-efm34-3.4-1.rhel7.x86_64.rpm edb-efm35-3.5-1.rhel7.x86_64.rpm edb-icache-1.4.25-1.rhel7.x86_64.rpm edb-jdbc-42.2.5.2-1.rhel7.x86_64.rpm edb-migrationtoolkit-52.0.3-1.rhel7.x86_64.rpm edb-oci-11.0.2.1-1.rhel7.x86_64.rpm edb-oci-devel-11.0.2.1-1.rhel7.x86_64.rpm edb-odbc-11.00.0000.02-1.rhel7.x86_64.rpm edb-odbc-devel-11.00.0000.02-1.rhel7.x86_64.rpm edb-pem-7.8.0-2.rhel7.x86_64.rpm edb-pem-agent-7.8.0-2.rhel7.x86_64.rpm edb-pem-babel-doc-2.3.4-1.rhel7.noarch.rpm edb-pem-docs-7.8.0-2.rhel7.x86_64.rpm edb-pem-python-dateutil-doc-2.5.3-4.rhel7.noarch.rpm edb-pem-server-7.8.0-2.rhel7.x86_64.rpm edb-pgadmin4-4.8-1.rhel7.x86_64.rpm edb-pgadmin4-desktop-common-4.8-1.rhel7.x86_64.rpm edb-pgadmin4-desktop-gnome-4.8-1.rhel7.x86_64.rpm edb-pgadmin4-docs-4.8-1.rhel7.x86_64.rpm edb-pgadmin4-web-4.8-1.rhel7.x86_64.rpm edb-pgbouncer17-1.7.2.1-1.rhel7.x86_64.rpm edb-pgbouncer19-1.9.0.1-1.rhel7.x86_64.rpm edb-pgpool35-3.5.20-1.rhel7.x86_64.rpm edb-pgpool36-3.6.16-1.rhel7.x86_64.rpm edb-pgpool37-3.7.9-1.rhel7.x86_64.rpm edb-pgpool40-4.0.4-1.rhel7.x86_64.rpm edb-rs-7.0.0-LA.rhel7.x86_64.rpm edb-rs-client-7.0.0-LA.rhel7.x86_64.rpm edb-rs-datavalidator-7.0.0-LA.rhel7.x86_64.rpm edb-rs-libs-7.0.0-LA.rhel7.x86_64.rpm edb-rs-monitor-7.0.0-LA.rhel7.x86_64.rpm edb-rs-server-7.0.0-LA.rhel7.x86_64.rpm geos36-edb-3.6.2-6.rhel7.x86_64.rpm libcurl-pem-7.61.1-2.rhel7.x86_64.rpm libevent-edb-2.0.22-1.rhel7.x86_64.rpm libiconv-edb-1.14-1.rhel7.x86_64.rpm libicu-edb-53.1-11.rhel7.x86_64.rpm libicu-ppas-53.1-11.rhel7.x86_64.rpm ppas-jdbc-9.4.1208.1-1.rhel7.x86_64.rpm ppas95-server-client-9.5.17.23-1.rhel7.x86_64.rpm ppas95-server-contrib-9.5.17.23-1.rhel7.x86_64.rpm ppas95-server-core-9.5.17.23-1.rhel7.x86_64.rpm ppas95-server-libs-9.5.17.23-1.rhel7.x86_64.rpm snmp++-3.3.7-3.rhel7.x86_64.rpm |
RPM들을 다운로드해서 보관할일이 없다면, 굳이 할 필요가 없다.
yum install 만 잘 사용하면 된다.
댓글 없음:
댓글 쓰기