> ## Documentation Index
> Fetch the complete documentation index at: https://docs.odigos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Upgrade

> Upgrade the Odigos VM Agent on your Linux host

To upgrade the Odigos VM Agent, run the following based on your Linux package manager:

<Tabs>
  <Tab title="DNF">
    Using `dnf` (RHEL, Fedora, Rocky Linux):

    ```shell theme={null}
    sudo dnf upgrade odigos
    ```
  </Tab>

  <Tab title="APT">
    Using `apt` (Debian, Ubuntu):

    ```shell theme={null}
    sudo apt upgrade odigos
    ```
  </Tab>

  <Tab title="RPM">
    If you use a package manager other than `dnf` or `apt`, run the following to upgrade the agent:

    <Note>Replace \<otelcol-version> and \<agent-version> with the versions you downloaded.</Note>

    ```shell theme={null}
    rpm -Uvh odigos-otelcol-<otelcol-version>.rpm odigos-<agent-version>.rpm
    ```
  </Tab>
</Tabs>
