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?
This might be just me, but I prefer remembering what the keys actually do:
Also good to know: