Rajpratik71 commented on a change in pull request #4474: optimization debian
package manager tweaks
URL: https://github.com/apache/trafficcontrol/pull/4474#discussion_r390772753
##########
File path: docs/source/admin/quick_howto/ciab.rst
##########
@@ -376,7 +376,7 @@ On Linux, we suggest ``openvpn``. On most Linux
distributions, this will also be
.. code-block:: shell
:caption: Install openvpn on ubuntu/debian
- apt-get update && apt-get install -y openvpn
+ apt-get update && apt-get --no-install-recommends install -y openvpn
Review comment:
I general updated "apt-get install" with "apt-get --no-install-recommends
install" as a best practice for apt-get wherever applicable
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services