No Winetricks for 1.5.1?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
gutigen
Level 2
Level 2
Posts: 16
Joined: Wed Dec 14, 2011 3:51 pm

No Winetricks for 1.5.1?

Post by gutigen »

Am I blind or there is no winetricks for Wine 1.5.1?
I have 1.5.1 Wine and when I want to install winetricks, synaptic lists Wine 1.4 as dependency for it >.<

Ubuntu 12.04 etc
DeIdeal
Newbie
Newbie
Posts: 2
Joined: Fri Apr 06, 2012 6:41 pm

Post by DeIdeal »

Well, I just updated to 1.5.1 and the winetricks I had installed is working just fine. At least I think it is.
Mateusz Stachowski
Level 3
Level 3
Posts: 71
Joined: Mon Apr 18, 2011 3:49 am

Post by Mateusz Stachowski »

That's an Ubuntu packaging problem. Wine developers provide only source for the program and don't do any packages for distributions also winetricks is a separate project.

You could install the latest version of winetricks by yourself without any packaging. I'm doing it this way:

wget http://winetricks.googlecode.com/svn/tr ... winetricks
sudo cp winetricks /usr/bin

if it's not working you probably need to make it executable:

sudo chmod +x /usr/bin/winetricks

When you want to update it you have to remove the old winetricks because if you don't the new downloaded with wget will be named winetricks.1

rm -f winetricks

or delete it from file manager (Nautilus, Dolphin) and then repeat the above steps. This way you always have the latest winetricks with updates and new recipes (for example for dotnet40 or rayman2_demo).
gutigen
Level 2
Level 2
Posts: 16
Joined: Wed Dec 14, 2011 3:51 pm

Post by gutigen »

Ok, it seems that I'm an idiot :)
I was instaling wine1.5 instead of wine meta package which pulls winetricks as dependency aswell. Problem fixed.
Locked