20.10: Installing a .deb with dependencies -- HowTo?

Oliver Grawert ogra at ubuntu.com
Mon Apr 26 07:06:38 UTC 2021


hi,
Am Sonntag, den 25.04.2021, 20:19 -0400 schrieb Robert Heller:
> dpkg -i packagename.deb
> (fails, but list deps)

at which point you should "apt -f install" (-f -> "--fix-broken") to
fix the missing dependencies automatically ;)

though as others said, since 16.04 you should be able to simply: 

apt install ./packagename.deb

without jumping through that extra dpkg hoop ...

ciao
	oli
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: This is a digitally signed message part
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20210426/44159902/attachment.sig>


More information about the ubuntu-users mailing list