mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-22 12:45:50 +00:00
900 B
900 B
Update Manually on Ubuntu
This page describes how to update manually to the latest release of rippled on Ubuntu Linux. These instructions assume you have already installed rippled using Alien.
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 the latest
rippledpackage:$ yumdownloader --enablerepo=ripple-stable --releasever=el7 rippled -
Verify the signatures on the downloaded packages:
$ rpm -K rippled*.rpm -
Use Alien to upgrade to the new
rippledpackage:$ sudo alien -i --scripts rippled*.rpm -
Reload the
systemdunit files:$ sudo systemctl daemon-reload -
Restart the
rippledservice:$ sudo service rippled restart