# Updating

### Via the Package Manager (for Debian-based systems with `apt`)

If you installed Hyperdrive via the package manager, you simply need to run the following to update it when a new release is out (along with any other system packages that are out of date):

```
sudo apt update && sudo apt dist-upgrade && sudo apt auto-remove
```

### Manual Update (for all systems)

If you installed Hyperdrive manually, start by downloading the new CLI using the same process you followed in step 1 of the [manual installation](/node-operators/hyperdrive/installation.md#manual-install-for-all-systems) section.

Once it's downloaded, run the following command:

```
hyperdrive service install -d
```

Note the `-d` flag, which skips the installation of operating system dependencies that you should already have.

### After Updating

Regardless of which method you use to update, you must run `hyperdrive service config` or `hyperdrive service start` for the changes to take effect.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nodeset.io/node-operators/hyperdrive/updating.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
