Assumed the packages are needed for a machine without Internet access and you want to install the package + the dependencies + the dependencies of the dependencies, then copy them into one directory abd install them by using the asterisk.
sudo dpkg -i * If it won't work, because a package would be installed, before the needed dependencies would be installed, use sudo dpkg --force-depends -i * -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/1393441926.647.31.camel@archlinux

