Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 5493  / 3 Years ago, thu, may 13, 2021, 5:29:48

Please help me to install WIne 1.7.8 on Ubuntu 12.04.
I added ppa, updated but it installing for me 1.7.11 instead 1.7.8...


More From » wine

 Answers
3

To install older versions, you have to download it from another source. What most people forget is from the WineHQ PPA, the older versions are removed from the repository.



Try this steps out:



sudo apt-get install flex bison qt3-dev-tools qt4-qmake
wget http://prdownloads.sourceforge.net/wine/wine-1.7.8.tar.bz2
tar-xjvf wine-1.7. *
cd wine-1.7. *

32bit architecture perform the following command:

. / Configure
cd tools;. / wineinstall

>> 64bit architecture perform the following command:

. / Configure - enable-win64
cd tools;. / wineinstall

[#27181] Saturday, May 15, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
oargrou

Total Points: 336
Total Questions: 105
Total Answers: 113

Location: Vietnam
Member since Sun, Oct 18, 2020
4 Years ago
;