How to let `dpkg -i` install dependencies when installing software from .deb Say, I have foo-1.2.3.deb which depends on perl and python , however, running command: dpkg -i ./foo-1.2.3.…