Results 1 to 3 of 3
i have found most installations of apps with linux easy with the use of the life-saving .rpm. But, and its a BIG but, i can't install *.tar.gz packages !
i ...
- 05-05-2004 #1Linux Newbie
- Join Date
- Apr 2004
- Location
- Looe, Cornwall UK
- Posts
- 152
installation? HOW??
i have found most installations of apps with linux easy with the use of the life-saving .rpm. But, and its a BIG but, i can't install *.tar.gz packages
!
i have tried configure which give an output of command not found
! and make which gives an output of no makefile found (even though there is one there
) and something else that i can't remember.
plz will anyone help
as this mess has realy limited my install ability
.
Cry out for freedom! Cry out for Linux!
- 05-05-2004 #2Linux Newbie
- Join Date
- Apr 2004
- Location
- Stockholm, Sweden
- Posts
- 130
You are running
tar -xvvzf foo.tar.gz
I assume.
and if that says : "command not found",
then you need to install tar. (Don't get how it can not be there though)
- 05-06-2004 #3
commands are as followed for most apps
but after you do the tar command then you jst need to read the INSTALL file or the README file. this way you will know how to install that specified app.Code:tar zxvf file.tar.gz cd filedirectory ./configure make su make install
good luckBIG K aka Kyle
Programming Forums
www.kylekonline.com
Please don\'t PM me for help-- ask in the forums instead!


Reply With Quote
