@@ -151,13 +151,13 @@ In order to preview new features and provide early feedback, it's recommended th
1511511 . Install ` curl ` if it isn't installed yet:
152152
153153 ``` bash
154- sudo apt-get install curl
154+ sudo apt install curl
155155 ```
156156
1571572 . Install ` libplist-utils ` if it isn't installed yet:
158158
159159 ``` bash
160- sudo apt-get install libplist-utils
160+ sudo apt install libplist-utils
161161 ```
162162
163163 > [ !NOTE]
@@ -193,13 +193,13 @@ In order to preview new features and provide early feedback, it's recommended th
1931935 . Install the ` gpg ` package if not already installed:
194194
195195 ``` bash
196- sudo apt-get install gpg
196+ sudo apt install gpg
197197 ```
198198
199199 If ` gpg ` isn't available, then install ` gnupg ` .
200200
201201 ``` bash
202- sudo apt-get install gnupg
202+ sudo apt install gnupg
203203 ```
204204
2052056 . Install the Microsoft GPG public key:
@@ -219,13 +219,13 @@ In order to preview new features and provide early feedback, it's recommended th
2192197. Install the HTTPS driver if not already installed:
220220
221221 ` ` ` bash
222- sudo apt-get install apt-transport-https
222+ sudo apt install apt-transport-https
223223 ` ` `
224224
2252258. Update the repository metadata:
226226
227227 ` ` ` bash
228- sudo apt-get update
228+ sudo apt update
229229 ` ` `
230230
231231# ## Mariner
@@ -313,7 +313,7 @@ sudo zypper install packages-microsoft-com-prod:mdatp
313313# ## Ubuntu and Debian systems
314314
315315` ` ` bash
316- sudo apt-get install mdatp
316+ sudo apt install mdatp
317317` ` `
318318
319319> [! NOTE]
@@ -551,7 +551,7 @@ For manual uninstallation, execute the following command for your Linux distribu
551551
552552- `sudo yum remove mdatp` for RHEL and variants(CentOS and Oracle Linux).
553553- `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.
555555- `sudo dnf remove mdatp` for Mariner
556556
557557## See also
0 commit comments