![]() |
cant install a package
hi all
i am new for working with Linux and i am trying just for testing my knowlage to install an rpm package but i cant i tried typing, rpm -ihv python-game-1.6-0.1.fc2.dag.i386.rpm and rpm -i python-game-1.6-0.1.fc2.dag.i386.rpm in both i get that error : warning: python-game-1.6-0.1.fc2.dag.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6 error: Failed dependencies: libSDL_image-1.2.so.0 is needed by python-game-1.6-0.1.fc2.dag.i386 libSDL_mixer-1.2.so.0 is needed by python-game-1.6-0.1.fc2.dag.i386 libSDL_ttf-2.0.so.0 is needed by python-game-1.6-0.1.fc2.dag.i386 libsmpeg-0.4.so.0 is needed by python-game-1.6-0.1.fc2.dag.i386 thanks for the helpers |
Use YUM to install the package. This will solve your dependencies. Else download all the dependency packages and install them first.
|
ok
good idea but i am trying to train the way my teacher show us in class so anybody else thanks |
If you do not want to install it using YUM then all you can do is download all the other dependency packages and install them before your needed package. This is the only other way to escape dependencies.
Another work around is to use --nodeps option with rpm to exclude dependency checking and install directly. But you better know what you need and what you are doing while using this option. This option can install packages without making them usable. |
Quote:
If this happens, it can quickly persuade you that the suggestion about using yum was a good one. |
download SDL
|
Also, FC2 is waaay out of date; current is F11 (note lack of 'Core' in current naming), so the repos for 2 are long gone...
You may find these pages useful http://linux.die.net/man/8/rpm http://kbase.redhat.com/faq/docs/DOC-2531 |
Quote:
|
Agreed with Chris, and thanks for that. I missed OP was using such an old distribution. I definitely think there is going to be a chain reaction of dependencies for binaries might not just be available for all the packages that are needed.
|
@smeezekitty: not far date-wise, maybe; versions OTOH ... see L.C.'s comment above..
|
there is NO SUPPORT for fedora 2 the software repos were MOVED into the historical archives a long time ago . Fedora 2 hit End of Life in July 2005
i am also VERY surprised that fedora 2 was able to install on a new computer . It should not be able to. in fedora lifetimes, running fedora 2 is about the same as running MS Windows 1995 or `98 in a vista/Windows 7 world. i would uninstall "yum" and "rpm" because they are 100% useless on fedora 2 . Build EVERYTHING from the source code. |
All times are GMT -5. The time now is 12:31 PM. |