LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-06-2009, 04:20 PM   #1
Jagoul
Member
 
Registered: Aug 2009
Location: beirut-lebanon
Distribution: red hat enterprise 5 on my pc,and suse 11 on my laptop
Posts: 38

Rep: Reputation: 15
how to download yahoo 9 throug this patch msgr9us,exe


i'm using my redhat messenger kopete,so when i connect to the internet through my yahoo account ,it tells me that i'm running old yahoo version ,so i downloaded the msgr9us.exe file to download the new yahoo but i don't know how to establish this file ,i double click it but it doesn't work ,so please anybody knows what should i do to run this exe in order to complete downloading yahoo,and after dowanload what should i do too ???
thanks for ur patience
 
Old 09-06-2009, 04:33 PM   #2
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
The file msgr9us.exe is a Windows executable and cannot be run in Linux, except for the Wine or similar environment. A lot of time ago, yahoo messenger supported linux, providing RPM and DEB packages, but it looks like this kind of support has been discontinued. An alternative is Pidgin (former Gaim) which claims to support a lot of different networks, yahoo included. You can give it a try.
 
Old 09-07-2009, 12:07 AM   #3
hurry_hui
Member
 
Registered: Oct 2008
Location: Near Jakarta
Distribution: Slackware, Arch, Slax, Porteus, Tiny Core, Slitaz
Posts: 355
Blog Entries: 1

Rep: Reputation: 52
You might want to try this Yahoo! Messenger for the Web, an online version of YM.
 
Old 09-07-2009, 07:40 AM   #4
Jagoul
Member
 
Registered: Aug 2009
Location: beirut-lebanon
Distribution: red hat enterprise 5 on my pc,and suse 11 on my laptop
Posts: 38

Original Poster
Rep: Reputation: 15
i downloaded pidgin
but when i treid to installe it look what happened :
[root@localhost yum.repos.d]# yum install pidgin.repo
Loading "rhnplugin" plugin
Loading "security" plugin
This system is not registered with RHN.
RHN support will be disabled.
pidgin 100% |=========================| 951 B 00:00
primary.xml.gz 100% |=========================| 33 kB 00:03
pidgin : ################################################## 202/202
Setting up Install Process
Parsing package install arguments
No package pidgin.repo available.
Nothing to do
what can i do now ????
 
Old 09-07-2009, 09:16 AM   #5
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Code:
No package pidgin.repo available.
Indeed, you have to install pidgin, not pidgin.repo. The web site tells to copy the downloaded pidgin.repo file in /etc/yum.repos.d/ then issue:
Code:
yum install pidgin
 
Old 09-08-2009, 05:27 AM   #6
Jagoul
Member
 
Registered: Aug 2009
Location: beirut-lebanon
Distribution: red hat enterprise 5 on my pc,and suse 11 on my laptop
Posts: 38

Original Poster
Rep: Reputation: 15
read this with me plz

[root@localhost Desktop]# yum install pidgin-2.6.2
Loading "rhnplugin" plugin
Loading "protectbase" plugin
Loading "security" plugin
This system is not registered with RHN.
RHN support will be disabled.
0 packages excluded due to repository protections
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package pidgin.i386 0:2.6.2-0.el5 set to be updated
--> Processing Dependency: libgtkspell.so.0 for package: pidgin
--> Processing Dependency: libpurple.so.0 for package: pidgin
--> Processing Dependency: perl(Purple) for package: pidgin
--> Processing Dependency: libpurple = 2.6.2 for package: pidgin
--> Running transaction check
---> Package pidgin.i386 0:2.6.2-0.el5 set to be updated
--> Processing Dependency: libgtkspell.so.0 for package: pidgin
---> Package libpurple.i386 0:2.6.2-0.el5 set to be updated
--> Processing Dependency: libsilc-1.0.so.2 for package: libpurple
--> Processing Dependency: cyrus-sasl-md5 for package: libpurple
--> Processing Dependency: libsilcclient-1.0.so.1 for package: libpurple
--> Finished Dependency Resolution
Error: Missing Dependency: cyrus-sasl-md5 is needed by package libpurple
Error: Missing Dependency: libsilcclient-1.0.so.1 is needed by package libpurple
Error: Missing Dependency: libsilc-1.0.so.2 is needed by package libpurple
Error: Missing Dependency: libgtkspell.so.0 is needed by package pidgin
 
Old 09-08-2009, 05:46 AM   #7
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
Quote:
Originally Posted by Jagoul View Post
[root@localhost Desktop]#
Error: Missing Dependency: cyrus-sasl-md5 is needed by package libpurple
Error: Missing Dependency: libsilcclient-1.0.so.1 is needed by package libpurple
Error: Missing Dependency: libsilc-1.0.so.2 is needed by package libpurple
Error: Missing Dependency: libgtkspell.so.0 is needed by package pidgin
This means that yum needs some extra packages to satisfy dependencies for pidgin, but it can find these packages in any of the available repositories. You can try to find the packages at your RHN account or add the proper repositories to your already existing sources.
 
Old 09-08-2009, 07:09 AM   #8
Jagoul
Member
 
Registered: Aug 2009
Location: beirut-lebanon
Distribution: red hat enterprise 5 on my pc,and suse 11 on my laptop
Posts: 38

Original Poster
Rep: Reputation: 15
plz anyone has this libraries

It still complained about missing stuff, libsilc-1.0.so.2 and
libsilcclient-1.0.so.1,libgtkspell.so.0 ,coz i didn't find their libraries
plz anyone help

Last edited by Jagoul; 09-08-2009 at 07:13 AM.
 
Old 09-08-2009, 07:13 AM   #9
linuxlover.chaitanya
Senior Member
 
Registered: Apr 2008
Location: Gurgaon, India
Distribution: Cent OS 6/7
Posts: 4,631

Rep: Reputation: Disabled
Simplest answer is to install the dependencies. If you do not have the dependencies you can install it with --nodeps option as well BUT it is not recommended.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
yahoo voice client patch trojanrhegz Linux - Newbie 4 03-26-2009 11:11 PM
samba compatibility with microsoft srvtools.exe (usrmgr.exe and srvmgr.exe) checkmate3001 Linux - Software 1 09-06-2008 05:08 AM
how to download a EXE file on ram & execute it sapna pandey Linux - General 1 08-30-2006 12:10 AM
Gaim security patch / also Yahoo login azebuski Linux - Software 0 03-11-2004 02:07 PM
gaim yahoo patch AnimaSola Linux - Software 1 03-04-2004 04:57 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:24 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration