View Single Post
penguinbait's Avatar
Posts: 3,096 | Thanked: 1,525 times | Joined on Jan 2006 @ Michigan, USA
#3
Originally Posted by amkaos View Post
so, i guess i need to do something from xterminal.
i dont find it in file manager or app manager..
went to maemo and didnt find that exact app..
what should i use to install or extract .tar gz?
thnx
Doh, use tar

tar zxvf file.tar.gz
tar zxvf file.tgz
tar xvf file.tar

tar
z = zipped archive
x = xtract
v = verbose
f = file
t = test


so you could do a
tar tzf file.tar.gz
to see what files are in a tar (zip)
or of its not a zip
tar tf file.tar


There is also bz2
tar jxvf file.tar.bz2
__________________
To all my Maemo friends. I will no longer be monitoring any of my threads here on a regular basis. I am no longer supporting anything I did under maemo at maemo.org. If you need some help with something you can reach me at tablethacker.com or www.facebook.com/penguinbait. I have disabled my PM's here, and removed myself from Council email and Community mailing list. There has been some fun times, see you around.