Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old October 25th, 2005   #1
linbetwin
Ubuntu Extra Shot
 
linbetwin's Avatar
 
Join Date: Sep 2005
Location: Ploieşti, Romania
Beans: 376
Ubuntu Karmic Koala (testing)
Send a message via MSN to linbetwin Send a message via Yahoo to linbetwin Send a message via Skype™ to linbetwin
HOWTO: Install Yahoo! Messenger for Linux

Edit: bodhi.zazen ~ Please take note that this how to was written in 2005 and *may* be outdated. In addition Ubuntu now includes applications by default ( Ubuntu and Xubuntu = Pidgin ; Kubuntu = Kopete) that will access the Yahoo network (so not need to install the Yahoo client).


1. Install libssl0.9.6 through Synaptic or
Quote:
sudo apt-get install libssl0.9.6
2. Download this file from messenger.yahoo.com.

3. In a terminal, write:
Quote:
sudo dpkg -i /path/ymessenger_1.0.4_1_i386.deb
replacing path with the path to where you downloaded the file.

4. Run /usr/bin/ymessenger and follow the few simple instructions for setting up Yahoo! Messenger. An icon will be placed on your desktop.
__________________
Linux is like a wigwam: no gates, no windows and Apache inside. (Chinese proverb c. 910 B.C.)

Last edited by bodhi.zazen; November 17th, 2008 at 02:50 AM..
linbetwin is offline   Reply With Quote
Old October 25th, 2005   #2
linbetwin
Ubuntu Extra Shot
 
linbetwin's Avatar
 
Join Date: Sep 2005
Location: Ploieşti, Romania
Beans: 376
Ubuntu Karmic Koala (testing)
Send a message via MSN to linbetwin Send a message via Yahoo to linbetwin Send a message via Skype™ to linbetwin
Re: HOWTO: Install Yahoo! Messenger for Linux

Better use Gaim. Yahoo! Messenger for Linux is ridiculously old and rudimentary.
__________________
Linux is like a wigwam: no gates, no windows and Apache inside. (Chinese proverb c. 910 B.C.)
linbetwin is offline   Reply With Quote
Old October 25th, 2005   #3
urbanus6
First Cup of Ubuntu
 
Join Date: Oct 2005
Location: Germany
Beans: 1
Ubuntu Breezy 5.10
Re: HOWTO: Install Yahoo! Messenger for Linux

I have a problem with the configuration of both programs. In the configuration of Gaim there is no field to enter the login name and in the configuration of Yahoo messenger there is no field to enter the screen name.
Is there another messenger program in which I can configure both (different) names?
urbanus6 is offline   Reply With Quote
Old October 26th, 2005   #4
GazaM
Gee! These Aren't Roasted!
 
Join Date: Apr 2005
Beans: 101
Re: HOWTO: Install Yahoo! Messenger for Linux

Quote:
Originally Posted by urbanus6
I have a problem with the configuration of both programs. In the configuration of Gaim there is no field to enter the login name and in the configuration of Yahoo messenger there is no field to enter the screen name.
Is there another messenger program in which I can configure both (different) names?
Gaim does have a field to enter the login name... The Screen Name field is for your login name and the 'Alias' field is for what you are calling the Screen name, if I understand you correctly.
GazaM is offline   Reply With Quote
Old January 6th, 2006   #5
cjm5229
Way Too Much Ubuntu
 
cjm5229's Avatar
 
Join Date: May 2005
Location: Elkhart, In.
Beans: 260
Gutsy Gibbon Testing
Re: HOWTO: Install Yahoo! Messenger for Linux

Try kopete, it's a KDE messenger but I have it installed in Ubuntu and it works quite well, or forget Yahoo all together and use Skype if your trying to get voice messenger working. Good Luck.
Carl
cjm5229 is offline   Reply With Quote
Old October 26th, 2007   #6
aniz
First Cup of Ubuntu
 
Join Date: Oct 2007
Beans: 1
Question Re: HOWTO: Install Yahoo! Messenger for Linux

Quote:
Originally Posted by urbanus6 View Post
I have a problem with the configuration of both programs. In the configuration of Gaim there is no field to enter the login name and in the configuration of Yahoo messenger there is no field to enter the screen name.
Is there another messenger program in which I can configure both (different) names?
i hav a problem in opening ymessgr
During opening an error message came "status Error:dependancy is not satisfiable: libssl0.9.6"
how can i rectify this error.....
aniz is offline   Reply With Quote
Old January 6th, 2006   #7
byen
Has an Ubuntu Drip
 
byen's Avatar
 
Join Date: May 2005
My beans are hidden!
Re: HOWTO: Install Yahoo! Messenger for Linux

Quote:
Originally Posted by linbetwin
Better use Gaim. Yahoo! Messenger for Linux is ridiculously old and rudimentary.
I second that. I have almost all my friends on yahoo and would love to get the latest version up and running...but what they have for linux right now is pretty sad. i suggest using gaim or kopete instead.
byen is offline   Reply With Quote
Old January 20th, 2006   #8
speeves
5 Cups of Ubuntu
 
Join Date: Dec 2005
Beans: 31
Re: HOWTO: Install Yahoo! Messenger for Linux

The dependencies are pretty old too... I used Debian about a year ago, and had these problems as well:

(today on Ubuntu Dapper)
me@mylaptop:~/downloads$ sudo dpkg -i ymessenger_1.0.4_1_i386.deb
Selecting previously deselected package ymessenger.
(Reading database ... 151246 files and directories currently installed.)
Unpacking ymessenger (from ymessenger_1.0.4_1_i386.deb) ...
dpkg: dependency problems prevent configuration of ymessenger:
ymessenger depends on libssl0.9.6; however:
Package libssl0.9.6 is not installed.
ymessenger depends on xlibs (>> 3.3.6); however:
Package xlibs is not installed.
dpkg: error processing ymessenger (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
ymessenger

I'm not finding libssl0.9.6 in the Ubuntu repositories anymore, but you can find it in Debian Sarge. (The Debian repositories are under extreme strain right now due to major changes in X, so please be patient).

Apparently, xlibs is being transitioned into xlibs-dev on Ubuntu. This change seems to be coming from Debian. Here is an excerpt from the package page:

"This package smooths upgrades from Debian 3.0 by depending on libice-dev, libsm-dev, libx11-dev, libxext-dev, libxi-dev, libxmu-dev, libxmuu-dev, libxpm-dev, libxrandr-dev, libxt-dev, libxtrap-dev, libxtst-dev, libxv-dev, x-dev, and xlibs-static-dev. This transitional package is only depended upon by packages that haven't yet corrected their dependencies to reflect the new library arrangement."

With the little research that I did, it appears that ymessenger on Ubuntu is really not worth the effort, and GAIM, Kopete, and friends are really the correct way to go. Besides, shouldn't we be supporting Free Software anyways...?

speeves
speeves is offline   Reply With Quote
Old March 15th, 2007   #9
girard
A Carafe of Ubuntu
 
Join Date: Mar 2007
Beans: 102
Re: HOWTO: Install Yahoo! Messenger for Linux

Quote:
Originally Posted by speeves View Post
The dependencies are pretty old too... I used Debian about a year ago, and had these problems as well:

(today on Ubuntu Dapper)
me@mylaptop:~/downloads$ sudo dpkg -i ymessenger_1.0.4_1_i386.deb
Selecting previously deselected package ymessenger.
(Reading database ... 151246 files and directories currently installed.)
Unpacking ymessenger (from ymessenger_1.0.4_1_i386.deb) ...
dpkg: dependency problems prevent configuration of ymessenger:
ymessenger depends on libssl0.9.6; however:
Package libssl0.9.6 is not installed.
ymessenger depends on xlibs (>> 3.3.6); however:
Package xlibs is not installed.
dpkg: error processing ymessenger (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
ymessenger

I'm not finding libssl0.9.6 in the Ubuntu repositories anymore, but you can find it in Debian Sarge. (The Debian repositories are under extreme strain right now due to major changes in X, so please be patient).

Apparently, xlibs is being transitioned into xlibs-dev on Ubuntu. This change seems to be coming from Debian. Here is an excerpt from the package page:

"This package smooths upgrades from Debian 3.0 by depending on libice-dev, libsm-dev, libx11-dev, libxext-dev, libxi-dev, libxmu-dev, libxmuu-dev, libxpm-dev, libxrandr-dev, libxt-dev, libxtrap-dev, libxtst-dev, libxv-dev, x-dev, and xlibs-static-dev. This transitional package is only depended upon by packages that haven't yet corrected their dependencies to reflect the new library arrangement."

With the little research that I did, it appears that ymessenger on Ubuntu is really not worth the effort, and GAIM, Kopete, and friends are really the correct way to go. Besides, shouldn't we be supporting Free Software anyways...?

speeves
so does this mean that i didn't actually do anything wrong, nor is there a problem with my system???
girard is offline   Reply With Quote
Old March 16th, 2007   #10
BLTicklemonster
Tall Cafè Ubuntu
 
BLTicklemonster's Avatar
 
Join Date: Oct 2005
Location: Rome, Ga
Beans: 2,611
Ubuntu 8.10 Intrepid Ibex
Send a message via MSN to BLTicklemonster Send a message via Yahoo to BLTicklemonster
Re: HOWTO: Install Yahoo! Messenger for Linux

Well heck, does the new yahoo work with wine? Probably already mentioned here, but I'm lazy, you all know that.
__________________
Al Gore didn't invent the Internet, but he did make up global warming.

-David Rockefeller, March 08, 2009
BLTicklemonster is offline   Reply With Quote

Bookmarks

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

Forum Jump


All times are GMT -4. The time now is 03:59 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry