Linux - NewbieThis 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.
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:
Distribution: Mandriva 2011 / Mageia 1 / Linux Mint 12 / CrunchBang Linux 10 Statler / Easy Peasy
Posts: 4,274
Rep:
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.
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.
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.