Skip to content

Commit aef8c0c

Browse files
authored
Merge branch 'main' into patch-1
2 parents 3022d94 + 6201711 commit aef8c0c

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

defender-endpoint/linux-install-manually.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 10/11/2024
18+
ms.date: 10/15/2024
1919
---
2020

2121
# Deploy Microsoft Defender for Endpoint on Linux manually
@@ -94,48 +94,46 @@ Read more [here](https://github.com/microsoft/mdatp-xplat/tree/master/linux/inst
9494

9595
- Install `yum-utils` if it isn't installed yet:
9696

97-
```bash
97+
```bash
9898
sudo yum install yum-utils
9999
```
100100

101-
> [!NOTE]
101+
> [!NOTE]
102102
> Your distribution and version, and identify the closest entry (by major, then minor) for it under `https://packages.microsoft.com/config/rhel/`.
103103
104-
Use the following table to help guide you in locating the package:
104+
Use the following table to help guide you in locating the package:
105105

106106
|Distro & version|Package|
107107
|---|---|
108108
|For Alma 8.4 and higher|<https://packages.microsoft.com/config/alma/8/prod.repo>|
109109
|For Alma 9.2 and higher|<https://packages.microsoft.com/config/alma/9/prod.repo>|
110110
|For RHEL/Centos/Oracle 9.0-9.8|<https://packages.microsoft.com/config/rhel/9/prod.repo>|
111-
|For RHEL/Centos/Oracle 8.0-8.9|<https://packages.microsoft.com/config/rhel/8/prod.repo>|
111+
|For RHEL/Centos/Oracle 8.0-8.10|<https://packages.microsoft.com/config/rhel/8/prod.repo>|
112112
|For RHEL/Centos/Oracle 7.2-7.9 & Amazon Linux 2 |<https://packages.microsoft.com/config/rhel/7.2/prod.repo>|
113113
|For Amazon Linux 2023 |<https://packages.microsoft.com/config/amazonlinux/2023/prod.repo>|
114114
|For Fedora 33|<https://packages.microsoft.com/config/fedora/33/prod.repo>|
115115
|For Fedora 34|<https://packages.microsoft.com/config/fedora/34/prod.repo>|
116116
|For Rocky 8.7 and higher|<https://packages.microsoft.com/config/rocky/8/prod.repo>|
117117
|For Rocky 9.2 and higher|<https://packages.microsoft.com/config/rocky/9/prod.repo>|
118+
119+
In the following commands, replace *[version]* and *[channel]* with the information you've identified:
118120

119-
<!--|For RHEL/Centos 6.7-6.10|<https://packages.microsoft.com/config/rhel/6/[channel].repo>|-->
120-
121-
In the following commands, replace *[version]* and *[channel]* with the information you've identified:
122-
123-
```bash
121+
```bash
124122
sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/rhel/[version]/[channel].repo
125123
```
126124

127-
> [!TIP]
125+
> [!TIP]
128126
> Use hostnamectl command to identify system related information including release *[version]*.
129127
130-
For example, if you're running CentOS 7 and want to deploy Defender for Endpoint on Linux from the `prod` channel:
128+
For example, if you're running CentOS 7 and want to deploy Defender for Endpoint on Linux from the `prod` channel:
131129

132-
```bash
130+
```bash
133131
sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/rhel/7/prod.repo
134132
```
135133

136-
Or if you wish to explore new features on selected devices, you might want to deploy Microsoft Defender for Endpoint on Linux to *insiders-fast* channel:
134+
Or if you wish to explore new features on selected devices, you might want to deploy Microsoft Defender for Endpoint on Linux to *insiders-fast* channel:
137135

138-
```bash
136+
```bash
139137
sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/rhel/7/insiders-fast.repo
140138
```
141139

0 commit comments

Comments
 (0)