From 7cfc1e361eaee4e0f108f5fe39f8bcdca3f0a386 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 8 Apr 2025 09:34:00 +0200 Subject: [PATCH] Update linux-install-manually.md Changed `apt-get` to `apt` since that's a newer version. --- defender-endpoint/linux-install-manually.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/defender-endpoint/linux-install-manually.md b/defender-endpoint/linux-install-manually.md index d2452fc440..499ffad58d 100644 --- a/defender-endpoint/linux-install-manually.md +++ b/defender-endpoint/linux-install-manually.md @@ -147,13 +147,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] @@ -189,13 +189,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: @@ -215,13 +215,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 @@ -309,7 +309,7 @@ sudo zypper install packages-microsoft-com-prod:mdatp ### Ubuntu and Debian systems ```bash -sudo apt-get install mdatp +sudo apt install mdatp ``` > [!NOTE] @@ -547,7 +547,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