PDA

View Full Version : [SOLVED] need help with tar.gz



giganut
August 1st, 2011, 05:59 AM
I am having problems installing tar.gz files on ubuntu 10.10. Dose any one have any suggestions.:confused:

Shahnawaz Uqaili
August 1st, 2011, 06:07 AM
Hello,

You can use tar -zxvf abc.tar.gz

Regards

Shahnawaz Uqaili

giganut
August 1st, 2011, 06:17 AM
iam not sure how to use that command

Shahnawaz Uqaili
August 1st, 2011, 06:28 AM
First install the tar.gz file, then go to that directory by

cd directory/abc.tar.gz

tar -zxvf abc.tar.gz

After it untar, go to that directory

./configure

make

make install


I guide you the whole installation process. You can read the INSTALL file in the directory for installation help.

Thanks

Shahnawaz Uqaili

giganut
August 1st, 2011, 06:52 AM
there is no instillation file in the directory the program that i am trying to install is tmac-v1.0beta.tar.gz

Shahnawaz Uqaili
August 1st, 2011, 06:54 AM
tar -zxvf tmac-v1.0beta.tar.gz

Have you tried this or abc.tar.gz?

giganut
August 1st, 2011, 06:58 AM
bash: /home/giganut/Desktop/tmac-v1.0-beta: is a directory
giganut@ubuntu:~$


this is what it says now

giganut
August 1st, 2011, 07:08 AM
thanks for the help i will have to pic this up tomorrow ti is 2:00 am where i am at, I have to get some sleep. PS: thanks agin