On Tue, Nov 01, 2011 at 02:19:59PM +0530, Vishnupradeep wrote: > On Tue, Nov 1, 2011 at 1:56 PM, Mick <michaelkintz...@gmail.com> wrote: > > > revdep-rebuild -v -- --ask > > > localhost / # revdep-rebuild -v --ask > bash: revdep-rebuild: command not found > localhost / # ls > bash: ls: command not found > localhost / #
maybe only the environment is somehow broken try echo $PATH or env and try using full paths: /bin/ls (or /usr/bin/ls) and /usr/bin/revdep-rebuild yoyo