Skip to content

Commit be610c4

Browse files
committed
Update linux-install-manually.md
1 parent 3f377f8 commit be610c4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

defender-endpoint/linux-install-manually.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ Download the onboarding package from Microsoft Defender portal.
476476
curl -o /tmp/eicar.com.txt https://secure.eicar.org/eicar.com.txt
477477
```
478478
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:
480480
481481
```bash
482482
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.
503503
504504
The following external package dependencies exist for the mdatp package:
505505
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`
510510
511511
The mde-netfilter package also has the following package dependencies:
512512
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`
516516
517517
If the Microsoft Defender for Endpoint installation fails due to missing dependencies errors, you can manually download the prerequisite dependencies.
518518
@@ -523,7 +523,7 @@ See [Log installation issues](linux-resources.md#log-installation-issues) for mo
523523
524524
## How to migrate from Insiders-Fast to Production channel
525525
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.
527527
528528
```bash
529529
sudo yum remove mdatp
@@ -536,13 +536,13 @@ See [Log installation issues](linux-resources.md#log-installation-issues) for mo
536536
```
537537
538538
> [!NOTE]
539-
> The output should show "packages-microsoft-com-fast-prod".
539+
> The output should show `packages-microsoft-com-fast-prod`.
540540
541541
```bash
542542
sudo yum-config-manager --disable packages-microsoft-com-fast-prod
543543
```
544544
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.
546546
547547
## Uninstallation
548548

0 commit comments

Comments
 (0)