| slackware uses other package type. Slackware packages end with .tgz for its extension.
If you read the error message, it's clear you're missing some libraries. You haven't install them yet.
One thing that differs slackware package from rpm, that it does not check for any dependencies and does not warn you for any needed packages. So you obviously would need deep software familiarity when running slackware.
rpm is included in slackware as complementary, just in case it's really needed, but not reccomended. You can use dependency ignore option if you're insisting in using rpm.
or better, you can use rpm2tgz tool, to convert .rpm to .tgz and use installpkg thus it'll appear on the installed software list.
Even better yet, go find precompiled slackware native binaries on linuxpackages.net. But remember this wont help you from the dependency fuss. Your software may installed without any error, but it wont run and most of the times they kept silent without throwing you any error (unless you're running it from a console) if you're missing even a single dependency package. |