Skip to content

Conversation

@kevinadhiguna
Copy link

Proposed changes

I replaced apt-get with apt as it is the one that Linux distributions recommend. It gives you the tools you need to manage your packages. Most importantly, with fewer but easy-to-remember options, it is simpler to use.

In addition, what I replaced are commands that install and remove packages :

- sudo apt-get install
+ sudo apt install
- sudo apt-get remove
+ sudo apt remove
- sudo apt-get purge
+ sudo apt purge

Any feedback will be appreciated, thanks!

References :

@netlify
Copy link

netlify bot commented May 26, 2021

✔️ Deploy Preview for docsdocker ready!

🔨 Explore the source changes: 222e947

🔍 Inspect the deploy log: https://app.netlify.com/sites/docsdocker/deploys/60ae68a30cb3170007f87e3f

😎 Browse the preview: https://deploy-preview-12900--docsdocker.netlify.app

@crydotsnake
Copy link

@usha-mandya

@thaJeztah
Copy link
Member

Thank you for contributing!

We use apt-get instead of apt in these instructions so that the example commands can be used by users who want to script these steps. While apt is intended for "interactive" use, apt-get is still the recommended tool for scripting (as it has a stable API, whereas apt does not).

Some earlier discussions on this can be found in #10547, #8135, and probably some other ones.

I'm closing this PR because of the above, but thanks again for contributing, and feel free to continue the conversation.

@thaJeztah thaJeztah closed this Jul 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants