LinuxQuestions.org
Visit Jeremy's Blog.
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 01-07-2005, 05:42 PM   #1
shadizzle
LQ Newbie
 
Registered: Jan 2005
Posts: 5

Rep: Reputation: 0
need help installing a program


im sorry for asking for help but im very new to linux i got to download and install a program
it tell me to do all this thing like log on to root witch i dont know what it mean so i need some help there and to type the stuff it tell me to type in command and nothing happens.
can someone please tell me what im doing worng thanks..
 
Old 01-07-2005, 05:50 PM   #2
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Okay What have you downloaded? sources? an RPM? what distro?

To get to root from a normal user type

su

It will then ask you for the root password, type it in ( warning: usually nothing will appear as you type not even stars ).

Then you will be root.
 
Old 01-07-2005, 05:55 PM   #3
kevinatkins
Member
 
Registered: Jan 2004
Location: cheshire, uk
Distribution: Ubuntu Hoary
Posts: 605

Rep: Reputation: 33
hi shadizzle,

don't be sorry to ask for help!! linux is all about users getting together to help each other - hence this forum..

so you've downloaded some software you want to install. what sort of file is it? if it's source code, chances are it'll be a 'compressed' archive, normally indicated by a .tgz extension to the filename.

usually to install software, you've got to gain 'root' privileges - it's an important part of maintaining system security and preventing mistakes from trashing the OS. However, we could do with some more information - what are you trying to install, and which distro are you using?
 
Old 01-07-2005, 08:46 PM   #4
shadizzle
LQ Newbie
 
Registered: Jan 2005
Posts: 5

Original Poster
Rep: Reputation: 0
well i figered out yahoo instant messenger the only thing i cant figer out is installing limewire
 
Old 01-07-2005, 08:47 PM   #5
shadizzle
LQ Newbie
 
Registered: Jan 2005
Posts: 5

Original Poster
Rep: Reputation: 0
o and im using mandrakelinux 10.1
 
Old 01-07-2005, 09:21 PM   #6
KrGAce
Member
 
Registered: Dec 2004
Location: Vermont
Distribution: Ubuntu
Posts: 58

Rep: Reputation: 15
shadizzle,

my opinion, you admitted you were new to Linux, but you are giving it a try anyway. That's more than most users will do, so you have nothing to be sorry about. That's what this board is for.



AceMan
 
Old 01-07-2005, 11:10 PM   #7
shadizzle
LQ Newbie
 
Registered: Jan 2005
Posts: 5

Original Poster
Rep: Reputation: 0
thanks everyone for understanding
 
Old 01-08-2005, 05:43 AM   #8
kevinatkins
Member
 
Registered: Jan 2004
Location: cheshire, uk
Distribution: Ubuntu Hoary
Posts: 605

Rep: Reputation: 33
hi,

if you're installing LimeWire, you'll also need to install the Java runtime environment. Depending on which version of Mandrake you use, you might find it on your installation CDs - do a search on 'J2RE' from within the Control Centre software installation module..

Failing that, you can go to Sun Microsystems' website and download it -

http://java.sun.com/j2se/1.5.0/download.jsp

choose 'Download JRE'. After accepting the software license agreement, you'll be presented with a list of files for different platforms. Under Linux you've got two choices - RPM or non-RPM. I'd choose RPM. You should then be able to install it simply by double clicking from within Konqueror..

Once you've got Java installed, to install LimeWire, you'll need to open a console window (look for 'Konsole' in System -> Terminals on your main menu) and run the LimeWire installer. If you downloaded LimeWire to your /home directory, you should be able to just type -

Code:
sh LimeWireLinux.bin
this will launch the installer and install LimeWire into your /home directory..

Good luck!
 
Old 01-08-2005, 01:25 PM   #9
shadizzle
LQ Newbie
 
Registered: Jan 2005
Posts: 5

Original Poster
Rep: Reputation: 0
thank you very much this operating system is really hard to install program... why?
 
Old 01-08-2005, 01:33 PM   #10
leonscape
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Debian SID / KDE 3.5
Posts: 2,313

Rep: Reputation: 48
Its hard because your not using your distro's installation system, In mandrake they use files called rpms, which are very easy to install. You probably have some programs on your system to help you install programs that are available.

Once you step outside those pieces of software provided by your Distro, things can get a bit messy, but after a while you'll figure this out as well.

It just a bit diffrent and takes a bit if getting used too.
 
Old 01-08-2005, 01:54 PM   #11
kevinatkins
Member
 
Registered: Jan 2004
Location: cheshire, uk
Distribution: Ubuntu Hoary
Posts: 605

Rep: Reputation: 33
hi,

yes, got to agree with leonscape here.. sometimes though you've got no choice but to venture beyond what your distro provides, which is what you've had to do with LimeWire..

On this subject, if you're using Mandrake, i'd recommend that you add some more sources of software which has been specially prepared for the distro, which can then be easily installed using Mandrake Control Centre.

To do this, go to -

http://easyurpmi.zarb.org/

This is an easy-to-use means of setting up the Mandrake URPMI software installer so that it includes sources ('Mirrors') from the WWW. I would recommend you choose to add the 'Contrib' and 'PLF' sources. Make sure that you use the sources correct for your distribution - ie, choose Mandrake Version carefully.

The website will give you a couple of lines of code that need to be copied into a console window (you'll need also to make sure you switch to the root user by typing 'su' then entering your root password).. the easiest way to copy is to highlight the lines of code with your left mouse button, then go into your console window and click the middle mouse button - the code will be copied, you just need to press 'enter'...

If all goes well, the new software will be available from within Mandrake Control Centre - just search for what you want, select it, and it will be downloaded and installed for you. By far the easiest way of installing!
 
  


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
Installing program? quaylet MEPIS 8 05-23-2005 08:36 PM
Using a program after installing it stab Linux - Newbie 3 09-17-2004 06:21 AM
Installing a Program? snoopyswiss Linux - Newbie 2 08-18-2004 07:23 AM
Installing a program PhuckFonix Linux - Newbie 6 05-29-2004 01:36 PM
installing a program bricast Linux - Newbie 5 08-15-2002 10:00 AM

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

All times are GMT -5. The time now is 06:29 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