0

I had just got my first Lenovo T14 with Ubuntu OS, and I want to install Kali tools following this guide: https://www.tecmint.com/install-kali-linux-tools-using-katoolin-on-ubuntu-debian/.

I made /usr/bin/katoolin executable by running the command:

# chmod +x /usr/bin/katoolin

but I keep getting an error:

unable to execute ./katoolin: No such file or directory 

I'm sure there is a mistake somewhere along the lines, but couldn't figured it out. Any guidance would be much appreciated.

I used

BeastOfCaerbannog
  • 12,964
  • 10
  • 49
  • 77
  • 1
    You only use `./` before the command if you are in the same directory. If you are outside of the directory but the file is in the path then it is just the command `katoolin`. – Terrance Dec 29 '22 at 23:42
  • Here is directory info: ubuntu:/usr/bin$ ls -l /usr/bin/katoolin -rwxr-xr-x 1 root root 51401 Dec 29 14:41 /usr/bin/katoolin ubuntu:/usr/bin$ ./katoolin bash: ./katoolin: /usr/bin/python: bad interpreter: No such file or directory – user775423 Dec 30 '22 at 03:01
  • You are attempting a tutorial written in the time of Ubuntu 14.04 on a much more recent system. You are ready to break your system if you push this further. – vanadium Dec 30 '22 at 08:47
  • Thank you for mentioning that! I was actually thinking the same way - one of the reason I came to the community for further guidance. Do you know recent tutorial for the new systems? – user775423 Dec 30 '22 at 19:28

0 Answers0