> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/es/getting-started/installation/update.md).

# Actualización

Cuando hay disponible una nueva versión de Remote Desktop Manager, aparece una ventana de actualización en la aplicación que solicita actualizar. También muestra las ***Notas de la versión*** (nuevas funciones, mejoras, correcciones, cambios importantes).

Descargue la última versión, omítala o haga que Remote Desktop Manager le avise de la actualización más adelante.

{% tabs %}
{% tab title="Windows" %}
Descargue la última versión, omítala o haga que Remote Desktop Manager le avise de la actualización más adelante.

<figure><img src="https://cdnweb.devolutions.net/docs/RDMW2005_2024_1.png" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="330">OPCIÓN</th><th>DESCRIPCIÓN</th></tr></thead><tbody><tr><td><strong>Descargar esta versión e instalar ahora</strong></td><td>Descargar inmediatamente la nueva versión e instalarla.</td></tr><tr><td><strong>Descargar esta versión e instalar cuando se cierre la aplicación</strong></td><td>Descargar la versión y esperar a que se cierre la aplicación antes de instalarla.</td></tr><tr><td><strong>Descargar el instalador con su navegador predeterminado</strong></td><td>Descargar el instalador externamente utilizando su navegador web predeterminado.</td></tr><tr><td><strong>Omitir esta versión</strong></td><td>No actualizar la aplicación con esta versión.</td></tr><tr><td><strong>Recordármelo más tarde</strong></td><td>Le recuerda actualizar la próxima vez que se abra la aplicación.</td></tr></tbody></table>

{% hint style="info" %}
Haga clic [aquí](/rdm/es/knowledge-base/knowledge-base-articles/automatically-update-remote-desktop-manager-using-microsoft-intune.md)para saber cómo utilizar Microsoft Intune para actualizar automáticamente Remote Desktop Manager.
{% endhint %}
{% endtab %}

{% tab title="macOS" %}

<table><thead><tr><th width="221">OPCIÓN</th><th>DESCRIPCIÓN</th></tr></thead><tbody><tr><td><strong>Instalar actualización</strong></td><td>Descargar inmediatamente la nueva versión e instalarla.</td></tr><tr><td><strong>Omitir esta versión</strong></td><td>No actualizar la aplicación con esta versión.</td></tr></tbody></table>
{% endtab %}

{% tab title="Linux" %}
{% hint style="info" %}
Los siguientes pasos son para Ubuntu, pero pueden variar según la distribución.
{% endhint %}

1. Inicie Remote Desktop Manager Linux.
2. Si no se le solicita, vaya a la sección ***Ayuda*** de la cinta de opciones y, a continuación, haga clic en ***Buscar actualizaciones***.
3. Haga clic en ***Descargar desde el sitio web***.
4. De forma predeterminada, debería seleccionar el fichero de Linux (*.deb*); a continuación, haga clic en ***Descargar***.
5. Haga clic en ***Actividades*** en la parte superior izquierda.
6. Haga clic en ***Ficheros*** y vaya a la carpeta ***Descargas***.
7. Haga clic con el botón derecho en un espacio vacío y seleccione ***Abrir en un terminal***.
8. Introduzca `sudo dpkg -i RemoteDesktopManager_`*VersionNumberHere*`_amd64.deb`.
9. Se le solicitará una contraseña; introdúzcala en el terminal y pulse Enter.
   {% endtab %}
   {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/rdm/es/getting-started/installation/update.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
