Wednesday, September 14, 2011

Copy and Paste Ideas to Install wine over centos 6


In this blog, "#" represents comments and "$" represents commands.

1st you need to find whether your system is 32 bit or 64 bit

$uname -i
#if u get i386 then

$rpm -Uvh http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm

#but if u get x86_64 then:

$rpm -Uvh http://download.fedora.redhat.com/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm


$yum install wine --disableplugin=priorities --enablerepo=rpmforge-testing


#Check whether wine is in your system or not
$ wine --version

Now you should have wine on your system

Congratulations !! Wine is installed in your system

  

No comments:

Post a Comment