LinuxQuestions.org
Help answer threads with 0 replies.
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 07-21-2003, 03:39 PM   #1
VashTheStampede
LQ Newbie
 
Registered: Jul 2003
Posts: 6

Rep: Reputation: 0
Total Newbi


OK i am totaly new to linux iv played with it alot and all but i havnt goten nowere..... i have abosolutly no idea how to install anything i just dont get it is there anyone that can tell me how to install stuff iv tried to look onn the internet about it but i just end up gettin confused and give up.
 
Old 07-21-2003, 03:51 PM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 68
you don't say what distribution you are using so it is pretty difficult to give explicit answers for your setup but a good place to start is jeremy's "Compiling Programs from Source" howto:
http://www.linuxquestions.org/questi...ticle&artid=15
 
Old 07-21-2003, 04:26 PM   #3
VashTheStampede
LQ Newbie
 
Registered: Jul 2003
Posts: 6

Original Poster
Rep: Reputation: 0
oh im sorry im useing redhat 9
 
Old 07-21-2003, 04:33 PM   #4
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 68
If you want to install an rpm:
rpm -ivh /path/to/some_package.rpm

To uninstall:
rpm -e some_package
 
Old 07-21-2003, 04:51 PM   #5
VashTheStampede
LQ Newbie
 
Registered: Jul 2003
Posts: 6

Original Poster
Rep: Reputation: 0
k i get the rpm thing now but waht about thoses binary and source things evryone talks about i found one and i have no clue how to use it
 
Old 07-21-2003, 05:01 PM   #6
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 68
I already gave you the url for jeremy's howto in my first post.
http://www.linuxquestions.org/questi...ticle&artid=15
 
Old 07-21-2003, 05:03 PM   #7
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
you have to untar it, and the usual steps you take to install them are:
./configure
make
then switch to root and type:
make install

oh and to untar a tar.gz file you would do this:
tar -zxvf filename.tar.gz
and for bzip files you will type this:
tar -jxvf filename.tar.bz2
 
Old 07-21-2003, 05:03 PM   #8
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
i'm a little too late
 
Old 07-21-2003, 05:46 PM   #9
VashTheStampede
LQ Newbie
 
Registered: Jul 2003
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally posted by DrOzz

then switch to root and type:
make install
how do i change to root do i have to restart then login as root?
 
Old 07-21-2003, 05:50 PM   #10
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
no all you do is type:
su -
then it will prompt you for the root password and you will then type it
and then issue command make install.
 
Old 07-21-2003, 06:23 PM   #11
VashTheStampede
LQ Newbie
 
Registered: Jul 2003
Posts: 6

Original Poster
Rep: Reputation: 0
still no luck jsut gives me errors it sias like checking and sutff with liek 30 diffrent programs i gess there teh compilers to compile it or somthing but it saids compiler canot make exacutables all of the things it checked said no
 
Old 07-21-2003, 10:56 PM   #12
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well the best thing you can do is copy the output of the error message and post it here....and then we'll see what it is getting hung up on and then point you in the right direction to get around this obstacle.
 
Old 07-22-2003, 01:04 AM   #13
VashTheStampede
LQ Newbie
 
Registered: Jul 2003
Posts: 6

Original Poster
Rep: Reputation: 0
k ill do that but right now i gota get some sleep
 
Old 07-23-2003, 09:23 AM   #14
Loyd Christmas
LQ Newbie
 
Registered: Jul 2003
Location: Netherlands
Distribution: Kurumin 2.20
Posts: 2

Rep: Reputation: 0
Sorry to be posting in here, but I believe my question is quite pertinent to this subject.

Loged as root, or any other user, when I type "./configure" or "make" it says : "Permission denied".

Sorry again , and thanks.
 
Old 07-23-2003, 12:28 PM   #15
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 68
Quote:
Originally posted by Loyd Christmas
Sorry to be posting in here, but I believe my question is quite pertinent to this subject.

Loged as root, or any other user, when I type "./configure" or "make" it says : "Permission denied".

Sorry again , and thanks.
I don't think it is similar at all. I don't know what you are trying to install but it sounds like the permissions on the files a wrong.

As root:
chown root configure
chmod 700 configure
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
newbi gzip linuxtesting2 Linux - Newbie 16 10-22-2004 02:14 PM
newbi needs help emek311 Linux - Hardware 1 07-15-2004 09:51 PM
Redhat 9 asus A7V8X network configuration. I am a total newbi- please help! zee Linux - Networking 3 09-27-2003 03:04 PM
A newbi plea for help!! matrim Linux - Newbie 2 12-12-2002 01:48 AM
Help total newbi installing new kernel! raid517 Linux - Newbie 3 02-26-2002 11:44 AM

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

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