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 11-01-2005, 10:45 AM   #1
tenebrous_paradise
LQ Newbie
 
Registered: Nov 2005
Location: pennsylvania
Distribution: mandriva 07
Posts: 16

Rep: Reputation: 0
Question installing on linux?!


I just got linux yesterday and got it up and running, and i can get on the internet <obviously> but i downloaded yahoo messenger for linux and i have no idea how to install it, ive been using windows. normally you just click the file and it starts to install, i looked up instructions to install it and it says "log into root and type in rpm -i ymessenger-0.93.0-1.i386.rpm" i have no idea what that means log into root? im logged into my main account if thats what it means but where do i type "rpm -i ymessenger-0.93.0-1.i386.rpm" ? i am completley new to this so i apologize for my ignorance. thank you

Bonnie
 
Old 11-01-2005, 10:53 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you'd type it into a terminal, after logging in as root. but i'd more than expect you to be able to just double click on the file you downloaded,enter your root password and it should install.
 
Old 11-01-2005, 12:29 PM   #3
Genesee
Member
 
Registered: Dec 2002
Distribution: Slackware
Posts: 927

Rep: Reputation: 30
Hi Bonnie -

I agree with acid_kewpie - run "konqueror" or whatever graphical file manager you have, find the file and double click on it. if it gives you an error doing that, post the error here at LQ

if you're interested in doing it via a terminal, look for a program named "terminal" or "konsole" or "xterm" in your menus. once you open it, type "su" and the root password to log in as root. (if you logged in as root initially, you shouldn't - better to create another user and log in as that by default.) then you can enter the rpm command there.
 
Old 11-01-2005, 08:07 PM   #4
emiphiste
LQ Newbie
 
Registered: Aug 2005
Location: Baltimore, Maryland
Distribution: Fedora Core 5, Ubuntu 6.06 (Breezy), testing Solaris 10
Posts: 22

Rep: Reputation: 15
If you can't install just by clicking on it for an install-setup window, here's what you do:

On the taskbar, go to the linux equivalent of the start menu and find "Terminal" in one of the side menus. The terminal should open up, and it'll look like Notepad with your username already entered in, like so:

[ username@localhost username ]:

Type this after the colon: su

Hit enter. It should prompt you for a password, and the screen will look like this:

[ username@localhost username ]: su
Password:

Type in the password you chose as root, then hit enter again. A new username should show up on terminal:

[ root@localhost username ]:

Now, navigate to the directory where you downloaded the rpm file. Depending on where the rpm file was downloaded, you can do this by typing cd /directory. For instance, I usually download them to a folder called "rpms" in my home folder:

[ root@localhost username ]: cd /home/mephiste/rpms

This should take you to the directory where you downloaded the rpm.

[ root@localhost rpms]:

Now, you can type in the command line given to you with the install instructions. Like so:

[root@localhost rpms]: rpm -i ymessenger-0.93.0-1.i386.rpm

Make sure this .rpm file matches the file you downloaded, as sometimes they'll do something silly like forget to update the installation instructions when they post an updated version of the actual program.

After that, it should install on its own! When the [ root@localhost rpms ] line comes back again, it's finished. You may exit out of terminal and enjoy use of the Yahoo Messenger. Good luck, and happy Linux-ing!
 
Old 11-02-2005, 09:07 AM   #5
tenebrous_paradise
LQ Newbie
 
Registered: Nov 2005
Location: pennsylvania
Distribution: mandriva 07
Posts: 16

Original Poster
Rep: Reputation: 0
i got it, thank you.. the yahoo <linux version> is rather outdated but it works, the only issue i run into on that is you cant go into chat through the messenger, are there any yahoo chat clients that run on linux? im guessing third party clients such as yahelite or yazak dont work on linux. ive noticed most of programs i am used to are for either windows or mac. maybe someone can pass a link my way. thanks

Bonnie
 
Old 11-02-2005, 10:35 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
i've used gyach in the past, but it was never great.
 
Old 11-02-2005, 10:39 AM   #7
ethics
Senior Member
 
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522

Rep: Reputation: 45
Gaim and Kopete are programs for most chat mediums (MSN,ICQ,YAHOO)

Depening on if you run gnome or KDE you will probably have 1 or both installed, look for either in your program menu.
 
Old 11-02-2005, 01:45 PM   #8
tenebrous_paradise
LQ Newbie
 
Registered: Nov 2005
Location: pennsylvania
Distribution: mandriva 07
Posts: 16

Original Poster
Rep: Reputation: 0
yea i have kopete ive been using that it works well for ims and what not im not sure if i can get into a room with it. either way it works well enough i dont go to rooms often mostly jusm IM. thanks again im sure ill run into more problems trying to figure this out hehe. later

Bonnie
 
Old 11-03-2005, 11:51 AM   #9
tenebrous_paradise
LQ Newbie
 
Registered: Nov 2005
Location: pennsylvania
Distribution: mandriva 07
Posts: 16

Original Poster
Rep: Reputation: 0
changing permissions

im installing the java plugin for my browser but the file is locked, when i go to move it to the the firefox plug ins it tells me permission denied, and i have no idea how to change the permissions on the file...

Bonnie
 
Old 11-03-2005, 01:39 PM   #10
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you're probably not root, but you shouldn't move the file, create a symink to it instead:

ln -s /opt/java-w.x.y/jre/plugin/i386/mozilla/libjavaplugin_oji.so /opt/firefox/plugins

etc...
 
Old 11-08-2005, 12:45 AM   #11
tenebrous_paradise
LQ Newbie
 
Registered: Nov 2005
Location: pennsylvania
Distribution: mandriva 07
Posts: 16

Original Poster
Rep: Reputation: 0
oops... help

i installed linux mandriva on an xp.. got to the end where it says reboot.. i rebooted the pc and it comes to the screen where it says "linux" or "failsafe" i tried selecting both and it says "bios data check sucessfull... uncompressing linux ok... booting the kernal... " then it shuts off i cant get past that point... not sure if i did something wrong on the installation but i got it installed fine on my windows 98..

Bonnie
 
  


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
newbie in linux-mandrake; installing .rpm vmware for linux jet_espinal Mandriva 2 11-02-2006 06:06 AM
installing redhat linux 9.1 in dual boot mode(actually 98,xp,linux together) linuxchub Linux - Newbie 1 09-16-2004 10:21 AM
Installing programs in linux? which progs? can linux do the things windows can? James-jmpm Linux - Newbie 6 07-02-2004 07:01 PM
Installing windows over linux on a fully partitioned drive for linux reddon84 Linux - Software 2 01-26-2004 06:17 PM
After installing LINUX on a new partition, LINUX boots but WinXP doesn't joelmj Red Hat 5 09-14-2003 11:53 AM

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

All times are GMT -5. The time now is 07:08 PM.

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