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 10-08-2003, 05:37 PM   #1
Tex5150
LQ Newbie
 
Registered: Oct 2003
Location: Texas
Distribution: Red Hat 9
Posts: 5

Rep: Reputation: 0
Can't seem to get started


Howdy yall, I just got rid of XP for several different reasons. I installed RH 9 and I just can't seem to get started. I can't figure out how to install any software at all. Rpm's or tarball. Keep in mind that i have no knowledge of linux at all. Do I enter rpms through the terminal or do I use something else? Unfortunately I have found no one in my area that knows anything about linux. I tried finding books at the local library, but all they have pertains to windows. Are there any step by step how to's" available on the net? I can't afford to buy anything at the moment so it has to be free. I would really like to figure this system out. Any help would be greatly appreciated.
 
Old 10-08-2003, 05:55 PM   #2
TheRealDeal
Member
 
Registered: Jun 2003
Location: Central Coast, NSW, Australia
Distribution: Gentoo
Posts: 438

Rep: Reputation: 30
Hi,

I like to use the terminal for as much as I can.

If you get an rpm file. you can install it with....

rpm -Uvh /path/to/file/package.rpm


If it is a tar ball. 99% of the time there is a readme in there that tells you how to install it, it varies between packages though.

Stick with it

Craig
 
Old 10-08-2003, 06:25 PM   #3
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
hi Tex5150 here are a few links that have been invaluable to me as i also am new and learning.

http://www.google.com/linux
http://www.linux.org/
http://linux.ctyme.com/
http://sourceforge.net/
http://www.onlamp.com/linux/cmd/
(i found this thru a forum search here at linux general)
http://www.linuxquestions.org/
(and of course you already found this forum so you're on you're way.)

were you able to get all of you're hardware (network card sound card video...etc) up and running ok or is your main concern just installing software?
 
Old 10-08-2003, 06:34 PM   #4
Tex5150
LQ Newbie
 
Registered: Oct 2003
Location: Texas
Distribution: Red Hat 9
Posts: 5

Original Poster
Rep: Reputation: 0
The only hardware that I was't able to instal was my linksys wireless card. I have 2 computers networked (mine is a laptop). Linksys tech support says linux is not supported. but I have the tar ball driver that is suppsed to work for it. I have not had any luck so far with it. Still can get my software to install yet.

I think I will have to build a kernel for my linksys driver. For now i think I will just stick with trying to figure out rpms and tar ball for now.

Last edited by Tex5150; 10-08-2003 at 06:41 PM.
 
Old 10-08-2003, 06:46 PM   #5
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
what's the model of the linksys card. what are you're network specs (hardware, os's, config, ..etc) harware and configuration specs? you will find that posting more spec's will get you more hits. i'm pretty green myself, but i like to try and help if i can.
 
Old 10-08-2003, 07:17 PM   #6
Tex5150
LQ Newbie
 
Registered: Oct 2003
Location: Texas
Distribution: Red Hat 9
Posts: 5

Original Poster
Rep: Reputation: 0
I'm running Red Hat 9.
Laptop with:
Pent4 3.06
1024mb RAM
60gig HD
ATI Radeon Mobility M9
SIS 10/100 ethernet
Linksys WPC-11 version 3.0
 
Old 10-08-2003, 07:27 PM   #7
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
........ And for Tarballs.......

Typical files end in *.tar.gz or *.tgz

su to root user in a command line - then

tar -zxvf filename.tar.gz

or

tar -zxvf filename.tgz

Remember they get extracted to the current working directory.

This will untar and unzip the file and create a sub directory with the name of the filename - cd into there and then look for the readme or install file that will have installation instructions, often consisting of:

./configure
make
make install
 
Old 10-08-2003, 07:47 PM   #8
Tex5150
LQ Newbie
 
Registered: Oct 2003
Location: Texas
Distribution: Red Hat 9
Posts: 5

Original Poster
Rep: Reputation: 0
Ok,stupid question, but I have to ask it. What do you mean by su to root?
 
Old 10-08-2003, 08:35 PM   #9
KDE4me
Member
 
Registered: Apr 2003
Location: Australia
Distribution: RedHat 9.0 / Slackware 9.0/ FreeBSD 4.8 / Solaris 8 x86 / Mandrake 9.0
Posts: 90

Rep: Reputation: 15
Nice that you asked that...
Your best friend the manpage:
man man

so in your case:
man su
and you'll find out what it does

also if you have trouble try these other man commands:
apropos (same as man -k)
whatis [string]
command --help
 
Old 10-08-2003, 08:46 PM   #10
zhangg541
LQ Newbie
 
Registered: Sep 2003
Posts: 2

Rep: Reputation: 0
su root

su root or su
 
Old 10-08-2003, 09:14 PM   #11
Tex5150
LQ Newbie
 
Registered: Oct 2003
Location: Texas
Distribution: Red Hat 9
Posts: 5

Original Poster
Rep: Reputation: 0
ok, I tried to install a wine rpm. Now what does this mean?
[jackass@localhost jackass]$ rpm -Uvh /home/jackass/RPMfiles/wine-20030508-1rh9winehq.i386.rpm
error: cannot get exclusive lock on /var/lib/rpm/Packages
error: cannot open Packages index using db3 - Operation not permitted (1)
error: cannot open Packages database in /var/lib/rpm
[jackass@localhost jackass]$
 
Old 10-09-2003, 05:06 PM   #12
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
you need to login as root before the rpm command.

sorry, read this later and didn't intend to be so short. idid a search on

error: cannot get exclusive lock

found that it was related to root and looked at your post again and saw

[jackass@localhost jackass]

should be

[root@localhost jackass]

Last edited by Peacedog; 10-09-2003 at 07:02 PM.
 
  


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
Getting Started mattp Linux - Laptop and Netbook 6 01-08-2005 11:51 PM
Getting started k06878 Linux - Newbie 12 11-19-2004 08:42 AM
Getting Started burningtheory Linux - Distributions 2 09-07-2004 03:32 PM
Help Getting started reddog64 Linux - Newbie 9 04-18-2004 10:45 PM
Getting started.... noclue_menew Linux - Newbie 31 10-03-2003 01:44 PM

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

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