Open OniyaGriseo1122 opened 4 years ago
Try
sudo chmod +x /usr/bin/katoolin
i did and still get the same as Oniya boss.sudo: unable to execute /usr/bin/katoolin: No such file or directory". Thanks for the great resource and the help. the idea was to install kita tools on my ubuntu 20-04 and hum. maybe a code error in katoolin.py or my py not updated?
same issue here in wsl 2 ubuntu 20.04
I have the same problem. I do all the steps correctly but when I put in sudo katoolin it does not work. I am on a chromebook.
solve the problem
sudo python2.7 katoolin.py
Ah! Glad to see some others found this thread beneficial; thanks, freedom-wy, for the fix and of course LionSec for what I'm sure is a magnificent tool when it's working. Many blessings.
Yes sir, that one did it. I missed this being Python, sudo often doesn't work with python stuff. Use pip or conda but not both, mixing installers leads to a destabilized system. Also you've got to invoke Python before you run a program. Most of you know but for those who might not, there you are.
Hi, I have the same issue: chmod +x command doesn't work and even trying "sudo python2.7 katoolin.py" I can't use katoolin. Can someone help me?
Try this command : python2 /usr/bin/katoolin
It worked! but needs "sudo" privileges
I get this response when executing the final command : "sudo: unable to execute /usr/bin/katoolin: No such file or directory". Thanks for the great resource and the help.