{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-@l10n/ja/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["admonition"]},"type":"markdown"},"seo":{"title":"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":"CentOSまたはRed Hat Enterprise Linuxでxrpldを手動更新します。"},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"centosred-hatでの手動更新","__idx":0},"children":["CentOS/Red Hatでの手動更新"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["このページでは、CentOSまたはRed Hat Enterprise Linuxで最新リリースの",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]},"に手動で更新する手順を説明します。可能であれば手動更新ではなく",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/installation/update-xrpld-automatically-on-linux"},"children":["自動更新"]},"を設定することが推奨されます。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["以下の手順は、",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"/ja/docs/infrastructure/installation/install-xrpld-on-rhel"},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rippled"]},"がすでに",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["yum"]},"リポジトリからインストール"]},"されていることを前提としています。"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"Admonition","attributes":{"type":"success","name":"ヒント"},"children":["これらの手順をすべて一度に実行するには、",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["rippled"]},"パッケージに含まれている",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/opt/ripple/bin/update-rippled.sh"]},"スクリプトを実行します。このスクリプトは",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sudo"]},"ユーザとして実行する必要があります。"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["手動で更新するには、以下の手順を実行します。"]},{"$$mdtype":"Tag","name":"ol","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["xrpld"]}," 1.7.0にその以前のバージョンから更新する場合は、リポジトリを再度追加して、Rippleの更新されたGPGキーを取得します。それ以外の場合は、この手順をスキップしてください。"]},{"$$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\nenabled=1\ngpgcheck=0\nrepo_gpgcheck=1\nbaseurl=https://repos.ripple.com/repos/rippled-rpm/stable\ngpgkey=https://repos.ripple.com/repos/rippled-rpm/stable/repodata/repomd.xml.key\nREPOFILE\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 update xrpld\n"},"children":[]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","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 restart xrpld.service\n"},"children":[]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"関連項目","__idx":1},"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/troubleshooting"},"children":["xrpldのトラブルシューティング"]}]}]}]},{"$$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":"CentOS/Red Hatでの手動更新","id":"centosred-hatでの手動更新","depth":1},{"value":"関連項目","id":"関連項目","depth":2}],"frontmatter":{"html":"update-rippled-manually-on-centos-rhel.html","parent":"install-xrpld.html","seo":{"description":"CentOSまたはRed Hat Enterprise Linuxでxrpldを手動更新します。","title":"CentOS/Red Hatでの手動更新"},"labels":["コアサーバ","セキュリティ"]},"editPage":{"to":"https://github.com/XRPLF/xrpl-dev-portal/tree/master/@l10n/ja/docs/infrastructure/installation/update-xrpld-manually-on-rhel.md"},"lastModified":"2026-06-12T21:34:08.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/ja/docs/infrastructure/installation/update-xrpld-manually-on-rhel","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}