You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/linux-install-manually.md
+46-13Lines changed: 46 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,10 +50,6 @@ In order to preview new features and provide early feedback, it's recommended th
50
50
> [!WARNING]
51
51
> Switching the channel after the initial installation requires the product to be reinstalled. To switch the product channel: uninstall the existing package, reconfigure your device to use the new channel, and follow the steps in this document to install the package from the new location.
52
52
53
-
## Installer script
54
-
55
-
To use the installer script method, see [Use the installer script to deploy Microsoft Defender for Endpoint on Linux](linux-installer-script.md).
56
-
57
53
## Application installation
58
54
59
55
### RHEL and variants (CentOS, Fedora, Oracle Linux, Amazon Linux 2, Rocky, and Alma)
@@ -298,19 +294,32 @@ The `mde-netfilter` package also has the following package dependencies:
298
294
If the Microsoft Defender for Endpoint installation fails due to missing dependencies errors, you can manually download the prerequisite dependencies.
299
295
300
296
301
-
## Log installation issues
297
+
## Troubleshoot installation issues
298
+
299
+
- For information on how to find the log that's generated automatically when an installation error occurs, see [Log installation issues](/defender-endpoint/linux-resources#log-installation-issues).
300
+
301
+
- For information about common installation issues, see [Installation issues](/defender-endpoint/linux-support-install).
302
+
303
+
- If the health of the device is false, see [Investigate agent health issues](health-status.md).
302
304
303
-
See [Log installation issues](linux-resources.md#log-installation-issues) for more information on how to find the automatically generated log that is created by the installer when an error occurs.
305
+
- For product performance issues, see [Troubleshoot performance issues for Microsoft Defender for Endpoint on Linux](linux-support-perf.md).
304
306
305
-
## How to migrate from Insiders-Fast to Production channel
307
+
- For proxy and connectivity issues, see [Troubleshoot cloud connectivity issues for Microsoft Defender for Endpoint on Linux](linux-support-connectivity.md).
308
+
309
+
- To get support from Microsoft, open a support ticket, and provide the log files created by using the [Microsoft Defender for Endpoint client analyzer tool](run-analyzer-linux.md).
310
+
311
+
312
+
## How to switch between channels
313
+
314
+
For example, to change channel from Insiders-Fast to Production, do the following:
306
315
307
316
1. Uninstall the `Insiders-Fast channel` version of Defender for Endpoint on Linux.
308
317
309
318
```bash
310
319
sudo yum remove mdatp
311
320
```
312
321
313
-
1. Disable the Defender for Endpoint on Linux Insiders-Fast repo
322
+
2. Disable the Defender for Endpoint on Linux Insiders-Fast repo.
314
323
315
324
```bash
316
325
sudo yum repolist
@@ -323,14 +332,38 @@ See [Log installation issues](linux-resources.md#log-installation-issues) for mo
1. Redeploy Microsoft Defender for Endpoint on Linux using the Production channel.
335
+
3. Redeploy Microsoft Defender for Endpoint on Linux using the Production channel.
336
+
337
+
Defender for Endpoint on Linux can be deployed from one of the following channels (denoted as [channel]):
338
+
339
+
- `insiders-fast`
340
+
- `insiders-slow`
341
+
- `prod`
342
+
343
+
Each of these channels corresponds to a Linux software repository. The instructions in this article describe configuring your device to use one of these repositories.
344
+
345
+
The choice of the channel determines the type and frequency of updates that are offered to your device. Devices in insiders-fast are the first ones to receive updates and new features, followed later by insiders-slow and lastly by prod.
346
+
347
+
In order to preview new features and provide early feedback, it's recommended that you configure some devices in your enterprise to use either `insiders-fast` or `insiders-slow`.
348
+
349
+
> [!WARNING]
350
+
> Switching the channel after the initial installation requires the product to be reinstalled. To switch the product channel: uninstall the existing package, reconfigure your device to use the new channel, and follow the steps in this document to install the package from the new location.
351
+
352
+
## How to configure policies for Microsoft Defender for Endpoint on Linux
353
+
354
+
You can configure antivirus and EDR settings on your endpoints. For more information, see the following articles:
355
+
356
+
- [Set preferences for Microsoft Defender for Endpoint on Linux](/defender-endpoint/linux-preferences) describes the available settings
357
+
- [Security settings management](/mem/intune/protect/mde-security-integration) describes how to configure settings in the Microsoft Defender portal.
327
358
328
-
## Uninstallation
359
+
## Uninstall Microsoft Defender for Endpoint on Linux
329
360
330
-
See [Uninstall](linux-resources.md#uninstall-defender-for-endpoint-on-linux) for details on how to remove Defender for Endpoint on Linux from client devices.
361
+
For manual uninstallation, execute the below command as per your Linux distribution.
331
362
332
-
## See also
363
+
- `sudo yum remove mdatp`for RHEL and variants(CentOS and Oracle Linux).
364
+
- `sudo zypper remove mdatp`for SLES and variants.
365
+
- `sudo apt-get purge mdatp`for Ubuntu and Debian systems.
366
+
- `sudo dnf remove mdatp`for Mariner
333
367
334
-
- [Investigate agent health issues](health-status.md)
335
368
336
369
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../includes/defender-mde-techcommunity.md)]
0 commit comments