I'm kindof surprised that ubuntu doesn't seem to have wine in it's own repositories, but distro-watch confirms that it doesn't. How strange
Never mind - on the subject of downgrading, since there doesn't seem to be a package of the latest stable version available, the only way I can see to make this work is uninstalling the package you've got at the moment, then installing 1.0.1 from source. This is a pretty messy method, to be honest (tho it should work), so if anyone else is reading this thread and has a neater way of doing it, please suggest it
I get the impression from your post that Office is the only program you're trying to install in wine. If that's wrong, and you've got other programs working already through it, there's a possibility this process will break them, and it may erase your wine config file - which is fine if you don't need anything from your old wine setup because you haven't installed anything, but not fine otherwise.
1) Uninstall wine and winetricks using apt (probably easiest to do that from the graphical environment of apt, but I don't know ubuntu so I can't say exactly how that works).
2) Download the wine 1.0.1 source file from http://ibiblio.org/pub/linux/system/...-1.0.1.tar.bz2
3) open a terminal and go to the folder where you saved that wine download.
4) run these commands Code: tar -xvjf wine-1.0.1.tar.bz2
cd wine-1.0.1
sudo ./tools/wineinstall
5) reinstall winetricks using apt, but making sure it doesn't also install wine. (we uninstalled it then reinstalled to try to make sure it is configured for the right version of wine - the new one we've just installed).
6) then try installing office as you did before.
HTH
Giles
__________________
"Our greatest fear is not that we are powerless. Our greatest fear is Microsoft" Registered linux user #391027
|