{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["partial"]},"type":"markdown"},"seo":{"title":"yumを使用したCentOS/Red Hatへのインストール","siteUrl":"https://xrpl.org/","llmstxt":{"hide":false,"title":"XRPL Developer Portal & Documentation","description":"Explore XRP Ledger documentation, blogs, and other blockchain developer resources needed to start building and integrating with the ledger.","details":{"content":"XRP Ledger concepts, use cases, tutorials, references, and other blockchain developer resources. Also, stay up to date with release announcements and more through the XRPL Blog."},"sections":[{"title":"Introduction","description":"A high-level introduction to the XRP Ledger.","includeFiles":["docs/introduction/**/*.*","about/faq.md"],"excludeFiles":["docs/introduction/index.md"]},{"title":"Use Cases","description":"Real-world applications and business scenarios for the XRP Ledger.","includeFiles":["docs/use-cases/**/*.*"],"excludeFiles":["docs/use-cases/index.md","docs/use-cases/defi/index.md"]},{"title":"Agentic Transactions","description":"XRPL AI Starter Kit to help autonomous agents discover, set up, and execute agentic transactions on the XRP Ledger.","includeFiles":["docs/agents/**/*.*"],"excludeFiles":[]},{"title":"Concepts","description":"Core concepts including accounts, tokens, transactions, consensus, and more.","includeFiles":["docs/concepts/**/*.*"],"excludeFiles":["docs/concepts/index.md","docs/concepts/decentralized-storage/index.md","docs/concepts/payment-types/index.md"]},{"title":"Tutorials","description":"Step-by-step guides for building on the XRP Ledger in JavaScript, Python, Go, and more.","includeFiles":["docs/tutorials/**/*.*"],"excludeFiles":[]},{"title":"References","description":"Protocol specification, transaction types, ledger entries, and API methods.","includeFiles":["docs/references/**/*.*"],"excludeFiles":["docs/references/xrp-api.md","docs/references/data-api.md","docs/references/protocol/index.md","docs/references/protocol/ledger-data/ledger-entry-types/index.md","docs/references/protocol/transactions/index.md","docs/references/protocol/transactions/types/index.md","docs/references/http-websocket-apis/api-conventions/index.md","docs/references/http-websocket-apis/public-api-methods/*/index.md","docs/references/http-websocket-apis/admin-api-methods/*/index.md"]},{"title":"Infrastructure","description":"Install, configure, and troubleshoot xrpld and Clio servers.","includeFiles":["docs/infrastructure/**/*.*"],"excludeFiles":["docs/infrastructure/index.md","docs/infrastructure/*/index.md","docs/infrastructure/installation/build-run-xrpld-in-reporting-mode.md","docs/infrastructure/configuration/data-retention/index.md","docs/infrastructure/configuration/server-modes/index.md"]},{"title":"Blog (2023+)","description":"Recent XRPL Blog posts (showing 2023 and newer).","includeFiles":["blog/2023/**/*.*","blog/2024/**/*.*","blog/2025/**/*.*","blog/2026/**/*.*"],"excludeFiles":[]},{"title":"Resources","description":"Developer resources and contribution guidelines.","includeFiles":["resources/**/*.*"],"excludeFiles":["resources/index.md"]}],"excludeFiles":[]},"description":"プリコンパイル済みのxrpldバイナリーをCentOSまたはRed Hat Enterprise Linuxにインストールします。"},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"yumを使用したcentosred-hatへのインストール","__idx":0},"children":["yumを使用したCentOS/Red Hatへのインストール"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["このページでは、Rippleの",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://en.wikipedia.org/wiki/Yellowdog_Updater,_Modified"},"children":["yum"]},"リポジトリを使用して、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["CentOS 7"]},"または",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Red Hat Enterprise Linux 7"]},"に、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"の安定した最新バージョンをインストールする場合の推奨手順を説明します。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["以下の手順では、Rippleによってコンパイルされたバイナリーをインストールします。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"前提条件","__idx":1},"children":["前提条件"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"をインストールする前に、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/installation/system-requirements"},"children":["システム要件"]},"を満たす必要があります。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"インストール手順","__idx":2},"children":["インストール手順"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Ripple RPMリポジトリをインストールします。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"$ cat << REPOFILE | sudo tee /etc/yum.repos.d/ripple.repo\n[ripple-stable]\nname=XRP Ledger Packages\nbaseurl=https://repos.ripple.com/repos/rippled-rpm/stable/\nenabled=1\ngpgcheck=0\ngpgkey=https://repos.ripple.com/repos/rippled-rpm/stable/repodata/repomd.xml.key\nrepo_gpgcheck=1\nREPOFILE\n"},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["最新のrepoのアップデートを取得します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"$ sudo yum -y update\n"},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["新しい",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"パッケージをインストールします。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"$ sudo yum install xrpld\n"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["バージョン1.3.1では、構成ファイル（",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rippled.cfg"]},"および",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["validators.txt"]},"）を変更する必要はありません。このアップデート手順では、既存の構成ファイルが現在のまま残ります。"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["systemdユニットファイルを再度読み込みます。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"$ sudo systemctl daemon-reload\n"},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["起動時に開始するように、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"サービスを設定します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"$ sudo systemctl enable xrpld.service\n"},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"サービスを開始します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"$ sudo systemctl start xrpld.service\n"},"children":[]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"次のステップ","__idx":3},"children":["次のステップ"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"が残りのネットワークと同期されるまでには数分かかることがあります。その間、レジャーがない旨を知らせる警告が出力されます。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"ログメッセージの詳細は、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/troubleshooting/understanding-log-messages"},"children":["ログメッセージについて"]},"をご覧ください。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"が残りのネットワークと同期されたら、ストック",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"サーバが完全に機能するようになります。このサーバを、ローカル署名やXRP LedgerへのAPIアクセスに使用できます。",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"サーバがネットワークと同期されているかどうかを判別するには、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/references/http-websocket-apis/api-conventions/xrpld-server-states"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"サーバの状況"]},"を使用します。",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/tutorials/get-started/get-started-http-websocket-apis#%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89%E3%83%A9%E3%82%A4%E3%83%B3"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"のコマンドラインインターフェイス"]},"を使用すれば、これを迅速にテストできます。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"xrpld server_info\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["xrpld APIを使用した",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"サーバとの通信について詳しくは、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/references/http-websocket-apis"},"children":["xrpld API reference"]},"をご覧ください。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ストック",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"サーバを実行できたら、次に検証サーバとして実行してみましょう。検証サーバについて、そして検証サーバを実行する理由については、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/configuration/server-modes/run-xrpld-as-a-validator"},"children":["バリデータとしてのxrpldの実行"]},"をご覧ください。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"サーバの起動でお困りですか? ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/troubleshooting/server-wont-start"},"children":["xrpldサーバが起動しない"]},"をご覧ください。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"その他の構成","__idx":4},"children":["その他の構成"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"は、デフォルト構成でXRP Ledgerに接続する必要があります。ただし、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld.cfg"]},"ファイルを編集すれば、設定を変更できます。推奨される構成設定については、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/installation/capacity-planning"},"children":["容量の計画"]},"をご覧ください。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/installation"},"children":["推奨インストール"]},"では、デフォルトで",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/etc/xrpld/xrpld.cfg"]},"という設定ファイルを使用します。その他の場所としては、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$HOME/.config/xrpld/xrpld.cfg"]},"(",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$HOME"]},"は",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rippled"]},"を実行しているユーザのホームディレクトリです)、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["$HOME/.local/xrpld/xrpld.cfg"]},"または",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rippled"]},"を起動した現在の作業ディレクトリがあります。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["すべての構成オプションの説明については、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/rippled/blob/master/cfg/xrpld-example.cfg"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rippled"]}," GitHubリポジトリー"]},"をご覧ください。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["構成の変更を有効にするには、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"を再起動する必要があります。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[debug_logfile]"]},"セクションまたは",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["[database_path]"]},"セクションを変更すると、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"を実行するユーザに、新しく構成したパスの所有権を付与する必要が生じる場合があります。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"更新","__idx":5},"children":["更新"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"を定期的に更新して、残りのXRP Ledgerネットワークと同期させておく必要があります。",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://groups.google.com/forum/#!forum/ripple-server"},"children":["xrpldのGoogleグループ"]},"をサブスクライブすれば、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"の新しいリリースに関する通知を受け取ることができます。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"のパッケージには、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/installation/update-xrpld-automatically-on-linux"},"children":["Linuxでの自動更新を有効にする"]},"ために使用できるスクリプトが含まれています。その他のプラットフォームでは、手動での更新が必要です。"]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"関連項目","__idx":6},"children":["関連項目"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["コンセプト:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/concepts/networks-and-servers"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"サーバ"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/concepts/consensus-protocol"},"children":["コンセンサスについて"]}]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["チュートリアル:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/configuration"},"children":["xrpldの構成"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/troubleshooting"},"children":["xrpldのトラブルシューティング"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/docs/tutorials/get-started/get-started-http-websocket-apis"},"children":["xrpld APIの使用開始"]}]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["リファレンス:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/references/http-websocket-apis"},"children":["xrpld APIリファレンス"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/commandline-usage"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"コマンドラインの使用"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info"},"children":["server_infoメソッド"]}]}]}]}]}]}]}]},"headings":[{"value":"yumを使用したCentOS/Red Hatへのインストール","id":"yumを使用したcentosred-hatへのインストール","depth":1},{"value":"前提条件","id":"前提条件","depth":2},{"value":"インストール手順","id":"インストール手順","depth":2},{"value":"次のステップ","id":"次のステップ","depth":2},{"value":"その他の構成","id":"その他の構成","depth":3},{"value":"更新","id":"更新","depth":3},{"value":"関連項目","id":"関連項目","depth":2}],"frontmatter":{"html":"install-rippled-on-centos-rhel-with-yum.html","parent":"install-xrpld.html","seo":{"description":"プリコンパイル済みのxrpldバイナリーをCentOSまたはRed Hat Enterprise Linuxにインストールします。","title":"yumを使用したCentOS/Red Hatへのインストール"},"labels":["コアサーバ"]},"editPage":{"to":"https://github.com/XRPLF/xrpl-dev-portal/tree/master/@l10n/ja/docs/infrastructure/installation/install-xrpld-on-rhel.md"},"lastModified":"2026-06-12T21:34:08.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/docs/infrastructure/installation/install-xrpld-on-rhel","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}