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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
10-27-2007, 03:09 PM
|
#1
|
LQ Newbie
Registered: Oct 2007
Distribution: kwort 2.2(slackware)
Posts: 28
Rep:
|
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)
|
|
|
10-27-2007, 03:14 PM
|
#2
|
Member
Registered: Mar 2007
Distribution: Hardy (Gnome on Ubuntu 8.04) on Compaq N600c laptop
Posts: 323
Rep:
|
Quote:
Originally Posted by icedlightblue
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
|
|
|
10-27-2007, 03:14 PM
|
#3
|
Senior Member
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313
|
Quote:
Originally Posted by icedlightblue
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/
|
|
|
10-27-2007, 04:28 PM
|
#4
|
LQ Newbie
Registered: Oct 2007
Distribution: kwort 2.2(slackware)
Posts: 28
Original Poster
Rep:
|
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.
|
|
|
10-27-2007, 04:49 PM
|
#6
|
Senior Member
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313
|
Quote:
Originally Posted by icedlightblue
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.
|
|
|
10-27-2007, 05:10 PM
|
#7
|
LQ Newbie
Registered: Oct 2007
Distribution: kwort 2.2(slackware)
Posts: 28
Original Poster
Rep:
|
name of file:dvgrab-3.0
|
|
|
10-27-2007, 05:11 PM
|
#8
|
LQ Newbie
Registered: Oct 2007
Distribution: kwort 2.2(slackware)
Posts: 28
Original Poster
Rep:
|
oh I forgot:dvgrab-3.0.tar.gz
|
|
|
10-27-2007, 05:16 PM
|
#9
|
Senior Member
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313
|
Quote:
Originally Posted by icedlightblue
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.
|
|
|
10-27-2007, 06:01 PM
|
#10
|
LQ Newbie
Registered: Oct 2007
Distribution: kwort 2.2(slackware)
Posts: 28
Original Poster
Rep:
|
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.
|
|
|
10-27-2007, 07:48 PM
|
#11
|
LQ Newbie
Registered: Oct 2007
Distribution: kwort 2.2(slackware)
Posts: 28
Original Poster
Rep:
|
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?
|
|
|
10-27-2007, 11:12 PM
|
#12
|
LQ Newbie
Registered: Oct 2007
Location: Hungary, Budapest
Distribution: Gentoo
Posts: 17
Rep:
|
Hey, try ls in "/usr/local/src/dvgrab-3.0".
And yes, that means it's installed.
|
|
|
10-28-2007, 07:10 PM
|
#13
|
LQ Newbie
Registered: Oct 2007
Distribution: kwort 2.2(slackware)
Posts: 28
Original Poster
Rep:
|
I tryied it and it says dvgrab-3.0
|
|
|
10-28-2007, 07:24 PM
|
#14
|
LQ Newbie
Registered: Oct 2007
Posts: 10
Rep:
|
Quote:
Originally Posted by icedlightblue
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
|
|
|
10-28-2007, 08:00 PM
|
#15
|
Senior Member
Registered: Feb 2006
Location: Austria
Distribution: Ubuntu 12.10
Posts: 1,142
Rep:
|
Quote:
Originally Posted by icedlightblue
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 08:02 PM.
|
|
|
All times are GMT -5. The time now is 06:46 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|