> ## 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.

# Uninstall

> Uninstall the Odigos VM Agent from your Linux host

To uninstall 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 remove odigos
    ```
  </Tab>

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

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

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

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

    ```shell theme={null}
    rpm -ev odigos odigos-otelcol
    ```
  </Tab>
</Tabs>
