diff --git a/defender-endpoint/linux-install-manually.md b/defender-endpoint/linux-install-manually.md index 6bdc3f1f44..7024218613 100644 --- a/defender-endpoint/linux-install-manually.md +++ b/defender-endpoint/linux-install-manually.md @@ -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] @@ -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: @@ -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 @@ -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] @@ -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