Skip to content

docs: Correct package manager usage in uninstall guide #22458

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 29, 2025

Conversation

udqy
Copy link
Contributor

@udqy udqy commented Apr 20, 2025


  • Arch Linux does not have a seperate 'remove' and 'purge' command, instead the package is removed in one go.
  • Replaces 'pacman remove' with 'pacman -Rns' for a more complete removal, including configuration and dependencies.
  • The 'com.docker.cli' symlink does not exist.
  • Ensures all steps are accurate for an Arch Linux environment using pacman. The command explained:
    -R - removes packages
    -n - removes configuration files related to the package -s - Removes Dependencies that are not required by other packages

Description

The uninstallation steps for Arch Linux were wrong. I replaced the steps with the correct commands.

Here is the Arch Wiki page for reference.

Feel free to recommend changes. Thank you!

- Arch Linux does not have a seperate 'remove' and 'purge' command, instead the package is removed in one go.  
- Replaces 'pacman remove' with 'pacman -Rns' for a more complete removal, including configuration and dependencies.
- The 'com.docker.cli' symlink does not exist.
- Ensures all steps are accurate for an Arch Linux environment using pacman.
The command explained:
-R - removes packages
-n - removes configuration files related to the package
-s - Removes Dependencies that are not required by other packages
@udqy udqy requested a review from aevesdocker as a code owner April 20, 2025 08:47
@github-actions github-actions bot added the area/desktop Issue affects a desktop edition of Docker. E.g docker for mac label Apr 20, 2025
Copy link

netlify bot commented Apr 20, 2025

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit deef8a1
🔍 Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/6804b4b3d3eb9100086ce75a
😎 Deploy Preview https://deploy-preview-22458--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.

Copy link
Member

@p1-0tr p1-0tr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@aevesdocker aevesdocker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR @udqy!

@aevesdocker aevesdocker merged commit 61d245a into docker:main May 29, 2025
5 checks passed
@udqy
Copy link
Contributor Author

udqy commented May 29, 2025

Thank you @p1-0tr @aevesdocker!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/desktop Issue affects a desktop edition of Docker. E.g docker for mac
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in package menager command
4 participants