> 운영 및 유지보수 > CentOS > CentOS에서 로컬 rpm 소스를 만드는 방법

CentOS에서 로컬 rpm 소스를 만드는 방법

藏色散人
풀어 주다: 2020-06-12 15:18:59
앞으로
2503명이 탐색했습니다.

다음 centos 튜토리얼 칼럼에서는 CentOS에서 로컬 rpm 소스를 생성하는 방법을 소개하겠습니다. 도움이 필요한 친구들에게 도움이 되길 바랍니다!

CentOS에서 로컬 rpm 소스를 만드는 방법

createrepo 설치

yum install createrepo
로그인 후 복사

로컬 rpm 소스 만들기

cd /opt/yliyun/conf
createrepo ./rpm
로그인 후 복사

repo 구성

새 CentOS-Local.repo

/opt/yliyun/conf/CentOS-Local.repo
# CentOS-Local.repo
#
#  This repo can be used with mounted DVD media, verify the mount point for
#  CentOS-6.  You can use this repo and yum to install items directly off the
#  DVD ISO that we release.
#
# To use this repo, put in your DVD and use it with the other repos too:
#  yum --enablerepo=c6-local [command]
#  
# or for ONLY the media repo, do this:
#
#  yum --disablerepo=\* --enablerepo=c6-local [command]
[c6-local]
name=CentOS-$releasever - Media
baseurl=file:///opt/yliyun/conf/rpm/
gpgcheck=0
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
로그인 후 복사

로컬 rpm 설치

yum --disablerepo=\* --enablerepo=c6-local -c conf/CentOS-Local.repo -q -y localinstall conf/rpm/*.rpm --nogpgcheck
로그인 후 복사

위 내용은 CentOS에서 로컬 rpm 소스를 만드는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

관련 라벨:
원천:segmentfault.com
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿