Skip to content

Commit 5065e93

Browse files
committed
Update linux-install-manually.md
1 parent 29161be commit 5065e93

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

defender-endpoint/linux-install-manually.md

Lines changed: 16 additions & 12 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: 02/15/2025
18+
ms.date: 02/14/2025
1919
---
2020

2121
# Deploy Microsoft Defender for Endpoint on Linux manually
@@ -50,7 +50,7 @@ This article describes how to deploy Microsoft Defender for Endpoint on Linux ma
5050

5151
## Prerequisites and system requirements
5252

53-
Before you get started, see [Microsoft Defender for Endpoint on Linux](microsoft-defender-endpoint-linux.md) for a description of prerequisites and system requirements for the current software version.
53+
Before you begin, see [Microsoft Defender for Endpoint on Linux](microsoft-defender-endpoint-linux.md) for a description of prerequisites and system requirements for the current software version.
5454

5555
> [!WARNING]
5656
> Upgrading your operating system to a new major version after the product installation requires the product to be reinstalled. You need to [Uninstall](linux-resources.md#uninstall-defender-for-endpoint-on-linux) the existing Defender for Endpoint on Linux, upgrade the operating system, and then reconfigure Defender for Endpoint on Linux following the below steps.
@@ -67,21 +67,20 @@ In order to preview new features and provide early feedback, it's recommended th
6767
> Switching the channel after the initial installation requires the product to be reinstalled. To switch the product channel: uninstall the existing package, re-configure your device to use the new channel, and follow the steps in this document to install the package from the new location.
6868
6969
### RHEL and variants (CentOS, Fedora, Oracle Linux, Amazon Linux 2, Rocky, and Alma)
70-
- Install `yum-utils` if it isn't installed yet:
71-
```bash
72-
sudo yum install yum-utils
73-
```
7470

75-
> [!NOTE]
76-
> Your distribution and version, and identify the closest entry (by major, then minor) for it under `https://packages.microsoft.com/config/rhel/`.
71+
1. Install `yum-utils` if it isn't installed yet:
72+
73+
```bash
74+
sudo yum install yum-utils
75+
```
7776

78-
Use the following table to help guide you in locating the package:
77+
2. Locate the correct package for your distribution and version. Use the following table to help guide you in locating the package:
7978

8079
|Distro & version|Package|
8180
|---|---|
82-
|For Alma 8.4 and higher|<https://packages.microsoft.com/config/alma/8/prod.repo>|
83-
|For Alma 9.2 and higher|<https://packages.microsoft.com/config/alma/9/prod.repo>|
84-
|For RHEL/Centos/Oracle 9.0-9.8|<https://packages.microsoft.com/config/rhel/9/prod.repo>|
81+
|For Alma 8.4 and higher|[https://packages.microsoft.com/config/alma/8/prod.repo](https://packages.microsoft.com/config/alma/8/prod.repo)|
82+
|For Alma 9.2 and higher|[https://packages.microsoft.com/config/alma/9/prod.repo](https://packages.microsoft.com/config/alma/9/prod.repo)|
83+
|For RHEL/Centos/Oracle 9.0-9.8|[https://packages.microsoft.com/config/rhel/9/prod.repo](https://packages.microsoft.com/config/rhel/9/prod.repo)|
8584
|For RHEL/Centos/Oracle 8.0-8.10|<https://packages.microsoft.com/config/rhel/8/prod.repo>|
8685
|For RHEL/Centos/Oracle 7.2-7.9 & Amazon Linux 2 |<https://packages.microsoft.com/config/rhel/7.2/prod.repo>|
8786
|For Amazon Linux 2023 |<https://packages.microsoft.com/config/amazonlinux/2023/prod.repo>|
@@ -90,6 +89,11 @@ In order to preview new features and provide early feedback, it's recommended th
9089
|For Rocky 8.7 and higher|<https://packages.microsoft.com/config/rocky/8/prod.repo>|
9190
|For Rocky 9.2 and higher|<https://packages.microsoft.com/config/rocky/9/prod.repo>|
9291

92+
93+
> [!NOTE]
94+
> For your distribution and version, identify the closest entry for it (by major, then minor) under `https://packages.microsoft.com/config/rhel/`.
95+
96+
9397
In the following commands, replace *[version]* and *[channel]* with the information you've identified:
9498

9599
```bash

0 commit comments

Comments
 (0)