docs icon indicating copy to clipboard operation
docs copied to clipboard

Do not use for loops for package removal on debian-based systems

Open insanolanbiri opened this issue 1 year ago β€’ 1 comments

Description

In the docker engine installation instructions, it is advised to remove unofficial packages in the following way:

for pkg in <packages>; do sudo apt-get remove $pkg; done

This invokes apt-get many times, resulting in having to confirm every uninstallation.

This PR changes such instructions to the following, easier-to-read and easier-to-execute format:

sudo apt-get remove <packages>

Reviews

  • [ ] Technical review
  • [ ] Editorial review
  • [ ] Product review

insanolanbiri avatar Jun 21 '24 08:06 insanolanbiri

Deploy Preview for docsdocker ready!

Name Link
Latest commit 25d1b6e7b99881cad07a4adbbf509a0fee460793
Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/66753701ac0a4c0008d88ed6
Deploy Preview https://deploy-preview-20271--docsdocker.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Jun 21 '24 08:06 netlify[bot]

Thanks for the pull request. We'd like to make our product docs better, but haven’t been able to review all the suggestions. As our docs have also diverged, we do not have the bandwidth to review and rebase old pull requests.

If the updates are still relevant, review our contribution guidelines and rebase your pull request against the latest version of the docs, then mark it as fresh with a /remove-lifecycle stale comment. If not, this pull request will be closed in 30 days. This helps our maintainers focus on the active pull requests.

Prevent pull requests from auto-closing with a /lifecycle frozen comment.

/lifecycle stale

docker-robot[bot] avatar Sep 19 '24 01:09 docker-robot[bot]