Page 1 of 1

What do I need to unzip in linux

Posted: Wed Aug 02, 2006 1:57 pm
by cjharman
Hey Guys & Gals

I am starting to mess around with Joomla, and most of the packages are .gz files... but some of them are .zip files... the .tgz files unpack just fine when I upload them, but the .zip files do not unpack... is there some software I am missing on my server that will allow for unzipping packages???

Currently I am just unzipping the items locally and uploading... but it would be nice to take advantage of Joomla's ability to extract the files also..

I am running CentOS 3.3 with PHP 5.0.4... I am using the ART addresses in my yum.conf...

Thanks for the help
Joe

Posted: Wed Aug 02, 2006 3:05 pm
by scott
Make sure the box has the unzip rpm installed (yum install unzip)

Posted: Wed Aug 02, 2006 3:10 pm
by cjharman
Hey Scott,

Thanks... yum says that it is installed and the latest version. For some reason though it won't unzip files.. i bet that it is a is chmod problem!!! what do you think?

Joe

Posted: Wed Aug 02, 2006 5:22 pm
by scott
Well if its a bad file, then unzip wouldnt be able to extract it, otherwise permissions, etc dont really matter.

Posted: Wed Aug 02, 2006 8:14 pm
by cjharman
I actually solved the problem... it was an issue with Joomla.... I need to let Joomla manage the CHMOD settings

THanks Scott!
Joe