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

# Mise à jour

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

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

{% 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 plus tard.

<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>Télécharger cette version et installer maintenant</strong></td><td>Télécharger immédiatement la nouvelle version et l'installer.</td></tr><tr><td><strong>Télécharger cette version et installer lorsque l'application est fermée</strong></td><td>Télécharger la version et attendre que l'application soit fermée avant de l'installer.</td></tr><tr><td><strong>Télécharger l'installateur avec votre navigateur par défaut</strong></td><td>Télécharger l'installateur en externe avec votre navigateur Web par défaut.</td></tr><tr><td><strong>Ignorer cette version</strong></td><td>Ne pas mettre à jour l'application avec cette version.</td></tr><tr><td><strong>Me le rappeler plus tard</strong></td><td>Vous rappeler de mettre à jour la prochaine fois que l'application est ouverte.</td></tr></tbody></table>

{% hint style="info" %}
Cliquez [ici](/rdm/fr/knowledge-base/knowledge-base-articles/automatically-update-remote-desktop-manager-using-microsoft-intune.md)pour apprendre comment utiliser Microsoft Intune pour 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>Installer la mise à jour</strong></td><td>Télécharger immédiatement la nouvelle version et l'installer.</td></tr><tr><td><strong>Ignorer cette 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 sont pour Ubuntu, mais peuvent varier selon la distribution.
{% endhint %}

1. Lancez Remote Desktop Manager Linux.
2. Si vous n'êtes pas invité, allez à la section ***Aide*** du ruban, puis cliquez sur ***Vérifier les mises à jour***.
3. Cliquez sur ***Télécharger depuis le site Web***.
4. Par défaut, il devrait sélectionner le fichier Linux (*.deb*), puis cliquez sur ***Télécharger***.
5. Cliquez sur ***Activités*** en haut à gauche.
6. Cliquez sur ***Fichiers*** et allez au dossier ***Téléchargements***.
7. Faites un clic droit sur un espace vide et sélectionnez ***Ouvrir dans un terminal***.
8. Saisissez `sudo dpkg -i RemoteDesktopManager_`*VersionNumberHere*`_amd64.deb`.
9. Une invite de mot de passe apparaîtra, saisissez 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, and the optional `goal` query parameter:

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