mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 12:23:37 +00:00
Merge pull request #8141 from MaratMussabekov/patch-190
changed the order of bash commands
This commit is contained in:
@ -51,6 +51,12 @@ In order to preview new features and provide early feedback, it is recommended t
|
|||||||
|
|
||||||
### RHEL and variants (CentOS and Oracle Linux)
|
### 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/`.
|
- 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:
|
||||||
@ -74,12 +80,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
|
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:
|
- Download and make usable all the metadata for the currently enabled yum repositories:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Reference in New Issue
Block a user