mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 21:03:42 +00:00
Rename Oracle EL -> Oracle Linux
This commit is contained in:
@ -43,14 +43,14 @@ The choice of the channel determines the type and frequency of updates that are
|
|||||||
|
|
||||||
In order to preview new features and provide early feedback, it is recommended that you configure some devices in your enterprise to use either *insiders-fast* or *insiders-slow*.
|
In order to preview new features and provide early feedback, it is recommended that you configure some devices in your enterprise to use either *insiders-fast* or *insiders-slow*.
|
||||||
|
|
||||||
### RHEL and variants (CentOS and Oracle EL)
|
### RHEL and variants (CentOS and Oracle Linux)
|
||||||
|
|
||||||
- Note your distribution and version, and identify the closest entry for it under `https://packages.microsoft.com/config/`.
|
- Note your distribution and version, and identify the closest entry for it under `https://packages.microsoft.com/config/`.
|
||||||
|
|
||||||
In the below commands, replace *[distro]* and *[version]* with the information you've identified:
|
In the below commands, replace *[distro]* and *[version]* with the information you've identified:
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> In case of Oracle EL and CentOS 8, replace *[distro]* with “rhel”.
|
> In case of Oracle Linux and CentOS 8, replace *[distro]* with “rhel”.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/[distro]/[version]/[channel].repo
|
sudo yum-config-manager --add-repo=https://packages.microsoft.com/config/[distro]/[version]/[channel].repo
|
||||||
@ -170,7 +170,7 @@ In order to preview new features and provide early feedback, it is recommended t
|
|||||||
|
|
||||||
## Application installation
|
## Application installation
|
||||||
|
|
||||||
- RHEL and variants (CentOS and Oracle EL):
|
- RHEL and variants (CentOS and Oracle Linux):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo yum install mdatp
|
sudo yum install mdatp
|
||||||
|
@ -140,7 +140,7 @@ Create subtask or role files that contribute to an actual task. Create the follo
|
|||||||
In the following commands, replace *[distro]* and *[version]* with the information you've identified.
|
In the following commands, replace *[distro]* and *[version]* with the information you've identified.
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> In case of Oracle EL and CentOS 8, replace *[distro]* with “rhel”.
|
> In case of Oracle Linux and CentOS 8, replace *[distro]* with “rhel”.
|
||||||
|
|
||||||
- For apt-based distributions use the following YAML file:
|
- For apt-based distributions use the following YAML file:
|
||||||
|
|
||||||
|
@ -89,7 +89,7 @@ Note your distribution and version and identify the closest entry for it under `
|
|||||||
In the below commands, replace *[distro]* and *[version]* with the information you've identified:
|
In the below commands, replace *[distro]* and *[version]* with the information you've identified:
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> In case of Oracle EL and CentOS 8, replace *[distro]* with “rhel”.
|
> In case of Oracle Linux and CentOS 8, replace *[distro]* with “rhel”.
|
||||||
|
|
||||||
```puppet
|
```puppet
|
||||||
class install_mdatp {
|
class install_mdatp {
|
||||||
|
@ -68,7 +68,7 @@ There are several ways to uninstall Microsoft Defender ATP for Linux. If you are
|
|||||||
|
|
||||||
### Manual uninstallation
|
### Manual uninstallation
|
||||||
|
|
||||||
- ```sudo yum remove mdatp``` for RHEL and variants(CentOS and Oracle EL).
|
- ```sudo yum remove mdatp``` for RHEL and variants(CentOS and Oracle Linux).
|
||||||
- ```sudo zypper remove mdatp``` for SLES and variants.
|
- ```sudo zypper remove mdatp``` for SLES and variants.
|
||||||
- ```sudo apt-get purge mdatp``` for Ubuntu and Debian systems.
|
- ```sudo apt-get purge mdatp``` for Ubuntu and Debian systems.
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Microsoft regularly publishes software updates to improve performance, security,
|
|||||||
|
|
||||||
To update Microsoft Defender ATP for Linux manually, execute one of the following commands:
|
To update Microsoft Defender ATP for Linux manually, execute one of the following commands:
|
||||||
|
|
||||||
## RHEL and variants (CentOS and Oracle EL)
|
## RHEL and variants (CentOS and Oracle Linux)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo yum update mdatp
|
sudo yum update mdatp
|
||||||
|
@ -82,7 +82,7 @@ In general you need to take the following steps:
|
|||||||
- Ubuntu 16.04 LTS or higher LTS
|
- Ubuntu 16.04 LTS or higher LTS
|
||||||
- Debian 9 or higher
|
- Debian 9 or higher
|
||||||
- SUSE Linux Enterprise Server 12 or higher
|
- SUSE Linux Enterprise Server 12 or higher
|
||||||
- Oracle Enterprise Linux 7
|
- Oracle Linux 7
|
||||||
|
|
||||||
- Minimum kernel version 2.6.38
|
- Minimum kernel version 2.6.38
|
||||||
- The `fanotify` kernel option must be enabled
|
- The `fanotify` kernel option must be enabled
|
||||||
|
Reference in New Issue
Block a user