Hi there,
I've installed a pc with Kubuntu for someone that doesn't have an internet connection. So far so good. But how do I install something extra on that pc since I can't just use Adept or apt-get...
I have internet access myself (obviously) so am I right in assuming I could just do the following ?
eg to install frozen-bubble
-download frozen-bubble_1.0.0-6_i386.deb (via Adept, copy it from /var/cache/apt/archives)
-burn it on a cd ,insert the cd on the destination pc, mount it
-run dpkg -i frozen-bubble_1.0.0-6_i386.deb
but how do I know if it has dependencies on other packages not on that pc ?
Any way of listing all packages a package depends on ?
would it even work as I described ? Is there an even easier way ?
Comment