PDA

View Full Version : wine 10MB vs wine 30MB


giuspen
March 11th, 2008, 11:02 AM
Do anybody can tell me why the wine package from the ubuntu repository is 30MB and the package for ubuntu from winehq repository is only 10MB? Due to this mismatching I always waited 6months to have new version of wine because the wine on ubuntu repository is never updated :(
Bye & thanks.

wblancqu
March 11th, 2008, 11:07 AM
To always have the latest wine, follow instructions on
http://www.winehq.org/site/download-deb

wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/winehq.list

Grtz

Sukarn
March 11th, 2008, 05:17 PM
The question was not how to get a new version of wine, but rather what are the differences between ubuntu's wine and the official one from winehq. How can there be so much difference between the two that they have a 20 MB difference in the size of the installer, and a 50+ MB size difference of the installed application?

This question has always perplexed me, but it seems that in wine 0.9.57 in hardy, this difference of size is almost gone (although the one from winehq is for gutsy). They are both about 11 MB in size (although this was not the case with 0.9.56)

Sammi
March 11th, 2008, 06:18 PM
Maybe the official Ubuntu deb comes with the source code?

Anyway the debs from winehq.org are just good as the debs in the official repository. Been using them for years :D

Sukarn
March 12th, 2008, 02:04 AM
Yeah, I've been using winehq's debs too.

YokoZar
March 12th, 2008, 06:45 AM
It's because the Ubuntu packages weren't stripping the debugging symbols until recently. The winehq debs were also compressed with bzip2 while the ubuntu ones defaulted to gzip.

Nothing really important, unless you were using the debugger.

giuspen
March 12th, 2008, 07:02 AM
Thanks a lot, so I will start to use packages from winehq repository.
Bye,
Beppe.