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
rippled
package:$ sudo yum update --enablerepo=ripple-stable rippled
-
Reload the
systemd
unit files:$ sudo systemctl daemon-reload
-
Restart the
rippled
service:$ sudo service rippled restart