@@ -15,7 +15,7 @@ ms.collection:
15
15
ms.topic : conceptual
16
16
ms.subservice : linux
17
17
search.appverid : met150
18
- ms.date : 10/11 /2024
18
+ ms.date : 10/15 /2024
19
19
---
20
20
21
21
# 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
94
94
95
95
- Install ` yum-utils ` if it isn't installed yet:
96
96
97
- ``` bash
97
+ ``` bash
98
98
sudo yum install yum-utils
99
99
```
100
100
101
- > [ !NOTE]
101
+ > [ !NOTE]
102
102
> Your distribution and version, and identify the closest entry (by major, then minor) for it under ` https://packages.microsoft.com/config/rhel/ ` .
103
103
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:
105
105
106
106
| Distro & version| Package|
107
107
| ---| ---|
108
108
| For Alma 8.4 and higher| < https://packages.microsoft.com/config/alma/8/prod.repo > |
109
109
| For Alma 9.2 and higher| < https://packages.microsoft.com/config/alma/9/prod.repo > |
110
110
| 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 > |
112
112
| For RHEL/Centos/Oracle 7.2-7.9 & Amazon Linux 2 | < https://packages.microsoft.com/config/rhel/7.2/prod.repo > |
113
113
| For Amazon Linux 2023 | < https://packages.microsoft.com/config/amazonlinux/2023/prod.repo > |
114
114
| For Fedora 33| < https://packages.microsoft.com/config/fedora/33/prod.repo > |
115
115
| For Fedora 34| < https://packages.microsoft.com/config/fedora/34/prod.repo > |
116
116
| For Rocky 8.7 and higher| < https://packages.microsoft.com/config/rocky/8/prod.repo > |
117
117
| 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:
118
120
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
124
122
sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/rhel/[version]/[channel].repo
125
123
```
126
124
127
- > [ !TIP]
125
+ > [ !TIP]
128
126
> Use hostnamectl command to identify system related information including release * [ version] * .
129
127
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:
131
129
132
- ``` bash
130
+ ``` bash
133
131
sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/rhel/7/prod.repo
134
132
```
135
133
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:
137
135
138
- ``` bash
136
+ ``` bash
139
137
sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/rhel/7/insiders-fast.repo
140
138
```
141
139
0 commit comments