Friday, April 23, 2010
Download and Install Wine RPM Package Resolve Dependency Error
To run the windows application in Linux we need wine .
Using wine we can run windows games , windows media player, vlc player, software in Linux,
First we need to download the wine package
While I try to install wine rpm package I go the following Dependency Error message.
[root@r-n-cluster1 Desktop]# rpm -ivh wine-20031213-1mdd.i586.rpm
warning: wine-20031213-1mdd.i586.rpm: Header V3 DSA signature: NOKEY, key ID ce6cc711
error: Failed dependencies:
freetype2 is needed by wine-20031213-1mdd.i586
perl-base is needed by wine-20031213-1mdd.i586
libartsc.so.0 is needed by wine-20031213-1mdd.i586
libaudio.so.2 is needed by wine-20031213-1mdd.i586
libungif.so.4 is needed by wine-20031213-1mdd.i586
[root@r-n-cluster1 Desktop]# rpm -ivh wine-core-1.1.9-2.fc8.i386.rpm
warning: wine-core-1.1.9-2.fc8.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6df2196f
error: Failed dependencies:
libc.so.6(GLIBC_2.7) is needed by wine-core-1.1.9-2.fc8.i386
Missing Dependency: perl-base is needed by package wine
Missing Dependency: libaudio.so.2 is needed by package wine
freetype2 is needed by package wine
Download the following rpm package .
For these one You will not face any issue
Download wine package from the following link
DOWNLOAD WINE PACKAGE
Then install these rpm package
[bash@wine]# rpm –ivh wine*
After installation
You can run window application .exe file
[bash@wine]# wine application.exe
Using wine we can run windows games , windows media player, vlc player, software in Linux,
First we need to download the wine package
While I try to install wine rpm package I go the following Dependency Error message.
[root@r-n-cluster1 Desktop]# rpm -ivh wine-20031213-1mdd.i586.rpm
warning: wine-20031213-1mdd.i586.rpm: Header V3 DSA signature: NOKEY, key ID ce6cc711
error: Failed dependencies:
freetype2 is needed by wine-20031213-1mdd.i586
perl-base is needed by wine-20031213-1mdd.i586
libartsc.so.0 is needed by wine-20031213-1mdd.i586
libaudio.so.2 is needed by wine-20031213-1mdd.i586
libungif.so.4 is needed by wine-20031213-1mdd.i586
[root@r-n-cluster1 Desktop]# rpm -ivh wine-core-1.1.9-2.fc8.i386.rpm
warning: wine-core-1.1.9-2.fc8.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6df2196f
error: Failed dependencies:
libc.so.6(GLIBC_2.7) is needed by wine-core-1.1.9-2.fc8.i386
Missing Dependency: perl-base is needed by package wine
Missing Dependency: libaudio.so.2 is needed by package wine
freetype2 is needed by package wine
Download the following rpm package .
For these one You will not face any issue
Download wine package from the following link
DOWNLOAD WINE PACKAGE
Then install these rpm package
[bash@wine]# rpm –ivh wine*
After installation
You can run window application .exe file
[bash@wine]# wine application.exe
Subscribe to Posts [Atom]
Post a Comment