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 02-03-2004, 08:06 AM   #1
Sweepnx
LQ Newbie
 
Registered: Feb 2004
Location: Edinburgh, UK
Posts: 11

Rep: Reputation: 0
Arrow A few puzzling Questions


Right i have been annoying myself to install Linux in one of my machines and i have eventually install red hat 7.2. I got a few tyhings i dont understand, I have worked out how to install an RPG file, and how to uncompress archives, however i have downloaded a few programs that were archives and i am scoobed to know how to install the applications? What commands do i need?

Also the internet is connected via a file storing server, which means all my computers has access to the internet, I got Linux on the internet no problem but i cant find a way to access my files, i dont see an option of My Network Places or a matter of putting in the address \\<pcname> . all information i would be greatful.
 
Old 02-03-2004, 08:55 AM   #2
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
What programs?

You can uncompress and unarchive tarball types with

tar -zxvf filename.tar.gz

or

tar -zxvf filename.tgz

Then cd into the extracted directory and usually you'll have a readme file or an install text file that might have installation instructions, which usually consists of:

./configure
make
make install

Double-check the read-me/install files though, just in case there are any other instructions.

Last edited by Skyline; 02-03-2004 at 09:02 AM.
 
Old 02-03-2004, 09:02 AM   #3
Sweepnx
LQ Newbie
 
Registered: Feb 2004
Location: Edinburgh, UK
Posts: 11

Original Poster
Rep: Reputation: 0
yeah how do you run the commands though? like i said i know how to uncompress them, but i cant make heads or tails of the install text file, sorry i am really new to Linux and its confused me to hell.
 
Old 02-03-2004, 09:11 AM   #4
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Which programs? - also can you post the contents of the install text file?
 
Old 02-03-2004, 09:18 AM   #5
Sweepnx
LQ Newbie
 
Registered: Feb 2004
Location: Edinburgh, UK
Posts: 11

Original Poster
Rep: Reputation: 0
it's the vlc media player st the contents of the INSTALL file
Quote:
$Id: INSTALL,v 1.25 2003/03/19 15:44:44 hartman Exp $

INSTALL file for the VLC media player

Mac OS X and BeOS users should read the documentation available at:
http://developers.videolan.org/vlc/

Configuring VLC
===============

A typical way to configure VLC is:

./configure --prefix=/usr --enable-gnome

See `./configure --help' for more information.

If you intend to debug stuff, you may want to compile with debugging
symbols:

make distclean ; ./configure --prefix=/usr --enable-gnome --enable-debug


Building VLC
============

Have a look at the generated Makefile.opts file, you may want to choose
which modules will be compiled as plugins, and which ones will remain in
the core application. The configure script tries to guess for you.

Once configured, run `make' to build VLC.


Installing and running VLC
==========================

You can install the VLC and its plugins by typing:

make install

But you don't need to install it if you don't want to; VLC can be launched
from the current directory as well:

./vlc


Building packages
=================

To build a Debian package, you may use:

dpkg-buildpackage -rfakeroot -us -uc


To build RedHat packages, use:

rpm -ba vlc.spec

To build an ipkg package (iPAQ familiar Linux), use:

ipkg-buildpackage
 
Old 02-03-2004, 09:39 AM   #6
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
For a basic install the typical

./configure
make
make install

should be sufficient - make sure your root user when you "make install" - for the first two steps you can issue as an ordinary user.
 
Old 02-03-2004, 09:40 AM   #7
Sweepnx
LQ Newbie
 
Registered: Feb 2004
Location: Edinburgh, UK
Posts: 11

Original Poster
Rep: Reputation: 0
how do you make install?
 
Old 02-03-2004, 09:43 AM   #8
Skyline
Senior Member
 
Registered: Jun 2003
Distribution: Debian/other
Posts: 2,104

Rep: Reputation: 45
Just type it as you would for the first two commands.
 
Old 02-03-2004, 09:52 AM   #9
Sweepnx
LQ Newbie
 
Registered: Feb 2004
Location: Edinburgh, UK
Posts: 11

Original Poster
Rep: Reputation: 0
So i go to the big foot icon and then run?
 
Old 02-03-2004, 11:02 AM   #10
Sweepnx
LQ Newbie
 
Registered: Feb 2004
Location: Edinburgh, UK
Posts: 11

Original Poster
Rep: Reputation: 0
right i have sussed it out...i think
 
Old 02-03-2004, 02:11 PM   #11
stevoman098
Member
 
Registered: Jan 2004
Distribution: Topologilinux, Fedora Core 1, WinXP
Posts: 41

Rep: Reputation: Disabled
all commands in linux are typed in the terminal, just right click the desktop and click 'open terminal' (at least thats how it is for fedora core 1)

you can get to linux by going to the "big foot icon" in the corner, then system tools i believe, then terminal
 
Old 02-03-2004, 03:26 PM   #12
Sweepnx
LQ Newbie
 
Registered: Feb 2004
Location: Edinburgh, UK
Posts: 11

Original Poster
Rep: Reputation: 0
i have sussed it now cheers
 
  


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
Puzzling glibc-build question... sundialsvcs Linux From Scratch 2 09-18-2005 09:30 AM
puzzling error of RENAME iclinux Programming 8 01-21-2005 09:06 AM
Puzzling problem in shell script Robhogg Programming 5 11-22-2004 03:48 PM
Puzzling nvidia performance hjles Slackware 3 11-14-2003 09:46 AM
puzzling slack 9 situation... mipia Slackware 4 06-28-2003 11:30 PM

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

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