local1 Linux local repository 설정 방법 1. Linux Local Repostiroy 설정 방법 * lcoal repository 설정 방법 1) 외부 통신 가능한 환경인 경우 $ yum install createrepo -y $ mkdir /test $ createrepo /test $ vim /etc/yum.repo.d/test.repo [test] name=test baseurl=file:///root/test/ gpgcheck=0 enabled=1 $ yum clean all $ yum repolist 2) 외부 통신이 불가능한 경우 * 업로드된 파일 해당 서버 업로드 $ rpm -ivh *.rpm $ mkdir /test $ createrepo /test $ vim /etc/yum.repo.d/test.repo [test] name=.. 2023. 8. 10. 이전 1 다음