How to install Wine on Red Hat?

13,839

You can simply install with:

yum install wine

No need for that package. That package probably contains sources, so unless you want to build from sources, a premade binary is much easier.

Share:
13,839

Related videos on Youtube

user882903
Author by

user882903

Updated on September 17, 2022

Comments

  • user882903
    user882903 over 1 year

    I have downloaded the Setup from here.

    How do I install it now?

  • user882903
    user882903 over 14 years
    yum not found. Now what do I do?
  • John T
    John T over 14 years
    yum not found, on Red Hat Linux? You must have done a very minimal install. Do you have rpm at least?
  • John T
    John T over 14 years
    You could grab wine core for i386 here: download.fedora.redhat.com/pub/epel/5/i386/… (I don't know your architecture, just a guess) and do rpm -i wine-core-1.0.1-1.el5.i386.rpm. I assume there are a ton of dependency errors you'll get, so you'll also need to install them.
  • user882903
    user882903 over 14 years
    yes I have rpm. How to install wine using rpm?
  • John T
    John T over 14 years
    From here: download.fedora.redhat.com/pub/epel select your version of Red Hat and architecture, then find wine-core, the main package you'll need. Expect a lot of dependency issues though, you'll need to find other rpms as well. I'd strongly advise installing yum instead.
  • Steve Hiner
    Steve Hiner over 8 years
    yum tells me "No package wine available" on RedHat 6.5 64-bit (using and older version in order to replicate something for a client).