Results 1 to 10 of 12
hey after being searched on internet,i am here and need help from you all,,for my project i have to download wine 1.3.0 .deb file but i couldnt find this,,
i ...
- 11-15-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
need help in ubuntu 10.04 for wine1.3.0
hey after being searched on internet,i am here and need help from you all,,for my project i have to download wine 1.3.0 .deb file but i couldnt find this,,
i havve found wine 1.2.0 and wine 1.3.6 in .deb formats but i need wine 1.3.0
can anyone help me?
regards
- 11-15-2010 #2
Have you tried WineHQ - Wine Binary Downloads or Wine release 1.3.0 released
also look at Linux Today - Wine 1.3.0 Released
- 11-15-2010 #3Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
i have tried all these sites..these sites contain wine 1.3.0 in .tar formats but ineed wine 1.3.0 in .deb format
- 11-15-2010 #4
Alternative Command Line Instructions for Installing Wine:
It is also possible to add the Wine PPA and install via the terminal. This may be useful on Kubuntu, Xubuntu, and other Ubuntu derivatives.
sudo add-apt-repository ppa:ubuntu-wine/ppa
Then update APT's package information by running 'sudo apt-get update'. You can now install Wine by typing 'sudo apt-get install wine1.3'.
If you'd like to browse the PPA manually, you can visit its Launchpad page.
- 11-15-2010 #5
The binary packages are available, so it may be possible to make a .deb by following this sites instructions. How to make deb packages - Linux For Devices Articles - Linux for Devices
- 11-16-2010 #6
Hi there,
First of all, why do you desperately need version 1.3.0??? I believe the newest version would do just fine.
Secondly, if you found the tarball of the version you are looking for, just download it and install it. Installing a tarball is not the end of the world. Just unarchive the tarball, then read the README or INSTALL file. It should tell you how to proceed.
Cheers
- 11-16-2010 #7Just Joined!
- Join Date
- Apr 2010
- Posts
- 29
I think what MASONTX posted is the right option to install wine
That should work
- 11-16-2010 #8Just Joined!
- Join Date
- Mar 2010
- Posts
- 4
i want wine 1.3.0 because it supports .NET framewok 4.0.
i have also tried ppa ubuntu
but this is installing wine 1.3.6
and i dpwnloaded tar file and read it readme file but i couldnt understand...
- 11-16-2010 #9
According to WineHQ, .NET Framework 4.0 does not work with wine, it got the "garbage" rating. Where did you get your information from?
- 11-17-2010 #10
Hi there,
The README file gives the detailed information on how to install this particular package. Normally (which I believe for wine is the case), just follow this simple procedure:
1. tar -zxvf wineSomething.tar.gz (for gzip tarball)
or tar -jxvf wineSomething.tar.bz (for bzip tarball)
2. cd wineSoemthing
3. ./configure
4. make clean
5. make
You might need to be root for some of these processes. Hope this helps. Cheers


Reply With Quote