Update ubuntu.md. Fix sudo apt-get install ./docker-desktop-amd64.deb #22611
Update ubuntu.md. Fix sudo apt-get install ./docker-desktop-amd64.deb #22611Knase wants to merge 1 commit intodocker:mainfrom
Conversation
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)
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Thanks for the pull request. We'd like to make our product docs better, but haven’t been able to review all the suggestions. 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 Prevent pull requests from auto-closing with a /lifecycle stale |
|
Closing PR as this is expected and the error you received is documented on that page and you can ignore the error |
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