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-27-2007, 02:09 PM   #1
icedlightblue
LQ Newbie
 
Registered: Oct 2007
Distribution: kwort 2.2(slackware)
Posts: 28

Rep: Reputation: 15
Unhappy how do you install tar.gz or tar packages


Can anyone help help me install .tar packages please.

and do it little by little.

p.s.I did cd /directrory of file/configure and it says no directory or file .
I am using kwort 2.2(based on slackware)
 
Old 10-27-2007, 02:14 PM   #2
lumix
Member
 
Registered: Mar 2007
Distribution: Hardy (Gnome on Ubuntu 8.04) on Compaq N600c laptop
Posts: 323

Rep: Reputation: 30
Quote:
Originally Posted by icedlightblue View Post
Can anyone help help me install .tar packages please.

and do it little by little.

p.s.I did cd /directrory of file/configure and it says no directory or file .
I am using kwort 2.2(based on slackware)
Somewhat of a newb myself, but to run something like the configure file (which I believe you referred to), you would need to precede it with a "./" as in:

user@host>./config
user@host>./make
user@host>./make install
 
Old 10-27-2007, 02:14 PM   #3
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Quote:
Originally Posted by icedlightblue View Post
Can anyone help help me install .tar packages please.

and do it little by little.

p.s.I did cd /directrory of file/configure and it says no directory or file .
I am using kwort 2.2(based on slackware)
Instructions are in this thread: http://www.linuxquestions.org/questi...ograms.-45094/
 
Old 10-27-2007, 03:28 PM   #4
icedlightblue
LQ Newbie
 
Registered: Oct 2007
Distribution: kwort 2.2(slackware)
Posts: 28

Original Poster
Rep: Reputation: 15
I did that but it says no such directory or file.


i did this.

cd /usr/local/src/name of package/configure

Bash3.1:cd /usr/local/src/name of package/configure no such file or directory.
 
Old 10-27-2007, 03:45 PM   #5
ericartman
LQ Newbie
 
Registered: Nov 2006
Posts: 11

Rep: Reputation: 0
Used a lot

Being a NB I utilized the info on this page a lot
http://cutlersoftware.com/ubuntuinstall/


Cart
 
Old 10-27-2007, 03:49 PM   #6
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Quote:
Originally Posted by icedlightblue View Post
I did that but it says no such directory or file.


i did this.

cd /usr/local/src/name of package/configure

Bash3.1:cd /usr/local/src/name of package/configure no such file or directory.
What's the name of the .tar package and where did you get it from.
 
Old 10-27-2007, 04:10 PM   #7
icedlightblue
LQ Newbie
 
Registered: Oct 2007
Distribution: kwort 2.2(slackware)
Posts: 28

Original Poster
Rep: Reputation: 15
name of file:dvgrab-3.0
 
Old 10-27-2007, 04:11 PM   #8
icedlightblue
LQ Newbie
 
Registered: Oct 2007
Distribution: kwort 2.2(slackware)
Posts: 28

Original Poster
Rep: Reputation: 15
oh I forgot:dvgrab-3.0.tar.gz
 
Old 10-27-2007, 04:16 PM   #9
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Quote:
Originally Posted by icedlightblue View Post
oh I forgot:dvgrab-3.0.tar.gz
It's ok I've already checked it out. There's nothing wrong with this file, you must be doing something wrong. When you extract the dvgrab-3.0.tar.gz file you should have a folder named dvgrab-3.0. Cd into that folder and then do: ./configure, if that completes successfully do: make, again if successfull change to root and do: make install.
 
Old 10-27-2007, 05:01 PM   #10
icedlightblue
LQ Newbie
 
Registered: Oct 2007
Distribution: kwort 2.2(slackware)
Posts: 28

Original Poster
Rep: Reputation: 15
ok,I did this:

cd /usr/local/src/dvgrab-3.0

then i pressed enter and the terminal went to the next line.

then i typed in ./configure

and it says:

no such directory or file

Am i doing something wrong or my computer(distro) is messed up.
 
Old 10-27-2007, 06:48 PM   #11
icedlightblue
LQ Newbie
 
Registered: Oct 2007
Distribution: kwort 2.2(slackware)
Posts: 28

Original Poster
Rep: Reputation: 15
by the way can you answer this question too.

when i went into the termial and typed gcc(used for installing and conpliling files),the termial says no input files.

does that mean gcc is not installed?
 
Old 10-27-2007, 10:12 PM   #12
BB_DaKraxor
LQ Newbie
 
Registered: Oct 2007
Location: Hungary, Budapest
Distribution: Gentoo
Posts: 17

Rep: Reputation: 0
Hey, try ls in "/usr/local/src/dvgrab-3.0".

And yes, that means it's installed.
 
Old 10-28-2007, 06:10 PM   #13
icedlightblue
LQ Newbie
 
Registered: Oct 2007
Distribution: kwort 2.2(slackware)
Posts: 28

Original Poster
Rep: Reputation: 15
I tryied it and it says dvgrab-3.0
 
Old 10-28-2007, 06:24 PM   #14
vegas35
LQ Newbie
 
Registered: Oct 2007
Posts: 10

Rep: Reputation: 0
Quote:
Originally Posted by icedlightblue View Post
by the way can you answer this question too.

when i went into the termial and typed gcc(used for installing and conpliling files),the termial says no input files.

does that mean gcc is not installed?
No, that means gcc IS installed. The common syntax for gcc is:

gcc inputfilename.c -o outputfilename

So, if you wanted to compile a program called HelloWorld.c, you'd do something like:

gcc HelloWorld.c -o HelloWorld

Then you'd have a compiled executable called HelloWorld. If you just type gcc, without the input or output files, it will give you the message there there are no input files.

Here is a "HOWTO" from the The Linux Documentation Project: http://www.tldp.org/HOWTO/GCC-HOWTO/index.html
 
Old 10-28-2007, 07:00 PM   #15
oskar
Senior Member
 
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 12.10
Posts: 1,142

Rep: Reputation: 49
Quote:
Originally Posted by icedlightblue View Post
I tryied it and it says dvgrab-3.0
Well, it looks like this is another folder... so cd into it and compile.
(ls is like dir in dos... on some distros you can even type 'dir'"

I don't mind much answering questions like that, but if you want to start with a distribution like slackware, you might want to get a book on at least the very basics of using a *nix system. Once you are comfortable with the basic 10 or 20 commands you will have a much easier time.

Last edited by oskar; 10-28-2007 at 07:02 PM.
 
  


Reply

Tags
install, packages



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
how can i decompress this tar.tar file? hmmm sounds new.. tar.tar.. help ;) kublador Linux - Software 14 10-25-2016 02:48 AM
BackUp & Restore with TAR (.tar / .tar.gz / .tar.bz2 / tar.Z) asgarcymed Linux - General 5 12-31-2006 02:53 AM
How to install packages with tar.gz extensions? SelaAragon Linux - Software 6 03-16-2004 12:27 AM
How do you install *.tar.gz packages? DartMol Linux - Newbie 22 03-30-2003 10:43 AM

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

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