i am trying to install wine on Amazon Linux AMI.

First, i did

   sudo yum install wine

it said that "No wine package available."

Than i did the following

   sudo rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
   sudo yum install wine -y

At the end of the output i get the following

...
--> Finished Dependency Resolution
Error: Package: wine-core-1.0.1-1.el5.i386 (epel)
           Requires: libgphoto2_port.so.0
Error: Package: wine-esd-1.0.1-1.el5.i386 (epel)
           Requires: libesd.so.0
Error: Package: wine-core-1.0.1-1.el5.i386 (epel)
           Requires: libgphoto2.so.2
Error: Package: wine-desktop-1.0.1-1.el5.i386 (epel)
           Requires: desktop-file-utils >= 0.8
Error: Package: wine-esd-1.0.1-1.el5.i386 (epel)
           Requires: libaudiofile.so.0
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest

plz can you help me to get wine installed and running? thanks a lot in advance!!!

link|improve this question
feedback

2 Answers

It seems there's no wine package for Amazon Linux.

You can always install from source: http://www.winehq.org/docs/wineusr-guide/installing-wine-source

Just install the dependencies needed to build from source with yum.

link|improve this answer
I'm using Amazon Linux and it is available thru' EPEL. – CS3 Apr 9 at 12:40
feedback

What is the version of Amazon Linux you are using ?

Recent Amazon AMI's are based on EL6 upstream. EPEL 6 bundles wine.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.