@@ -151,13 +151,13 @@ In order to preview new features and provide early feedback, it's recommended th
151
151
1 . Install ` curl ` if it isn't installed yet:
152
152
153
153
``` bash
154
- sudo apt-get install curl
154
+ sudo apt install curl
155
155
```
156
156
157
157
2 . Install ` libplist-utils ` if it isn't installed yet:
158
158
159
159
``` bash
160
- sudo apt-get install libplist-utils
160
+ sudo apt install libplist-utils
161
161
```
162
162
163
163
> [ !NOTE]
@@ -193,13 +193,13 @@ In order to preview new features and provide early feedback, it's recommended th
193
193
5 . Install the ` gpg ` package if not already installed:
194
194
195
195
``` bash
196
- sudo apt-get install gpg
196
+ sudo apt install gpg
197
197
```
198
198
199
199
If ` gpg ` isn't available, then install ` gnupg ` .
200
200
201
201
``` bash
202
- sudo apt-get install gnupg
202
+ sudo apt install gnupg
203
203
```
204
204
205
205
6 . Install the Microsoft GPG public key:
@@ -219,13 +219,13 @@ In order to preview new features and provide early feedback, it's recommended th
219
219
7. Install the HTTPS driver if not already installed:
220
220
221
221
` ` ` bash
222
- sudo apt-get install apt-transport-https
222
+ sudo apt install apt-transport-https
223
223
` ` `
224
224
225
225
8. Update the repository metadata:
226
226
227
227
` ` ` bash
228
- sudo apt-get update
228
+ sudo apt update
229
229
` ` `
230
230
231
231
# ## Mariner
@@ -313,7 +313,7 @@ sudo zypper install packages-microsoft-com-prod:mdatp
313
313
# ## Ubuntu and Debian systems
314
314
315
315
` ` ` bash
316
- sudo apt-get install mdatp
316
+ sudo apt install mdatp
317
317
` ` `
318
318
319
319
> [! NOTE]
@@ -551,7 +551,7 @@ For manual uninstallation, execute the following command for your Linux distribu
551
551
552
552
- `sudo yum remove mdatp` for RHEL and variants(CentOS and Oracle Linux).
553
553
- `sudo zypper remove mdatp` for SLES and variants.
554
- - `sudo apt-get purge mdatp` for Ubuntu and Debian systems.
554
+ - `sudo apt purge mdatp` for Ubuntu and Debian systems.
555
555
- `sudo dnf remove mdatp` for Mariner
556
556
557
557
## See also
0 commit comments