Created
July 25, 2023 18:58
-
-
Save cdeitrick/ccf09dbe911e850e6861806bb1f144e1 to your computer and use it in GitHub Desktop.
Linux Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Install packages suggested by apt when install a program. | |
| apt-get -o APT::Install-Suggests="true" install {package} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment