mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
881 B
881 B
Update Manually on CentOS/Red Hat
This page describes how to update manually to the latest release of rippled on CentOS or Red Hat Enterprise Linux. Ripple recommends setting up automatic updates instead, where possible.
These instructions assume you have already installed rippled from the yum repository.
To update manually, complete the following steps:
-
Update the package list from Ripple's yum repository:
$ sudo rpm -Uvh --replacepkgs https://mirrors.ripple.com/ripple-repo-el7.rpm -
Download and install the latest
rippledpackage:$ sudo yum update --enablerepo=ripple-stable rippled -
Reload the
systemdunit files:$ sudo systemctl daemon-reload -
Restart the
rippledservice:$ sudo service rippled restart