I want to install Kali Linux tools in Ubuntu 16.04 LTS. But I'm getting this error message. How do I solve this issue?
Asked
Active
Viewed 1,157 times
0
-
1what exactly are you trying to do? – Yaron Oct 22 '17 at 08:31
1 Answers
0
Look at the second command in the screen-shot. I guess your pull from git failed because there already is a folder by the name katoolin in current directory. You will have to use rm -rf katoolin
to remove the folder and its content.
Because of this failure, katoolin.py is not downloaded and chmod command fails to find it. Hence, the error.

Legolas
- 1,693
-
yeah thats working, even i changed name of directory then also it is working. – user3686382 Oct 27 '17 at 09:03