Update linux-install-manually.md

This commit is contained in:
MaratMussabekov
2020-08-25 21:16:09 +05:00
committed by GitHub
parent be4534455f
commit 4607899d82

View File

@ -48,6 +48,12 @@ In order to preview new features and provide early feedback, it is recommended t
### RHEL and variants (CentOS and Oracle Linux)
- Install `yum-utils` if it isn't installed yet:
```bash
sudo yum install yum-utils
```
- 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:
@ -71,12 +77,6 @@ In order to preview new features and provide early feedback, it is recommended t
sudo rpm --import http://packages.microsoft.com/keys/microsoft.asc
```
- Install `yum-utils` if it isn't installed yet:
```bash
sudo yum install yum-utils
```
- Download and make usable all the metadata for the currently enabled yum repositories:
```bash
@ -328,4 +328,4 @@ When upgrading your operating system to a new major version, you must first unin
## Uninstallation
See [Uninstall](linux-resources.md#uninstall) for details on how to remove Microsoft Defender ATP for Linux from client devices.
See [Uninstall](linux-resources.md#uninstall) for details on how to remove Microsoft Defender ATP for Linux from client devices.