@@ -147,13 +147,13 @@ In order to preview new features and provide early feedback, it's recommended th
1471471 . Install ` curl ` if it isn't installed yet:
148148
149149 ``` bash
150- sudo apt-get install curl
150+ sudo apt install curl
151151 ```
152152
1531532 . Install ` libplist-utils ` if it isn't installed yet:
154154
155155 ``` bash
156- sudo apt-get install libplist-utils
156+ sudo apt install libplist-utils
157157 ```
158158
159159 > [ !NOTE]
@@ -189,13 +189,13 @@ In order to preview new features and provide early feedback, it's recommended th
1891895 . Install the ` gpg ` package if not already installed:
190190
191191 ``` bash
192- sudo apt-get install gpg
192+ sudo apt install gpg
193193 ```
194194
195195 If ` gpg ` isn't available, then install ` gnupg ` .
196196
197197 ``` bash
198- sudo apt-get install gnupg
198+ sudo apt install gnupg
199199 ```
200200
2012016 . Install the Microsoft GPG public key:
@@ -215,13 +215,13 @@ In order to preview new features and provide early feedback, it's recommended th
2152157. Install the HTTPS driver if not already installed:
216216
217217 ` ` ` bash
218- sudo apt-get install apt-transport-https
218+ sudo apt install apt-transport-https
219219 ` ` `
220220
2212218. Update the repository metadata:
222222
223223 ` ` ` bash
224- sudo apt-get update
224+ sudo apt update
225225 ` ` `
226226
227227# ## Mariner
@@ -309,7 +309,7 @@ sudo zypper install packages-microsoft-com-prod:mdatp
309309# ## Ubuntu and Debian systems
310310
311311` ` ` bash
312- sudo apt-get install mdatp
312+ sudo apt install mdatp
313313` ` `
314314
315315> [! NOTE]
@@ -547,7 +547,7 @@ For manual uninstallation, execute the following command for your Linux distribu
547547
548548- `sudo yum remove mdatp` for RHEL and variants(CentOS and Oracle Linux).
549549- `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.
551551- `sudo dnf remove mdatp` for Mariner
552552
553553
0 commit comments