From 9a525b44cc0382906041501d5786296e3da427a7 Mon Sep 17 00:00:00 2001 From: Mike Phares Date: Fri, 4 Aug 2023 14:00:50 -0700 Subject: [PATCH] apt-get --- .kanbn/tasks/apt-get-install.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.kanbn/tasks/apt-get-install.md b/.kanbn/tasks/apt-get-install.md index af70fa5..97fba84 100644 --- a/.kanbn/tasks/apt-get-install.md +++ b/.kanbn/tasks/apt-get-install.md @@ -25,6 +25,7 @@ lsb_release -a apt-get clean # Update the package lists apt-get update +apt-get install libssl-dev libssl-doc # Download all package updates available apt-get dist-upgrade --download-only # recursive-dependencies-of-a-debian-package