Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions defender-endpoint/linux-install-manually.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ In order to preview new features and provide early feedback, it's recommended th
1. Install `curl` if it isn't installed yet:

```bash
sudo apt-get install curl
sudo apt install curl
```

2. Install `libplist-utils` if it isn't installed yet:

```bash
sudo apt-get install libplist-utils
sudo apt install libplist-utils
```

> [!NOTE]
Expand Down Expand Up @@ -193,13 +193,13 @@ In order to preview new features and provide early feedback, it's recommended th
5. Install the `gpg` package if not already installed:

```bash
sudo apt-get install gpg
sudo apt install gpg
```

If `gpg` isn't available, then install `gnupg`.

```bash
sudo apt-get install gnupg
sudo apt install gnupg
```

6. Install the Microsoft GPG public key:
Expand All @@ -219,13 +219,13 @@ In order to preview new features and provide early feedback, it's recommended th
7. Install the HTTPS driver if not already installed:

```bash
sudo apt-get install apt-transport-https
sudo apt install apt-transport-https
```

8. Update the repository metadata:

```bash
sudo apt-get update
sudo apt update
```

### Mariner
Expand Down Expand Up @@ -313,7 +313,7 @@ sudo zypper install packages-microsoft-com-prod:mdatp
### Ubuntu and Debian systems

```bash
sudo apt-get install mdatp
sudo apt install mdatp
```

> [!NOTE]
Expand Down Expand Up @@ -551,7 +551,7 @@ For manual uninstallation, execute the following command for your Linux distribu

- `sudo yum remove mdatp` for RHEL and variants(CentOS and Oracle Linux).
- `sudo zypper remove mdatp` for SLES and variants.
- `sudo apt-get purge mdatp` for Ubuntu and Debian systems.
- `sudo apt purge mdatp` for Ubuntu and Debian systems.
- `sudo dnf remove mdatp` for Mariner

## See also
Expand Down