| title | Get the Microsoft Intune app for Linux |
|---|---|
| description | Describes how to install, update, and remove the Microsoft Intune app for Linux. |
| ms.date | 03/31/2026 |
| ms.reviewer | arnab |
This article describes how to install, update, and remove the Microsoft Intune app for Linux on a personal device.
The Microsoft Intune app package is available at https://packages.microsoft.com/. For more information about how to use, install, and configure Linux software packages for Microsoft products, see Linux Software Repository for Microsoft Products.
The Microsoft Intune app is supported with the following operating systems:
- Ubuntu Desktop, version 22.04 LTS or 24.04 LTS (physical or Hyper-V machine with x86/64 CPUs)
- RedHat Enterprise Linux 9
- RedHat Enterprise Linux 10
A sample script to install the Microsoft Intune app and its dependencies on your device is available on GitHub. Review the instructions carefully before installing.
Run the following commands to uninstall the Microsoft Intune app and remove local registration data from devices running Ubuntu Desktop.
-
Remove the Intune app from your system.
sudo apt remove intune-portal
-
Remove the local registration data. This command removes the local configuration data that contains your device registration.
sudo apt purge intune-portal
A sample script to install the Microsoft Intune app and its dependencies on your device is available on GitHub. Review the instructions carefully before installing.
Run the following commands to uninstall the Microsoft Intune app and remove local registration data on devices running RedHat Enterprise Linux.
-
Remove the Intune portal package.
sudo dnf remove intune-portal
-
Remove local registration data.
sudo rm -rf /var/opt/microsoft/mdatp sudo rm -rf /etc/opt/microsoft/mdatp sudo rm -rf /opt/microsoft/mdatp
For more information about Linux device management, see: