Results 1 to 4 of 4

Thread: Wine problem in Fedora 12

  1. #1
    Join Date
    Nov 2008
    Posts
    240

    Wine problem in Fedora 12

    Hi
    I have recently installed Fedora 12 operating system on my computer. I am curious of how to install the new version of wine 1.1.34 on Fedora 12. I want to install some windows softwares which I like. So, can anyone explain me how to install the wine on fedora 12. Or is there any good guide which can help me. I even tried searching it on forums but could not find an valuable information there. One more query, the current version of wine is 1.1.32 on my fedora 12. how long does it take fedora 12 to update a newer version? Please help.

  2. #2
    Join Date
    Apr 2008
    Posts
    2,139

    Re: Wine problem in Fedora 12

    Hi
    First you have to download the latest version of the wine from their official site. Open the terminal and move to the directory where you have downloaded the wine. Then you have to configure it, issue this command.
    Code:
    CC="ccache gcc" ./configure --verbose
    Some of the linux ditribution need 32bit libraries. So you have to issue this command.
    Code:
    CC="ccache gcc -m32" ./configure --verbose
    Then just make it and install, that is too simple
    Or is there any good guide which can help me.
    For good information of how to download and install wine you can see the wine wiki.

  3. #3
    Join Date
    May 2008
    Posts
    4,831

    Re: Wine problem in Fedora 12

    Hi
    The above posted is correct. But if you want it to install using the yum, then you have to just add the wine.repo file to your /etc/yum/repos.d/ directory. Then you have to uninstall the wine from your system.
    Code:
    yum remove wine
    I will recommend you to install the open SUSE build. For me this worked fine. Just issue the following command in the terminal.
    Code:
    yum install wine wine-dev
    I think even you should not have any problem of downloading and installing it. Try it and enjoy wine.

  4. #4
    Join Date
    Nov 2008
    Posts
    240

    Re: Wine problem in Fedora 12

    Hi
    I have not done this before, I mean i have not added any repository to the operating system yet. so can any one explain me in details of how to add the repository and how to install from it? I tried doing the following
    Code:
    [root@localhost Downloads]# yum repolist
    Loaded plugins: presto, refresh-packagekit
    repo id repo name status
    Emulators_Wine Wine (openSUSE_11.2) enabled: 22
    fedora Fedora 12 - x86_64 enabled: 19,122
    flash flash enabled: 1
    rpmfusion-free RPM Fusion for Fedora 12 - Free enabled: 432
    rpmfusion-free-updates RPM Fusion for Fedora 12 - Free - Updates enabled: 102
    updates Fedora 12 - x86_64 - Updates enabled: 2,295
    repolist: 21,974
    Any help will be highly appreciated. Thanks in advance.

Similar Threads

  1. utorrent problem under wine
    By Jaganmohini in forum Windows Software
    Replies: 6
    Last Post: 29-06-2010, 10:25 AM
  2. Problem with fonts in fedora
    By Logan 2 in forum Operating Systems
    Replies: 4
    Last Post: 04-03-2010, 01:11 PM
  3. Fedora 12 problem with KVM
    By a13xndr in forum Operating Systems
    Replies: 4
    Last Post: 30-01-2010, 01:56 AM
  4. Problem compiling Wine 1.1.36 on Mac OS X
    By L-cynthiya in forum Operating Systems
    Replies: 5
    Last Post: 12-01-2010, 07:42 PM
  5. Installing applications in fedora 10 with wine
    By X-Ray in forum Operating Systems
    Replies: 4
    Last Post: 14-11-2009, 05:04 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,101,995.17405 seconds with 16 queries