Skip to content

Commit 222bf59

Browse files
authored
Merge pull request #249 from PaleSkinnySwede/patch-1
Update linux-install-manually.md
2 parents 456d85e + ebf869c commit 222bf59

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

defender-endpoint/linux-install-manually.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ In order to preview new features and provide early feedback, it's recommended th
151151
1. Install `curl` if it isn't installed yet:
152152

153153
```bash
154-
sudo apt-get install curl
154+
sudo apt install curl
155155
```
156156

157157
2. 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
193193
5. 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

205205
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
219219
7. 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

225225
8. 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

Comments
 (0)