I have a folder with a dozen of packages, along with the one I want to install, and it's dependencies.
How can I selectively (no dpkg -i *.deb
) and easily install the package with apt ?
I have a folder with a dozen of packages, along with the one I want to install, and it's dependencies.
How can I selectively (no dpkg -i *.deb
) and easily install the package with apt ?