Katoolin: command not found - Ask Ubuntu


i have followed instruction install katoolin, happens:

# sudo katoolin sudo: katoolin: command not found 

i have searched hard on net no joy. doing wrong? have macbook pro 2011 i7 processor.

judging comments question, placed katoolin executable not directly /usr/bin, in subdirectory of it.

when enter command, system searches in number of directories matching executable file. if example type foo, system looks /bin/foo, /sbin/foo, /usr/bin/foo , on. first such file found gets executed. directories searched defined in environment variable path.

but system not search in sub directories of directories listed in path. therefore, if put katoolin executable to, say, /usr/bin/katoolin/katoolin instead of /usr/bin/katoolin, won't found.

additionally, executable must have correct permissions ( sudo chmod +x /usr/bin/katoolin ) , correct name. if type katoolin, example /usr/bin/katoolin.py won't found either.


Comments

Popular posts from this blog

permissions - Mount is denied because the NTFS volume is already exclusively opened - Ask Ubuntu

Windows XP installation, no previous version of Windows NT - Super User

software installation - How to install linux driver for a lb-link wireless usb adapter - Ask Ubuntu