Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Write an article for LinuxForums Today! Win Great Prizes!
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Slackware Linux Help > Installing any rpm package on linux.

Forgot Password?
 Slackware Linux Help   For help and Discussion about Slackware linux

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds
Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 06-04-2006   #1 (permalink)
Just Joined!
 
SLAiNTRAXx's Avatar
 
Join Date: Jun 2006
Location: Norway
Posts: 6
Send a message via MSN to SLAiNTRAXx Send a message via Skype™ to SLAiNTRAXx
Unhappy Installing any rpm package on linux.

Hi, im new to linux when i try to install any rpm package like skype(im trying suse package) it shows this error all the time
Code:
error: Failed dependencies:
	/bin/sh is needed by skype-1.2.0.18-suse
	libX11.so.6 is needed by skype-1.2.0.18-suse
	libXext.so.6 is needed by skype-1.2.0.18-suse
	libc.so.6 is needed by skype-1.2.0.18-suse
	libc.so.6(GLIBC_2.0) is needed by skype-1.2.0.18-suse
	libc.so.6(GLIBC_2.1) is needed by skype-1.2.0.18-suse
	libc.so.6(GLIBC_2.1.3) is needed by skype-1.2.0.18-suse
	libgcc_s.so.1 is needed by skype-1.2.0.18-suse
	libgcc_s.so.1(GCC_3.0) is needed by skype-1.2.0.18-suse
	libgcc_s.so.1(GLIBC_2.0) is needed by skype-1.2.0.18-suse
	libm.so.6 is needed by skype-1.2.0.18-suse
	libm.so.6(GLIBC_2.0) is needed by skype-1.2.0.18-suse
	libm.so.6(GLIBC_2.1) is needed by skype-1.2.0.18-suse
	libpthread.so.0 is needed by skype-1.2.0.18-suse
	libpthread.so.0(GLIBC_2.0) is needed by skype-1.2.0.18-suse
	libpthread.so.0(GLIBC_2.1) is needed by skype-1.2.0.18-suse
	libpthread.so.0(GLIBC_2.2) is needed by skype-1.2.0.18-suse
	libpthread.so.0(GLIBC_2.3.2) is needed by skype-1.2.0.18-suse
	libqt-mt.so.3 is needed by skype-1.2.0.18-suse
	libstdc++.so.5 is needed by skype-1.2.0.18-suse
	libstdc++.so.5(CXXABI_1.2) is needed by skype-1.2.0.18-suse
	libstdc++.so.5(GLIBCPP_3.2) is needed by skype-1.2.0.18-suse
	libstdc++.so.5(GLIBCPP_3.2.2) is needed by skype-1.2.0.18-suse
	qt3 >= 3.2 is needed by skype-1.2.0.18-suse
RESULT=1
Im using Slackware 10.2. Could any1 help me with this? Thnx
SLAiNTRAXx is offline  



Reply With Quote
Old 06-04-2006   #2 (permalink)
Linux Guru
 
antidrugue's Avatar
 
Join Date: Oct 2005
Location: Montreal, Canada
Posts: 3,213
In Slackware the right thing to do would be to convert the .rpm package to a .tgz one :
Code:
rpm2targz package_name.rpm
Then you can install the resulting ".tgz" package.

More on that here:
http://www.slackware.com/config/packages.php
__________________
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."

-Bruce Lee
antidrugue is offline   Reply With Quote
Old 06-04-2006   #3 (permalink)
Linux Newbie
 
stubbe's Avatar
 
Join Date: May 2006
Posts: 143
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.
stubbe is offline   Reply With Quote
Old 06-04-2006   #4 (permalink)
Just Joined!
 
SLAiNTRAXx's Avatar
 
Join Date: Jun 2006
Location: Norway
Posts: 6
Send a message via MSN to SLAiNTRAXx Send a message via Skype™ to SLAiNTRAXx
Thnx. It worked
SLAiNTRAXx is offline   Reply With Quote
Old 06-04-2006   #5 (permalink)
Just Joined!
 
SLAiNTRAXx's Avatar
 
Join Date: Jun 2006
Location: Norway
Posts: 6
Send a message via MSN to SLAiNTRAXx Send a message via Skype™ to SLAiNTRAXx
Thnx stubbe by telling me about installpkg. It helped me alot
SLAiNTRAXx is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
A Newbie's Getting Started Guide to Linux
Learn the basics of the Linux operating systems. Get to know what it is all about, and familiarize yourself with the practical side. Basically, if you're a complete Linux newbie and looking for a quick and easy guide to get you started this is it.
subscribe
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 10:33 AM.






© 2000 - - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.1