Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just 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

  2. #2
    Linux Enthusiast MASONTX's Avatar
    Join Date
    May 2010
    Location
    Mason Texas
    Posts
    721

  3. #3
    Just 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

  4. #4
    Linux Enthusiast MASONTX's Avatar
    Join Date
    May 2010
    Location
    Mason Texas
    Posts
    721
    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.

  5. #5
    Linux Enthusiast MASONTX's Avatar
    Join Date
    May 2010
    Location
    Mason Texas
    Posts
    721
    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

  6. #6
    Just Joined! fatra2's Avatar
    Join Date
    Mar 2005
    Location
    Switzerland
    Posts
    32
    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

  7. #7
    vkv
    vkv is offline
    Just Joined!
    Join Date
    Apr 2010
    Posts
    29
    I think what MASONTX posted is the right option to install wine

    That should work

  8. #8
    Just 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...

  9. #9
    Just Joined! tyho's Avatar
    Join Date
    Oct 2010
    Location
    Mwanza, Tanzania
    Posts
    76
    According to WineHQ, .NET Framework 4.0 does not work with wine, it got the "garbage" rating. Where did you get your information from?

  10. #10
    Just Joined! fatra2's Avatar
    Join Date
    Mar 2005
    Location
    Switzerland
    Posts
    32
    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

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...