Linux - EnterpriseThis forum is for all items relating to using Linux in the Enterprise.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi Dears ,
I am beginner in redhat 5.i download pidgin from here.after that i coppied it in /etc/yum.repos.d.
after that i run yum install pidgin in terminal .but i see this message
Code:
Loaded plugins: rhnplugin, security
This system is not registered with RHN.
RHN support will be disabled.
pidgin | 1.2 kB 00:00
pidgin/primary | 35 kB 00:01
pidgin 290/290
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package pidgin.i386 0:2.7.5-0.el5 set to be updated
--> Processing Dependency: libpurple = 2.7.5 for package: pidgin
--> Processing Dependency: perl(Purple) for package: pidgin
--> Processing Dependency: libpurple.so.0 for package: pidgin
--> Processing Dependency: libgtkspell.so.0 for package: pidgin
--> Running transaction check
---> Package libpurple.i386 0:2.7.5-0.el5 set to be updated
--> Processing Dependency: libsilc-1.0.so.2 for package: libpurple
--> Processing Dependency: libsilcclient-1.0.so.1 for package: libpurple
---> Package pidgin.i386 0:2.7.5-0.el5 set to be updated
--> Processing Dependency: libgtkspell.so.0 for package: pidgin
--> Finished Dependency Resolution
libpurple-2.7.5-0.el5.i386 from pidgin has depsolving problems
--> Missing Dependency: libsilcclient-1.0.so.1 is needed by package libpurple-2.7.5-0.el5.i386 (pidgin)
pidgin-2.7.5-0.el5.i386 from pidgin has depsolving problems
--> Missing Dependency: libgtkspell.so.0 is needed by package pidgin-2.7.5-0.el5.i386 (pidgin)
libpurple-2.7.5-0.el5.i386 from pidgin has depsolving problems
--> Missing Dependency: libsilc-1.0.so.2 is needed by package libpurple-2.7.5-0.el5.i386 (pidgin)
Error: Missing Dependency: libsilcclient-1.0.so.1 is needed by package libpurple-2.7.5-0.el5.i386 (pidgin)
Error: Missing Dependency: libsilc-1.0.so.2 is needed by package libpurple-2.7.5-0.el5.i386 (pidgin)
Error: Missing Dependency: libgtkspell.so.0 is needed by package pidgin-2.7.5-0.el5.i386 (pidgin)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
can anybody help me to solve my problem?
Last edited by baranmatin; 11-07-2010 at 11:53 PM.
Is that an error, or just a warning? You may get around it (possibly) by importing the GPG key associated with that RPM:
Code:
shell# gpg --recv-keys 37017186
And then try that RPM command again. (Note I don't use RPM, so I am assuming you are trying to install that RPM, though it appears to be a source RPM; if not trying to install, please excuse me )
As long as you are not registered to RHN, you will not be able to download updates or dependancies for software you install.
In order to save yourself wasted time and/or hassle you should rather get yourself a license for RH5 or install Centos5 which is equally good for learning Redhat.
hi again
I changed my OS to centOS5.and i do "yum install pidgin" this time it shows this error
Code:
Transaction Summary
=============================================================================
Install 5 Package(s)
Update 4 Package(s)
Remove 0 Package(s)
Total download size: 14 M
Is this ok [y/N]: y
Downloading Packages:
http://rpm.pidgin.im/centos/5/i386/libpurple-2.7.5-0.el5.i386.rpm: [Errno 14] HTTP Error 403: Forbidden
Trying other mirror.
http://rpm.pidgin.im/centos/5/i386/pidgin-2.7.5-0.el5.i386.rpm: [Errno 14] HTTP Error 403: Forbidden
Trying other mirror.
Error Downloading Packages:
pidgin - 2.7.5-0.el5.i386: failure: pidgin-2.7.5-0.el5.i386.rpm from pidgin: [Errno 256] No more mirrors to try.
libpurple - 2.7.5-0.el5.i386: failure: libpurple-2.7.5-0.el5.i386.rpm from pidgin: [Errno 256] No more mirrors to try.
if u know any way to download compelettly plz tell me.
Last edited by baranmatin; 11-08-2010 at 01:18 PM.
`yum clean all` and try it again some other time. Another way is manually download it or disable pidgin.repo and install from updates.repo with older version.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.