# Update Manually on Red Hat Enterprise Linux

This page describes how to update manually to the latest release of `rippled` on Red Hat Enterprise Linux. You can also set up [automatic updates](/es-es/docs/infrastructure/installation/update-rippled-automatically-on-linux).

These instructions assume you have already [installed `rippled` on a supported version of Red Hat Enterprise Linux using Ripple's `rpm` package distribution](/es-es/docs/infrastructure/installation/install-rippled-on-rhel). If you are upgrading from `rippled` 1.6.x or older, remove it and perform a fresh install instead.

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

To update manually, complete the following steps:

1. Download and install the latest `rippled` package:

```
sudo yum update rippled
```
This update procedure leaves your existing config files in place.
2. Reload the `systemd` unit files:

```
sudo systemctl daemon-reload
```
3. Restart the `rippled` service:

```
sudo service rippled restart
```


## See Also

- **Concepts:**
  - [The `rippled` Server](/es-es/docs/concepts/networks-and-servers)
  - [Consensus](/es-es/docs/concepts/consensus-protocol)
- **Tutorials:**
  - [Troubleshoot rippled](/es-es/docs/infrastructure/troubleshooting)
- **References:**
  - [rippled API Reference](/es-es/docs/references/http-websocket-apis)
    - [`rippled` Commandline Usage](/es-es/docs/infrastructure/commandline-usage)
    - [server_info method](/docs/references/http-websocket-apis/public-api-methods/server-info-methods/server_info)