LinuxQuestions.org
Help answer threads with 0 replies.
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-17-2005, 05:59 AM   #1
Nox_hand
LQ Newbie
 
Registered: Sep 2005
Distribution: Red har 9 (Shrike)
Posts: 20

Rep: Reputation: 0
Post Please dont kill me for asking.. Command line? (I AM i n00b)


Hi!

First tread. (YAAAY!!)

I was up for hours yesterday trying to find the needed command line for installing programs.

But, me being quite a newbie at linux could not..

I allso want to know the easy way to install alll the files needed for the newest gaim (keepp getting package error with libgtkspell.so.0 needed)

I hope someone could help me..

OR: Do anyone know a free "getting started" guide?
 
Old 09-17-2005, 06:11 AM   #2
mr_demilord
Member
 
Registered: Sep 2005
Posts: 244

Rep: Reputation: 30
What distro do you run?
if you want to install from source it is mostly.

./configure && make && make install
 
Old 09-17-2005, 06:41 AM   #3
wanderingmind
Member
 
Registered: Sep 2005
Location: UK
Distribution: Ubuntu 12.04 LTS
Posts: 76

Rep: Reputation: 16
Talking

There is generally 3 ways of installing new programs:

1. The most "primitive" way is to install from source. This is what the first response you got was about. Search google 'linux installing from source', and you'll find guides. But honestly, don't bother. I've been using linux for more than 2 years and only installed from source 1-2 times (thanks Mandriva! ). There are easier ways in most distros, for most programs.

2. Installing with your distro's native package manager. Most distros are RPM based (redhat, fedora, mandriva,suse), or DEB based (debian, Libranet, knoppix, ubuntu). search for "RPM howto" for RPM or "apt-get howto" for DEB.

3. Using repositories. This is the easiest way. Most distros have large software repositories on ftp servers, and the distro has usually a graphical user interface that utilises the native package manager and resolves dependencies (ie, also installs other needed packages). Using these usually requires that you first set the sources, or give the distro information where your nearest/preferred repository is (they might have an ftp source already preconfigured, or they might use the installation cd:s as sources). For Fedora/redhat, the tool is called YUM, google "fedora yum howto", for Mandriva it's URPMI, for SUSE it's YAST/YOU. For debian based distros, APT-GET also uses repositories. But it is a command line tool, and there is also a graphical front end to it called Synaptic or (kynaptic in KDE).

Of course it's good to know all of these, but for 95% of programs you are likely to need, it's usually enough to use the repositories.
 
Old 09-17-2005, 07:10 AM   #4
Nox_hand
LQ Newbie
 
Registered: Sep 2005
Distribution: Red har 9 (Shrike)
Posts: 20

Original Poster
Rep: Reputation: 0
Talking Wow... That was quick!

Cheers! I will try it out straight away when i get to my pc!

I am running Shrike (Red Hat 9) from what i know (Well thats what the ISO's told me )

Now i will get around to installing Wine, Mplayer, Flash, GAIM, Amsn and other stuff!!

I am i wiz at XP, but not at Linux. There i am a complete !

Thanks again. Will contact again if anything fails
 
Old 09-17-2005, 07:26 AM   #5
Nox_hand
LQ Newbie
 
Registered: Sep 2005
Distribution: Red har 9 (Shrike)
Posts: 20

Original Poster
Rep: Reputation: 0
Exclamation ...?

Uhhm... Well. When i have downloaded YUM, and i open the .rpm file (given pass 1rst) I says Preparing system update and then it after 2 secs closes that window and nothing happens?

What am i doin wrong?
 
Old 09-17-2005, 07:39 AM   #6
wanderingmind
Member
 
Registered: Sep 2005
Location: UK
Distribution: Ubuntu 12.04 LTS
Posts: 76

Rep: Reputation: 16
I haven't used redhat so I can't help, but recommend reading these docs (for red hat 9). They are supposed to be very good: http://www.redhat.com/docs/manuals/linux/

Plus, you might want to post to redhat forum at
http://www.linuxquestions.org/questi...?s=&forumid=31
 
Old 09-17-2005, 07:45 AM   #7
Nox_hand
LQ Newbie
 
Registered: Sep 2005
Distribution: Red har 9 (Shrike)
Posts: 20

Original Poster
Rep: Reputation: 0
OK!

Cheers i will try that.
 
Old 09-17-2005, 07:51 AM   #8
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Red Hat 9 is seriously old, you should consider a newer distro.
 
Old 09-17-2005, 08:31 AM   #9
Nox_hand
LQ Newbie
 
Registered: Sep 2005
Distribution: Red har 9 (Shrike)
Posts: 20

Original Poster
Rep: Reputation: 0
Damn.. Whats the newest? Or best? (Free one)
 
Old 09-17-2005, 09:14 AM   #10
Nox_hand
LQ Newbie
 
Registered: Sep 2005
Distribution: Red har 9 (Shrike)
Posts: 20

Original Poster
Rep: Reputation: 0
Red face Giving up.. :-(

Well. I have now given up. As i do not have the correct version there is no point in configuring it if i have to install another version. For now (untill i get the other version WHAT VERSION PLEASE ;-D) i will go back to my trusty old windows for i think this is too complex to do right now. Maybe next weekend. Wont be so busy..
So some1 please tell me what version i need and i will download that.

Thanks for all of you guys help.

Oh and by the way! I succesfully installed 1 program and found Terminal. (.....N00Blike? It was flash..)
 
Old 09-17-2005, 09:59 AM   #11
zeroz52
Member
 
Registered: Feb 2005
Distribution: Slackware 10.2
Posts: 121

Rep: Reputation: 15
If you want to stick with Red Hat go get Fedora Core 4 (FC4). Ubuntu is really user friendly that is what I started out on. Check out the distro Reviews link in the top right.
 
Old 09-17-2005, 10:06 AM   #12
wanderingmind
Member
 
Registered: Sep 2005
Location: UK
Distribution: Ubuntu 12.04 LTS
Posts: 76

Rep: Reputation: 16
Re: Giving up.. :-(

Quote:
Originally posted by Nox_hand
Well. I have now given up.
So some1 please tell me what version i need and i will download that.
one word: http://distrowatch.com/dwres.php?resource=major
 
Old 09-17-2005, 10:31 AM   #13
Nox_hand
LQ Newbie
 
Registered: Sep 2005
Distribution: Red har 9 (Shrike)
Posts: 20

Original Poster
Rep: Reputation: 0
Talking Thanks!

Well i seems i can give up giving up!

The 2nd HDD with my xp ghost on suddenly fried when formatting 1rst HDD, so now i have nothing. I will download Ubuntu after re-installing Red Hat. (cant find xp cd..)

So i will use next few days downloading and learning. Cheers evry1!
 
Old 09-17-2005, 11:09 AM   #14
wanderingmind
Member
 
Registered: Sep 2005
Location: UK
Distribution: Ubuntu 12.04 LTS
Posts: 76

Rep: Reputation: 16
Re: Thanks!

Quote:
Originally posted by Nox_hand
The 2nd HDD with my xp ghost on suddenly fried
Necessity is the mother of all invention!!

Try Ubuntu, it's great. And with this, you can't go wrong: http://ubuntuguide.org/
 
Old 09-17-2005, 12:42 PM   #15
Nox_hand
LQ Newbie
 
Registered: Sep 2005
Distribution: Red har 9 (Shrike)
Posts: 20

Original Poster
Rep: Reputation: 0
Question What should i download?

Should i download 5.10 preview or 5.04?
 
  


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
Kill specific Wine program from Command Line Brian114 Linux - Software 4 06-07-2011 04:02 AM
How to kill an idle user via the command line? goemon Linux - General 7 12-01-2005 06:01 PM
How can I see what process are running and how to I kill them? (command line). brynjarh Linux - Newbie 4 07-07-2004 03:01 PM
kill program command line demmylls Linux - General 7 02-09-2004 08:55 PM
one-line kill command using process name julianop Linux - Newbie 6 12-22-2003 11:33 PM

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

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