<div dir="ltr"><br><br><div class="gmail_quote">2008/9/23 Minyaloth <span dir="ltr">&lt;<a href="mailto:wineforum-user@winehq.org">wineforum-user@winehq.org</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
thanks, will do. Just one more thing, i&#39;m new to linux, i&#39;m 4 days in. Could u pls explain how exactly i would upgrade my wine. When i try do it from the add / remove programs list i get some strange error about missing dependencies or something. Could u maybe send me a link that i could just click on to upgrade it? Thanks<br>

<br>
<br>
<br>
<br>
<br>
</blockquote></div><br><br>If you have good repos then try this in console:<br><br>sudo apt-get update<br>sudo apt-get upgrade<br><br>this will update packages list and upgrade all packages.... but from what I see here:<br>
<br><a href="http://wine.budgetdedicated.com/archive/index.html">http://wine.budgetdedicated.com/archive/index.html</a><br><br>newest package for Ubuntu 7.10 is wine_1.0.0 so you should either update your system... or you may try my packages from <a href="http://wine.x.pl">wine.x.pl</a> - they are compiled for Debian Etch - but I think they will work with your system as well:<br>
<br>1.Download wine of your choice from here:<br><br><a href="http://wine.x.pl/download_e.html">http://wine.x.pl/download_e.html</a><br><br>2.Then eiter double click on it or try this i terminal:<br><br>sudo dpkg -i name_of_package.deb<br>
<br>If you will have problems try removing exiting wine first:<br><br>sudo apt-get remove wine<br><br>and then install my wine again.<br></div>