Results 1 to 3 of 3
i download wine from site"wine-1.1.6-1.1.src.rpm"
then i try to install wine ........got error --
this error appear when i using rpm -i
"linux-bsfm:/home/sahran/Desktop # rpm - i wine-1.1.6-1.1.src.rpm
warning: wine-1.1.6-1.1.src.rpm: ...
- 10-26-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 5
wine install on suse 11(gnome)
i download wine from site"wine-1.1.6-1.1.src.rpm"
then i try to install wine ........got error --
this error appear when i using rpm -i
"linux-bsfm:/home/sahran/Desktop # rpm - i wine-1.1.6-1.1.src.rpm
warning: wine-1.1.6-1.1.src.rpm: Header V3 DSA signature: NOKEY, key ID 233ab63d
i'm newbie --hope anyone can help
- 10-26-2008 #2
Try installing wine by using Yast. Using other methods will simply confuse you. Note that what you got was not an error. it is a warning and simply tells you that the a signing key is not present. no big deal if you got the file from a trusted site. But I must repeat use Yast to install software. The Suse repositories have most software that you could want or need. The only time to install via any other method is if the package you want is not in the repositories.
- 10-28-2008 #3Just Joined!
- Join Date
- Oct 2008
- Posts
- 17
wouldn't the wine-1.1.6-1.1.src.rpm be used to compile the wine source code to an installable rpm package
you will have to install rpmbuild
Download the wine-1.1.6.tar.bz2-file (the same version as the src.rpm), copy it to /usr/src/packages/SOURCES/, compile the library using rpmbuild --rebuild wine*.src.rpm. The final RPM's you can find in /usr/src/packages/RPMS/i586/ you can install it like every other RPM.
or like gogalthorp said use yast


Reply With Quote