<br><br>
<div class="gmail_quote">On Sat, Oct 31, 2009 at 10:22 AM, aeyan <span dir="ltr">&lt;<a href="mailto:wineforum-user@winehq.org">wineforum-user@winehq.org</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Okay, thanks a lot ^^<br><br>I downloaded the 1.1.32 deb file, as I had the &quot;default&quot; wine repositories:<br>

<br><br>Code:<br>wget -q <a href="http://wine.budgetdedicated.com/apt/387EE263.gpg" target="_blank">http://wine.budgetdedicated.com/apt/387EE263.gpg</a> -O- | sudo apt-key add -<br><br><br><br>I used that deb with the KPackageKit, so installed it, and now I have 1.1.32.<br>

<br>Thanks a lot ^^, just I have to download the deb files if possible, and if not... euh... I&#39;ll searh for a solution xd<br><br><br>By the way, I got all my repositories updated, I know I have to do that, but don&#39;t know what it does (technically, obviously it updates something &gt;.&lt;). Now I know, thx =D<br>

</blockquote>
<div>Quick explanation:</div>
<div>- programs packaged in .deb format; contains everything to install a prog (code, doc, upgrade, ...); let&#39;s call them &quot;deb&quot; packages, or debs</div>
<div>- Ubuntu uses by default some repositories = (group of debs with specific versions)</div>
<div>- The default ubuntu repository contains wine 1.0.1 deb package</div>
<div>- You basically</div>
<div>  - instruct ubuntu you have a new repository to get deb packages from (as well as the digital package signer signature [hence the wget -q <a href="http://wine.budgetdedicated.com/apt/387EE263.gpg" target="_blank">http://wine.budgetdedicated.com/apt/387EE263.gpg</a> -O- | sudo apt-key add -])</div>


<div> - this repository contains a newer version of wine (1.1.32)</div>
<div> - hit reload (i.e. retrieve packages information for all packages in ALL your defined repositories) in your package manager [or do a &quot;sudo apt-get update&quot;, which is similar]</div>
<div> - now ubuntu knows where it can find the latest version of wine deb (default rep=1.0.1; added wine rep = 1.1.32 so the latter wins)</div>
<div> - upgrade this program (e.g. using Synaptic package manager, or similar)</div>
<div> </div>
<div>Hope this helps,</div>
<div> </div>
<div>Frédéric</div></div>