ページ ツリー

比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

  1. Perforce Helix Coreパッケージ用リポジトリの作成

    Perforce Helix Coreパッケージ用のリポジトリを作成します。
    ファイル名 /etc/yum.repos.d/perforce.repo
    OSのバージョンに合わせて、以下を実行します。

    パネル
    borderColor#222222
    titleFor CentOS/RHEL 6:

    [perforce]
    name=Perforce
    baseurl=http://package.perforce.com/yum/rhel/6/x86_64/
    enabled=1
    gpgcheck=1

    パネル
    borderColor#222222
    titleFor CentOS/RHEL 7:

    [perforce]
    name=Perforce
    baseurl=http://package.perforce.com/yum/rhel/7/x86_64/
    enabled=1
    gpgcheck=1

         
    パネル
    borderColorgray
    borderWidth1
    borderStylesolid
    titleFor RHEL 8:

    [perforce]
    name=Perforce
    baseurl=http://package.perforce.com/yum/rhel/8/x86_64/
    enabled=1
    gpgcheck=1

  2. Perforce Helix Coreパッケージ署名鍵のインポート

    次のコマンドを実行して署名鍵をインポートします。

    パネル
    borderColorgray
    borderWidth1
    languagetext
    borderStylesolid
    title実行コマンド
    # rpm --import https://package.perforce.com/perforce.pubkey

      

  3. Perforceサービスパッケージのインストール

    次のコマンドを実行し、Perforceサービスパッケージをインストールします。

    パネル
    borderColorgray
    borderWidth1
    languagetext
    borderStylesolid
    title実行コマンド
    # yum install helix-p4d
    情報
    titleインストールされるパッケージ

    helix-cli
    helix-cli-base
    helix-p4d-base
    helix-p4d-base-XX.X
    helix-p4dctl

    XX.Xは、バージョン番号です。最新バージョンのP4Dがインストールされます。