From 382dfc8141e9367d3c5842014d2a8c08fd707ac4 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Mon, 5 Nov 2018 17:13:02 -0800 Subject: [PATCH] Add link to serverguide for command line package management in appendix C --- source/C/command_line.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/C/command_line.rst b/source/C/command_line.rst index ecf7ab3a..f85c35be 100644 --- a/source/C/command_line.rst +++ b/source/C/command_line.rst @@ -29,4 +29,6 @@ To list files on the current file system one of the most important commands to k will show the files in your current directory and the man page lists more options such as viewing all files or long listing. +There is also the command line for manageing and installing packages which is beyond the scope of this appendix but please see `apt package management `_ for how to insert and remove packages from the command line. +