Click to See Complete Forum and Search --> : Wine dependencies for Xubuntu


Declan1991
08-04-2008, 02:13 PM
Does anyone know of where I can download all the dependencies for Wine for Xubuntu. I have a machine that I cannot connect to the internet on, and I've been trying to install Wine. I managed to find and install binfmt-support and libaudio2, but I cannot find winbind.

To be honest, I don't really want to get them one by one and install them one by one, so if there is an easier solution (expect connecting the machine to the internet, impossible), I'd love to hear it.

scragar
08-04-2008, 02:56 PM
http://packages.ubuntu.com

http://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=winbind <-- direct link, choose a release.

Declan1991
08-04-2008, 05:39 PM
Thanks. For some reason, that was down yesterday.

drhowarddrfine
08-04-2008, 06:23 PM
With FreeBSD, you can go to the port and do 'make depends' or ... something something pretty-print. Is there something like that in Linux?

scragar
08-04-2008, 06:26 PM
it's even easier in debian based distro's(*buntu, debian, mint etc), when you go to install the .deb it'll just tell you what it needs.

drhowarddrfine
08-04-2008, 08:05 PM
That's more difficult. No need to install anything in freebsd. 'make depends' and it lists everything.

scragar
08-04-2008, 08:12 PM
you don't need to install it, you just double click(if you want the gui), and it shows you what's required before it'll let you install.

from the same side from the command line:dpkg -i package namewill output similar info from the command line.