Get wine 1.7.9 on ubuntu 15.04

Questions about Wine on Linux
Locked
stiggia
Newbie
Newbie
Posts: 4
Joined: Tue Jun 30, 2015 3:07 am

Get wine 1.7.9 on ubuntu 15.04

Post by stiggia »

Hi i've installed wine1.7 on my ubuntu15.04 following the guidehttps://www.winehq.org/download/ubuntu

I'm looking for wine 1.7.9 but i get 1.7.4
Can someone explain my why?
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Get wine 1.7.9 on ubuntu 15.04

Post by dimesio »

What you got was 1.7.44, not 1.7.4. There are no 1.7.9 packages for 15.04 because 15.04 did not exist when 1.7.9 was current.
stiggia
Newbie
Newbie
Posts: 4
Joined: Tue Jun 30, 2015 3:07 am

Re: Get wine 1.7.9 on ubuntu 15.04

Post by stiggia »

So there is no way to get it?
User avatar
L. Rahyen
Moderator
Moderator
Posts: 338
Joined: Fri Feb 22, 2008 9:13 pm

Re: Get wine 1.7.9 on ubuntu 15.04

Post by L. Rahyen »

One of the best ways to get any Wine version is to download Wine git repository. To choose version you need run:

Code: Select all

git reset wine-1.7.9
git checkout -f
And compile it as usually. Then you can either run Wine without installing or create .deb package with checkinstall. Also, with Wine git repository you can do regression testing.

Alternatively, you can try googling for 1.7.9 debs for older version of your OS and try to install them manually with "sudo dpkg -i".
stiggia
Newbie
Newbie
Posts: 4
Joined: Tue Jun 30, 2015 3:07 am

Re: Get wine 1.7.9 on ubuntu 15.04

Post by stiggia »

Now i realise it was a silly question.
Thank you for answering.
Locked