March 28, 2024, 09:55:41 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: How to install / uninstall yahoo messenger in Fedora core 1  (Read 18369 times)

Offline duraidurai

  • New Member
  • Posts: 2
how to install and unistall yahoo messenger in fedora core 1
durai

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
How to install / uninstall yahoo messenger in Fedora core 1
« Reply #1 on: July 29, 2004, 05:48:35 AM »
simply obtain .rpm package from messenger.yahoo.com and install it by double clicking on it.. just like installation of exe file on windows.
or by command prompt goto the directory where it is stored and type rpm -i <filename>

Offline idsrinivas_001

  • New Member
  • Posts: 3
how to install yahoo messenger on fedora linux
« Reply #2 on: August 16, 2005, 05:21:42 AM »
Quote from: "duraidurai"
how to install and unistall yahoo messenger in fedora core 1
durai

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
How to install / uninstall yahoo messenger in Fedora core 1
« Reply #3 on: August 16, 2005, 08:01:00 AM »
idsrinivas>

What is your exact requirement ?

Offline idsrinivas_001

  • New Member
  • Posts: 3
How to install / uninstall yahoo messenger in Fedora core 1
« Reply #4 on: August 17, 2005, 04:22:54 PM »
Quote from: "Ricky"
idsrinivas>

What is your exact requirement ?


i tried to install yahoo messenger on red hat linux 9 and fedora core2. i downloaded the rpm files from rpmfind.net, installed it properly but i am not able to login in fedora core 2 and in redhat linux 9  i am not even getting the login screen

i want the installion procedure and even i want to uninstall the previous one

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
How to install / uninstall yahoo messenger in Fedora core 1
« Reply #5 on: August 19, 2005, 01:11:38 PM »
to install previous ..
Code: [Select]
rpm -e <rpmname>

to find the expact rpm name
Code: [Select]
rpm -q ymessenger
it will give exact version etc of any rpm installed on your machine having "ymessenger" in it.

to install new one you have simply exute rpm file or from command line
Code: [Select]
rpm -ivh <filename.rpm>

PS: I suugest you to go through other yahoo messnger thread in our forum as I think your problem has been already solved in those.