J jocsaneduardo New member Joined Apr 12, 2013 Messages 1 Apr 12, 2013 #1 hello anyone can help me with this I can not unzip any files that get this message: "/ usr / bin / nice: / usr / local / bin / unzip: No such file or directory" DirectAdmin using Debian 6.0 Squeeze thanks Attachments nqspwy.jpg 18.5 KB · Views: 242
hello anyone can help me with this I can not unzip any files that get this message: "/ usr / bin / nice: / usr / local / bin / unzip: No such file or directory" DirectAdmin using Debian 6.0 Squeeze thanks
Themis Verified User Joined Oct 1, 2010 Messages 167 Location Luxembourg Apr 13, 2013 #2 jocsaneduardo said: "/ usr / bin / nice: / usr / local / bin / unzip: No such file or directory" Click to expand... Check if you have zip/unzip installed. If not, use this as root: Code: # apt-get install zip # apt-get install unzip
jocsaneduardo said: "/ usr / bin / nice: / usr / local / bin / unzip: No such file or directory" Click to expand... Check if you have zip/unzip installed. If not, use this as root: Code: # apt-get install zip # apt-get install unzip