> 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/fr/installation/update.md).

# Mise à jour

Lorsqu'une nouvelle version de Remote Desktop Manager est disponible, une fenêtre de mise à jour s'affiche dans l'application pour vous inviter à effectuer la mise à jour. Elle affiche également les ***Notes de version*** (nouvelles fonctionnalités, améliorations, correctifs, changements importants).

Téléchargez la dernière version, ignorez-la ou demandez à Remote Desktop Manager de vous notifier de la mise à jour ultérieurement.

{% tabs %}
{% tab title="Windows" %}
Téléchargez la dernière version, ignorez-la ou demandez à Remote Desktop Manager de vous notifier de la mise à jour ultérieurement.

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

<table><thead><tr><th width="330">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Download this version and install now</strong></td><td>Télécharger immédiatement la nouvelle version et l'installer.</td></tr><tr><td><strong>Download this version and install when the application is closed</strong></td><td>Télécharger la version et attendre la fermeture de l'application avant de l'installer.</td></tr><tr><td><strong>Download installer using your default browser</strong></td><td>Télécharger le programme d'installation en externe à l'aide de votre navigateur Web par défaut.</td></tr><tr><td><strong>Skip this version</strong></td><td>Ne pas mettre à jour l'application avec cette version.</td></tr><tr><td><strong>Remind me later</strong></td><td>Vous rappeler d'effectuer la mise à jour à la prochaine ouverture de l'application.</td></tr></tbody></table>

{% hint style="info" %}
Cliquez [ici](https://docs.devolutions.net/fr/rdm/kb/knowledge-base/auto-update-rdm-intune/) pour apprendre à utiliser Microsoft Intune afin de mettre à jour automatiquement Remote Desktop Manager.
{% endhint %}
{% endtab %}

{% tab title="macOS" %}

<table><thead><tr><th width="221">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Install update</strong></td><td>Télécharger immédiatement la nouvelle version et l'installer.</td></tr><tr><td><strong>Skip this version</strong></td><td>Ne pas mettre à jour l'application avec cette version.</td></tr></tbody></table>
{% endtab %}

{% tab title="Linux" %}
{% hint style="info" %}
Les étapes suivantes s'appliquent à Ubuntu, mais peuvent varier selon la distribution.
{% endhint %}

1. Lancez Remote Desktop Manager Linux.
2. Si vous n'y êtes pas invité, accédez à la section ***Aide*** dans le ruban, puis cliquez sur ***Vérifier les mises à jour***.
3. Cliquez sur ***Télécharger depuis le site Web***.
4. Par défaut, le fichier Linux (*.deb*) devrait être sélectionné, puis cliquez sur ***Télécharger***.
5. Cliquez sur ***Activités*** en haut à gauche.
6. Cliquez sur ***Fichiers*** et accédez au dossier ***Téléchargements***.
7. Faites un clic droit sur un espace vide et sélectionnez ***Ouvrir dans le terminal***.
8. Saisissez `sudo dpkg -i RemoteDesktopManager_`*VersionNumberHere*`_amd64.deb`.
9. Une invite de mot de passe s'affichera ; entrez le mot de passe dans le terminal et appuyez sur Entrée.
   {% 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:

```
GET https://docs.devolutions.net/rdm/fr/installation/update.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.
