Skip to content

Update Manually on Red Hat Enterprise Linux

This page describes how to update manually to the latest release of xrpld on Red Hat Enterprise Linux. You can also set up automatic updates.

These instructions assume you have already installed xrpld on a supported version of Red Hat Enterprise Linux using Ripple's rpm package distribution. If you are upgrading from xrpld 1.6.x or older, remove it and perform a fresh install instead.

Tip
To perform these steps all at once, you can run the /opt/ripple/bin/update-rippled.sh script, which is included with the xrpld package. This script should be run as a sudo user.

To update manually, complete the following steps:

  1. Download and install the latest xrpld package:

    sudo yum update xrpld

    This update procedure leaves your existing config files in place.

  2. Reload the systemd unit files:

    sudo systemctl daemon-reload
  3. Restart the xrpld service:

    sudo service xrpld restart

See Also