{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition","partial"]},"type":"markdown"},"seo":{"title":"UbuntuまたはDebian Linuxへのインストール","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バイナリーをUbuntu Linuxにインストールします。"},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"ubuntuまたはdebian-linuxへのインストール","__idx":0},"children":["UbuntuまたはDebian Linuxへのインストール"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["このページでは、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://ubuntu.com/server/docs"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["apt"]}]},"ユーティリティを使用して、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Ubuntu Linux 18.04以降"]},"または",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Debian 10"]}," に",{"$$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":["リポジトリを更新します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"sudo apt -y update\n"},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ユーティリティをインストールします。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"sudo apt -y install apt-transport-https ca-certificates wget gnupg\n"},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Rippleのパッケージ署名用のGPGキーを、信頼できるキーのリストに追加します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"sudo mkdir /usr/local/share/keyrings/\nwget -q -O - \"https://repos.ripple.com/repos/api/gpg/key/public\" | gpg --dearmor > ripple-key.gpg\nsudo mv ripple-key.gpg /usr/local/share/keyrings\n"},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["追加したキーのフィンガープリントを確認します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"gpg /usr/local/share/keyrings/ripple-key.gpg\n"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["出力に、次のようなRipple用のエントリが含まれていることを確認してください。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"gpg: WARNING: no command supplied.  Trying to guess what you mean ...\npub   ed25519 2026-02-16 [SC] [expires: 2033-02-14]\n    E057C1CF72B0DF1A4559E8577DEE9236AB06FAA6\nuid   TechOps Team at Ripple <techops+xrpld@ripple.com>\nsub   ed25519 2026-02-16 [S] [expires: 2029-02-15]\n"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["特に、フィンガープリントが一致することを確認してください。（上記の例では、フィンガープリントは三行目の",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["C001"]},"で始まる部分です。）"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["使用しているオペレーティングシステムのバージョンに対応する適切なRippleリポジトリを追加します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"echo \"deb [signed-by=/usr/local/share/keyrings/ripple-key.gpg] https://repos.ripple.com/repos/rippled-deb focal stable\" | \\\n    sudo tee -a /etc/apt/sources.list.d/ripple.list\n"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["上記の例は、",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Ubuntu 20.04 Focal Fossa"]},"向けのものです。。その他のオペレーティングシステムについては、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["focal"]},"という単語を次のいずれかに置き換えます。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bionic"]}," for ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Ubuntu 18.04 Bionic Beaver"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["buster"]}," for ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Debian 10 Buster"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bullseye"]}," for ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Debian 11 Bullseye"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["jammy"]}," for ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Ubuntu 22.04 Jammy Jellyfish"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"の開発バージョンまたはプレリリースバージョンにアクセスするには、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["stable"]},"ではなく次のいずれかを使用します。"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["unstable"]}," - プレインストールビルド（",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/rippled/tree/release"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["release"]},"ブランチ"]},"）"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["nightly"]}," - 実験/開発ビルド（",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"https://github.com/XRPLF/rippled/tree/develop"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["develop"]},"ブランチ"]},"）"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"danger","name":"警告"},"children":["安定版ではないナイトリービルドはいつの時点でも壊れる可能性があります。これらのビルドを本番環境のサーバに使用しないでください。"]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Rippleリポジトリを取得します。"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"sudo apt -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 apt -y install xrpld\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":"systemctl status xrpld.service\n"},"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":"/ja/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":"UbuntuまたはDebian Linuxへのインストール","id":"ubuntuまたはdebian-linuxへのインストール","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-xrpld-on-ubuntu.html","parent":"install-xrpld.html","seo":{"description":"プリコンパイル済みのxrpldバイナリーをUbuntu Linuxにインストールします。","title":"UbuntuまたはDebian Linuxへのインストール"},"labels":["コアサーバ"]},"editPage":{"to":"https://github.com/XRPLF/xrpl-dev-portal/tree/master/@l10n/ja/docs/infrastructure/installation/install-xrpld-on-ubuntu.md"},"lastModified":"2026-06-12T21:34:08.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/docs/infrastructure/installation/install-xrpld-on-ubuntu","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}