@@ -476,7 +476,7 @@ Download the onboarding package from Microsoft Defender portal.
476
476
curl -o /tmp/eicar.com.txt https://secure.eicar.org/eicar.com.txt
477
477
```
478
478
479
- - You can run additional detection tests on zip files using either of the following commands:
479
+ - You can run more detection tests on zip files using either of the following commands:
480
480
481
481
```bash
482
482
curl -o /tmp/eicar_com.zip https://secure.eicar.org/eicar_com.zip
@@ -503,16 +503,16 @@ Download the onboarding package from Microsoft Defender portal.
503
503
504
504
The following external package dependencies exist for the mdatp package:
505
505
506
- - The mdatp RPM package requires " glibc >= 2.17", " audit", " policycoreutils", " semanage" " selinux-policy-targeted", " mde-netfilter"
507
- - For RHEL6 the mdatp RPM package requires " audit", " policycoreutils", " libselinux", " mde-netfilter"
508
- - For DEBIAN the mdatp package requires " libc6 >= 2.23", " uuid-runtime", " auditd", " mde-netfilter"
509
- - For Mariner the mdatp package requires " attr", " audit", " diffutils", " libacl", " libattr", " libselinux-utils", " selinux-policy", " policycoreutils", " mde-netfilter"
506
+ - The mdatp RPM package requires ` glibc >= 2.17`, ` audit`, ` policycoreutils`, ` semanage` ` selinux-policy-targeted`, ` mde-netfilter`
507
+ - For RHEL6 the mdatp RPM package requires ` audit`, ` policycoreutils`, ` libselinux`, ` mde-netfilter`
508
+ - For DEBIAN the mdatp package requires ` libc6 >= 2.23`, ` uuid-runtime`, ` auditd`, ` mde-netfilter`
509
+ - For Mariner the mdatp package requires ` attr`, ` audit`, ` diffutils`, ` libacl`, ` libattr`, ` libselinux-utils`, ` selinux-policy`, ` policycoreutils`, ` mde-netfilter`
510
510
511
511
The mde-netfilter package also has the following package dependencies:
512
512
513
- - For DEBIAN, the mde-netfilter package requires " libnetfilter-queue1", " libglib2.0-0"
514
- - For RPM, the mde-netfilter package requires " libmnl", " libnfnetlink", " libnetfilter_queue", " glib2"
515
- - For Mariner, the mde-netfilter package requires " libnfnetlink", " libnetfilter_queue"
513
+ - For DEBIAN, the mde-netfilter package requires ` libnetfilter-queue1`, ` libglib2.0-0`
514
+ - For RPM, the mde-netfilter package requires ` libmnl`, ` libnfnetlink`, ` libnetfilter_queue`, ` glib2`
515
+ - For Mariner, the mde-netfilter package requires ` libnfnetlink`, ` libnetfilter_queue`
516
516
517
517
If the Microsoft Defender for Endpoint installation fails due to missing dependencies errors, you can manually download the prerequisite dependencies.
518
518
@@ -523,7 +523,7 @@ See [Log installation issues](linux-resources.md#log-installation-issues) for mo
523
523
524
524
## How to migrate from Insiders-Fast to Production channel
525
525
526
- 1. Uninstall the " Insiders-Fast channel" version of Defender for Endpoint on Linux.
526
+ 1. Uninstall the ` Insiders-Fast channel` version of Defender for Endpoint on Linux.
527
527
528
528
```bash
529
529
sudo yum remove mdatp
@@ -536,13 +536,13 @@ See [Log installation issues](linux-resources.md#log-installation-issues) for mo
536
536
```
537
537
538
538
> [!NOTE]
539
- > The output should show " packages-microsoft-com-fast-prod" .
539
+ > The output should show ` packages-microsoft-com-fast-prod` .
540
540
541
541
```bash
542
542
sudo yum-config-manager --disable packages-microsoft-com-fast-prod
543
543
```
544
544
545
- 1. Redeploy Microsoft Defender for Endpoint on Linux using the " Production channel" .
545
+ 1. Redeploy Microsoft Defender for Endpoint on Linux using the Production channel.
546
546
547
547
## Uninstallation
548
548
0 commit comments