You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/linux-install-manually.md
+16-12Lines changed: 16 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ms.collection:
15
15
ms.topic: conceptual
16
16
ms.subservice: linux
17
17
search.appverid: met150
18
-
ms.date: 02/15/2025
18
+
ms.date: 02/14/2025
19
19
---
20
20
21
21
# 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
50
50
51
51
## Prerequisites and system requirements
52
52
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.
54
54
55
55
> [!WARNING]
56
56
> 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
67
67
> 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.
68
68
69
69
### 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
-
```
74
70
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
+
```
77
76
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:
79
78
80
79
|Distro & version|Package|
81
80
|---|---|
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>|
0 commit comments