From be8ab27c34b12a7db565d1fd149a5d5fb100eeaa Mon Sep 17 00:00:00 2001 From: Scott Schlesier Date: Tue, 31 Jul 2018 12:36:08 -0700 Subject: [PATCH] apt-get: add pointer to apt-cache when searching for pacakges (#2231) --- 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 01f9057658..c56c27c555 100644 --- a/pages/linux/apt-get.md +++ b/pages/linux/apt-get.md @@ -1,6 +1,7 @@ # apt-get > Debian and Ubuntu package management utility. +> Search for packages using `apt-cache`. - Update the list of available packages and versions (it's recommended to run this before other `apt-get` commands):