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 11-03-2003, 08:07 AM   #16
AdamPengelly
LQ Newbie
 
Registered: Oct 2003
Posts: 29

Original Poster
Rep: Reputation: 15

That all makes perfect sense. So I can onw uncompress the file, and un-group it succesfully, but how do I do the bit that Bones996 said?

Do I just go into the directory, ("CD <filename>"), and then just type the commands without any parameters?
 
Old 11-03-2003, 08:21 AM   #17
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Blog Entries: 2

Rep: Reputation: 79
I'm assuming it is on the desktop then. I usually just go into a terminal, usually Start thingy then terminals then console. Type in su then your root password. CD to the right directory and type in those commands. You have to be inside the directory that the tar command created to do that.

To get to the Desktop type in

Code:
cd /home/<username>/Desktop
The D in Desktop is usually capitolized. Replace the username with what you login as. Mine is 'dale', so that would be /home/dale/Desktop. Then cd to the directory or just add it to the end of last command. If you need to see the directory to type it in correctly, type in

Code:
ls
that is a small L. Same thing as dir in windoze.

If you want to know if you are root or not in console:

[dale@smoker dale]$ <<<< regular user dale
[dale@smoker dale]$ su <<<starting switch
Password: <<<< enter password
[root@smoker dale]# <<<< we're root now. Be careful.

Bedtime. Hope that helps. Someone else will have to kick in till I wake back up.

Later


 
Old 11-03-2003, 04:42 PM   #18
bones996
Member
 
Registered: Sep 2003
Location: Pennsylvania
Distribution: Debian Squeeze
Posts: 106

Rep: Reputation: 15
From the command line as root, once you are in the directory ( cd <dir name>) you can type the commands that I listed earlier - each one serperately. You only actually have to be the root user to use the make install command. I do my ./configure & make commands as a normal user & then su to root to us make install, the less time I spend as root the better. Hope all of this helps
 
Old 11-03-2003, 11:11 PM   #19
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Blog Entries: 2

Rep: Reputation: 79
AdamPengelly, how's it coming over there?

Later

 
Old 11-04-2003, 04:02 AM   #20
AdamPengelly
LQ Newbie
 
Registered: Oct 2003
Posts: 29

Original Poster
Rep: Reputation: 15
Not too bad thanks fella, enjoying myself a little too much really. Should pain be this enjoyable????

I still can't install this program, I can't figure out how to get some kinda command shell running in Gnome, or shut gnome down so I'm just running in the shell. I thing I would manage better with this install if I didn't have the GUI running.

I'm really diggin your help guys, it's great fun
 
Old 11-04-2003, 04:24 AM   #21
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Blog Entries: 2

Rep: Reputation: 79
I generally use KDE so, hold on to your shorts while I switch and see how Gnome works.

Be right back . . . . . . . . . .

 
Old 11-04-2003, 04:53 AM   #22
dalek
Senior Member
 
Registered: Jul 2003
Location: Mississippi USA
Distribution: Gentoo
Posts: 2,058
Blog Entries: 2

Rep: Reputation: 79
Hope you still have your unders. There should be a thing that looks like a foot print in the lower left of your screen, click that then go up to Terminals then to Konsole and left click. That should get you a terminal. I usually use the one that has 'Super User Mode' on the end. Saves me from having to su later.

That will put you in the user directory. Mine puts me in dale for example. The complete path is /home/dale. All users, except root, are in this directory. Now that you know where you are let's find that file you want to install. If it is on the Desktop then type in cd Desktop and type in ls to list the files there. If you saved it and did not change where to save it to then type in cd Documents instead and type in ls to list the files there.

When you find the file, type in the commands given earlier. It will scroll some stuff up the screen as it progresses. Do not reboot unless the system does not respond for a extended period of time. It will slow you down a bit. I recommend not having anything open when you do this. Sometimes it may cause a conflict.

It's close to bedtime again. I got to vote in a bit too. Trying to get the sorry rascals out of there.

Check back later. Keep asking questions if you are lost. It takes time to learn Linux, it probably took some time to learn windoze too.

Later

 
Old 11-04-2003, 03:46 PM   #23
bones996
Member
 
Registered: Sep 2003
Location: Pennsylvania
Distribution: Debian Squeeze
Posts: 106

Rep: Reputation: 15
Another way to open a shell, at least in gnome, is to go to a blank area on the desktop right click the mouse then click on new terminal. This is what I usually do rather than go through the whole menu to start a new terminal.
 
Old 11-04-2003, 04:19 PM   #24
Gr3MliN
LQ Newbie
 
Registered: Oct 2003
Location: Norway
Distribution: Redhat 9
Posts: 8

Rep: Reputation: 0
I'm new to linux my self, I also have redhat 9, and I strongly recommend you to install apt for redhat. Apt is the packet-manger in debian, but it also have a version for redhat. Apt will download and configure packages for you.

After you have installed the rpm package you can:

apt-get update # this will update the package list

apt-get install <name> # this will download and install a package, and other
packages needed for it to work.

apt-cache search <string> # this will search for a package

/etc/apt/sources.list <- apt mirrors
* man apt *
(sometimes it is better to compile the packages from source, since apt packages can be very old)

grep is a very useful command, you should learn that
* man grep *

In gnome you can press alt+ctrl F1-F6 and put down the GUI if you have to. alt+ctrl F7 gets it up again.
Remember to read files named (with big letters) README and INSTALL when you compile from source, it isn't always the same way.


**** Important: As I said, I'm just a newbie. Some of this things can be all wrong. If you find any errors, don't flame me, but do tell med

Remember to try, and struggle
 
Old 11-04-2003, 05:19 PM   #25
AdamPengelly
LQ Newbie
 
Registered: Oct 2003
Posts: 29

Original Poster
Rep: Reputation: 15
That's quite handy to know, I might try that apt thing later on.

For now, I'm still very stuck on mplayer, but that' just cos I can't seem to findthe correct version to get....maybe....

However I have just (supposedly) successfully install apache web server. at least that's what the message said after I did the final "make install"

I cannot get it started though, I tried doing what it said (/usr/local/apache/httpd start and I just said the httpd command could not be found, and sure enough, when I did "ls" on that directory, there is no httpd. In fact, when I do "locate httpd" there isn't the file present on the system.

Any Ideas?
 
Old 11-04-2003, 05:38 PM   #26
Gr3MliN
LQ Newbie
 
Registered: Oct 2003
Location: Norway
Distribution: Redhat 9
Posts: 8

Rep: Reputation: 0
Delete mplayer, and compile and install from source. *REMEMBER THE README*

If you install xmms\mplayer etc from apt/rpm, you may get trouble in rehat. I don't know, it is something about licenses and such things.
 
Old 11-05-2003, 11:31 PM   #27
Abstruse
LQ Newbie
 
Registered: Oct 2003
Distribution: Gentoo
Posts: 10

Rep: Reputation: 0
if you want you can get the rpm files for mplayer from the official site at http://www.mplayerhq.hu there you can get the rpm for the binaries and also rpms for the different skins
 
  


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 questions about FreeBSD and a gui jimmmac *BSD 5 08-07-2004 06:13 PM
extreme newbie question Whitemagician Linux - Newbie 7 08-22-2003 02:04 PM
Extreme Newbie ? Netrack Linux - General 18 01-07-2003 04:40 AM
Extreme Newbie. DocStrangelove Linux - Newbie 5 11-05-2002 08:43 PM
Extreme Newbie Question reaper Linux - Networking 8 08-23-2001 09:53 PM

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

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