Skip to content

Commit 7cfc1e3

Browse files
Update linux-install-manually.md
Changed `apt-get` to `apt` since that's a newer version.
1 parent d0dee94 commit 7cfc1e3

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
@@ -147,13 +147,13 @@ In order to preview new features and provide early feedback, it's recommended th
147147
1. Install `curl` if it isn't installed yet:
148148

149149
```bash
150-
sudo apt-get install curl
150+
sudo apt install curl
151151
```
152152

153153
2. 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
189189
5. 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

201201
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
215215
7. 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

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

Comments
 (0)