To install Wine in CentOS first check for yum Update using the below Command

 yum check-update

Once this is done type

 yum install wine

7 thoughts on “How to install wine in CentOS 6.3

  1. Hi mate,

    I’m trying install wine by typing yum install wine on Centos 6.3 (64bit). It shows :
    Loaded plugins: fastestmirror, refesh-packagekit, security
    Loading mirror speeds from cashed hostfile
    * base: mirror.ellogroup.com
    *updates: mirror.ellogroup.com
    Setting up install process
    No package wine available.
    Error: Nothing to do

  2. I am geeting below messages, though login with root :-
    yum install wine
    Loaded plugins: fastestmirror, refresh-packagekit
    Loading mirror speeds from cached hostfile
    * base: mirrors.hns.net.in
    * extras: mirrors.hns.net.in
    * updates: mirrors.sin3.sg.voxel.net
    Setting up Install Process
    No package wine available.
    Error: Nothing to do

  3. “To install Wine in CentOS first check for yum Update using the below Command

    yum check-update

    Once this is done type

    yum install wine”

    This code snippet is incomplete, and is pretty pointless unless you have the relevant repos installed.

    1> Install “rpmforge” repo see link below:-
    wiki.centos.org/AdditionalResources/Repositories/RPMForge

    2> sudo yum update
    3> sudo yum install wine

Leave a reply