From 649882dc999ac1b079c2a89281fd6eb84f364963 Mon Sep 17 00:00:00 2001 From: MIfoodie <94649676+MIfoodie@users.noreply.github.com> Date: Tue, 27 Feb 2024 09:28:01 -0500 Subject: [PATCH] apt-get: add recommendation for apt (#12394) * apt-get: add recommendation for apt --------- Co-authored-by: Fazle Arefin Co-authored-by: Juri Dispan --- pages/linux/apt-get.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/linux/apt-get.md b/pages/linux/apt-get.md index b84195f36..23c96c3c1 100644 --- a/pages/linux/apt-get.md +++ b/pages/linux/apt-get.md @@ -2,6 +2,7 @@ > Debian and Ubuntu package management utility. > Search for packages using `apt-cache`. +> It is recommended to use `apt` when used interactively in Ubuntu versions 16.04 and later. > More information: . - Update the list of available packages and versions (it's recommended to run this before other `apt-get` commands):