ホームページ > 運用・保守 > CentOS > CentOS でローカル rpm ソースを作成する方法

CentOS でローカル rpm ソースを作成する方法

藏色散人
リリース: 2020-06-12 15:18:59
転載
2547 人が閲覧しました

次のコラム centos チュートリアル では、CentOS でローカル rpm ソースを作成する方法を紹介します。

CentOS でローカル rpm ソースを作成する方法

createrepo のインストール

yum install createrepo
ログイン後にコピー

ローカル rpm ソースの作成

cd /opt/yliyun/conf
createrepo ./rpm
ログイン後にコピー

リポ構成

New 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 中国語 Web サイトの他の関連記事を参照してください。

関連ラベル:
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート