• 3 Posts
  • 253 Comments
Joined 1 年前
cake
Cake day: 2023年6月21日

help-circle









  • How can I do that with dpkg(1)?

    You can install .deb files with apt by prepending a ./, e.g. sudo apt install --no-install-recommends ./docker-desktop-4.30.0-amd64.deb would work. I usually avoid using dpkg unless I have to.

    Also:

    • That deb file is for docker desktop, which you said you didn’t want?
    • Is insapp an alias or something?
    • You were running sudo apt-get install -f before, was your install already broken?

  • Your description is mildly confusing to read, could you provide a list of commands? You can check history for this.

    Sometimes APT can auto install recommended packages, adding --no-install-recommends disables this temporarily.

    Edit: Also you’re using PopOS which is Ubuntu based, usually using Debian packages isn’t an issue on Ubuntu, but sometimes it is, and something like docker should have an Ubuntu version.