Unable to install katoolin on linux
chief12345 opened this issue · 10 comments
I am unable to use following command
chmod +x /usr/bin/katoolin
I get the following error
chmod: cannot access /usr/bin/katoolin: No such file or directory
I have followed all earlier steps and they have worked fine.
You did not past katoolin.py to /usr/bin/
That it means u dont have that folder in that so it is showing that NO directory or you may typed wrong name for the dir
Copy katoolin.py to /usr/bin/
I know this is old, but I had the same problem. You might need to install python if not already.
sudo apt-get install python
Only that helped me. Thanks!
I know this is old, but I had the same problem. You might need to install python if not already.
sudo apt-get install python
Life saver!
I know this is old, but I had the same problem. You might need to install python if not already.
sudo apt-get install python
Thanks dude
I know this is old, but I had the same problem. You might need to install python if not already.
sudo apt-get install python
thanks...a lot man...
I know this is old, but I had the same problem. You might need to install python if not already.
sudo apt-get install python
Thank you man