@@ -147,13 +147,13 @@ In order to preview new features and provide early feedback, it's recommended th
147
147
1 . Install ` curl ` if it isn't installed yet:
148
148
149
149
``` bash
150
- sudo apt-get install curl
150
+ sudo apt install curl
151
151
```
152
152
153
153
2 . Install ` libplist-utils ` if it isn't installed yet:
154
154
155
155
``` bash
156
- sudo apt-get install libplist-utils
156
+ sudo apt install libplist-utils
157
157
```
158
158
159
159
> [ !NOTE]
@@ -189,13 +189,13 @@ In order to preview new features and provide early feedback, it's recommended th
189
189
5 . Install the ` gpg ` package if not already installed:
190
190
191
191
``` bash
192
- sudo apt-get install gpg
192
+ sudo apt install gpg
193
193
```
194
194
195
195
If ` gpg ` isn't available, then install ` gnupg ` .
196
196
197
197
``` bash
198
- sudo apt-get install gnupg
198
+ sudo apt install gnupg
199
199
```
200
200
201
201
6 . Install the Microsoft GPG public key:
@@ -215,13 +215,13 @@ In order to preview new features and provide early feedback, it's recommended th
215
215
7. Install the HTTPS driver if not already installed:
216
216
217
217
` ` ` bash
218
- sudo apt-get install apt-transport-https
218
+ sudo apt install apt-transport-https
219
219
` ` `
220
220
221
221
8. Update the repository metadata:
222
222
223
223
` ` ` bash
224
- sudo apt-get update
224
+ sudo apt update
225
225
` ` `
226
226
227
227
# ## Mariner
@@ -309,7 +309,7 @@ sudo zypper install packages-microsoft-com-prod:mdatp
309
309
# ## Ubuntu and Debian systems
310
310
311
311
` ` ` bash
312
- sudo apt-get install mdatp
312
+ sudo apt install mdatp
313
313
` ` `
314
314
315
315
> [! NOTE]
@@ -547,7 +547,7 @@ For manual uninstallation, execute the following command for your Linux distribu
547
547
548
548
- `sudo yum remove mdatp` for RHEL and variants(CentOS and Oracle Linux).
549
549
- `sudo zypper remove mdatp` for SLES and variants.
550
- - `sudo apt-get purge mdatp` for Ubuntu and Debian systems.
550
+ - `sudo apt purge mdatp` for Ubuntu and Debian systems.
551
551
- `sudo dnf remove mdatp` for Mariner
552
552
553
553
0 commit comments