Bala subramanian wrote: > Friends, > I am building wine from source. i would like to know if i install with > source, will it automatically install the following wine packages. > wine-capi, wine-cms, wine-core, wine-desktop,wine-devel, wine-docs, > wine-esd, wine-jack,wine-ldap, wine-nas, wine-pulseaudio, wine-tools, > wine-twain > > I am not finding the source for these packages. Some packagers like to split up the various pieces of Wine into discrete packages like that. The Wine source includes everything (except wine-pulseaudio; that driver isn't officially supported), so you should only have to do a: sudo make install after building to install everything.