From b6e405f0ee83826c7378b55c2caeb2466268a6b6 Mon Sep 17 00:00:00 2001 From: thenarcissist <35285981+thenarcissist@users.noreply.github.com> Date: Mon, 1 Oct 2018 14:10:42 +0530 Subject: [PATCH] apt: added to description. Added that apt should be preferred over apt-get in Ubuntu systems which are 16.04 and later. --- pages/linux/apt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/linux/apt.md b/pages/linux/apt.md index 183cc8afb..5a5f84cc6 100644 --- a/pages/linux/apt.md +++ b/pages/linux/apt.md @@ -1,6 +1,7 @@ # apt > Package management utility for Debian based distributions. +> Recommended replacement for apt-get in Ubuntu versions 16.04 and later. - Update the list of available packages and versions (it's recommended to run this before other `apt` commands):