I have a new Ubuntu 12.04 that's not connected to the internet. So I download .deb files into my phone and send it to my PC via USB cable.
But the dependencies that are required are giving me a real headache.
Take Aircrack as an example. When you try to install the package, it says
Dependency is not satisfiable: iw
Then after downloading and opening iw, it gives
Dependency is not satisfiable: libnl-3-200 (>=3.2.7)
I get the following error when I try to install those packages with Software Center:
Dependency is not satisfiable: [DEPENDENCY_NAME] [DEPENDENCY_VERSION]
So, I was wondering if there is some way to download all the dependencies together with the package.
Thanks in advance.
