On Sat, 2007-12-29 at 15:11 -0500, Christopher E wrote:
Hello,
I have tried
/usr/bin/unzip eo1.zip
/home/dev/www$ /usr/bin/unzip eo1.zip -bash: line 88: /usr/bin/unzip: No such file or directory
yes I have no clue of what I am doing, please help :-) ?
Sincerely, Christopher
On Dec 29, 2007 3:03 PM, Craig White craigwhite@azapple.com wrote:
try /usr/bin/unzip SOME_FILE
# rpm -q --whatprovides /usr/bin/unzip unzip-5.52-2.2.1
---- the point of this last bit 'rpm -q --whatprovides /usr/bin/unzip' was to indicate if you don't have this file (/usr/bin/unzip) that the package that 'provides' it is unzip
yum install unzip
will install it
Craig