Skip to content

Update ubuntu.md. Fix sudo apt-get install ./docker-desktop-amd64.deb #22611

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Knase
Copy link

@Knase Knase commented May 8, 2025

I changed
sudo apt-get install ./docker-desktop-amd64.deb
to
sudo dpkg -i ./docker-desktop-amd64.deb

Because I got this error with command apt-get install N: Download is performed unsandboxed as root as file './docker-desktop-amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)

Description

Related issues or tickets

Reviews

  • Technical review
  • Editorial review
  • Product review
I changed 
sudo apt-get install ./docker-desktop-amd64.deb
to 
sudo dpkg -i ./docker-desktop-amd64.deb

Because I got this  error with command apt-get install 
N: Download is performed unsandboxed as root as file './docker-desktop-amd64.deb' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
@Knase Knase requested a review from aevesdocker as a code owner May 8, 2025 20:19
Copy link

netlify bot commented May 8, 2025

Deploy Preview for docsdocker ready!

Name Link
🔨 Latest commit b6515b1
🔍 Latest deploy log https://app.netlify.com/sites/docsdocker/deploys/681d11b741870800080df33f
😎 Deploy Preview https://deploy-preview-22611--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.

@github-actions github-actions bot added the area/desktop Issue affects a desktop edition of Docker. E.g docker for mac label May 8, 2025
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
1 participant