Problem while installing katoolin in Ubuntu 17.10

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite
1












ragib@RAGIB-PC:~$ sudo su
[sudo] password for ragib:
root@RAGIB-PC:/home/ragib# git clone https://github.com/LionSec/katoolin.git && cp ' ale/katoolin.py /usr/bin/katoolin
fatal: destination path 'katoolin' already exists and is not an empty directory
root@RAGIB-PC:/home/ragib# chmod +x /usr/bin/katoolin
root@RAGIB-PC:/home/ragib# katoolin
bash: /usr/bin/katoolin: /usr/bin/python: bad interpreter: No such file or directory
root@RAGIB-PC:/home/ragib# sudo katoolin
sudo: unable to execute /usr/bin/katoolin: No such file or directory
root@RAGIB-PC:/home/ragib#


terminal image



I was trying to install katoolin to get all the Kali linux tools in Ubuntu 17.10. I have seen many tutorials describing same method, and I think I've done that exactly the same way, but something is not right, either in my system or I did something wrong while trying to install katoolin.










share|improve this question























  • It looks like you already have leftover files in /usr/bin/katoolin. Remove the katoolin directory and its contents recursively using this command: sudo rm -r /usr/bin/katoolin and try again. Please comment or edit your question and report any errors.
    – karel
    Mar 23 at 5:05











  • btw You are already root, so you don't need to type sudo katoolin - katoolin will do instead.
    – karel
    Mar 23 at 5:19















up vote
0
down vote

favorite
1












ragib@RAGIB-PC:~$ sudo su
[sudo] password for ragib:
root@RAGIB-PC:/home/ragib# git clone https://github.com/LionSec/katoolin.git && cp ' ale/katoolin.py /usr/bin/katoolin
fatal: destination path 'katoolin' already exists and is not an empty directory
root@RAGIB-PC:/home/ragib# chmod +x /usr/bin/katoolin
root@RAGIB-PC:/home/ragib# katoolin
bash: /usr/bin/katoolin: /usr/bin/python: bad interpreter: No such file or directory
root@RAGIB-PC:/home/ragib# sudo katoolin
sudo: unable to execute /usr/bin/katoolin: No such file or directory
root@RAGIB-PC:/home/ragib#


terminal image



I was trying to install katoolin to get all the Kali linux tools in Ubuntu 17.10. I have seen many tutorials describing same method, and I think I've done that exactly the same way, but something is not right, either in my system or I did something wrong while trying to install katoolin.










share|improve this question























  • It looks like you already have leftover files in /usr/bin/katoolin. Remove the katoolin directory and its contents recursively using this command: sudo rm -r /usr/bin/katoolin and try again. Please comment or edit your question and report any errors.
    – karel
    Mar 23 at 5:05











  • btw You are already root, so you don't need to type sudo katoolin - katoolin will do instead.
    – karel
    Mar 23 at 5:19













up vote
0
down vote

favorite
1









up vote
0
down vote

favorite
1






1





ragib@RAGIB-PC:~$ sudo su
[sudo] password for ragib:
root@RAGIB-PC:/home/ragib# git clone https://github.com/LionSec/katoolin.git && cp ' ale/katoolin.py /usr/bin/katoolin
fatal: destination path 'katoolin' already exists and is not an empty directory
root@RAGIB-PC:/home/ragib# chmod +x /usr/bin/katoolin
root@RAGIB-PC:/home/ragib# katoolin
bash: /usr/bin/katoolin: /usr/bin/python: bad interpreter: No such file or directory
root@RAGIB-PC:/home/ragib# sudo katoolin
sudo: unable to execute /usr/bin/katoolin: No such file or directory
root@RAGIB-PC:/home/ragib#


terminal image



I was trying to install katoolin to get all the Kali linux tools in Ubuntu 17.10. I have seen many tutorials describing same method, and I think I've done that exactly the same way, but something is not right, either in my system or I did something wrong while trying to install katoolin.










share|improve this question















ragib@RAGIB-PC:~$ sudo su
[sudo] password for ragib:
root@RAGIB-PC:/home/ragib# git clone https://github.com/LionSec/katoolin.git && cp ' ale/katoolin.py /usr/bin/katoolin
fatal: destination path 'katoolin' already exists and is not an empty directory
root@RAGIB-PC:/home/ragib# chmod +x /usr/bin/katoolin
root@RAGIB-PC:/home/ragib# katoolin
bash: /usr/bin/katoolin: /usr/bin/python: bad interpreter: No such file or directory
root@RAGIB-PC:/home/ragib# sudo katoolin
sudo: unable to execute /usr/bin/katoolin: No such file or directory
root@RAGIB-PC:/home/ragib#


terminal image



I was trying to install katoolin to get all the Kali linux tools in Ubuntu 17.10. I have seen many tutorials describing same method, and I think I've done that exactly the same way, but something is not right, either in my system or I did something wrong while trying to install katoolin.







software-installation katoolin kali-linux-tools






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 23 at 5:17









karel

50.9k11107127




50.9k11107127










asked Mar 23 at 4:58









Ragib

1




1











  • It looks like you already have leftover files in /usr/bin/katoolin. Remove the katoolin directory and its contents recursively using this command: sudo rm -r /usr/bin/katoolin and try again. Please comment or edit your question and report any errors.
    – karel
    Mar 23 at 5:05











  • btw You are already root, so you don't need to type sudo katoolin - katoolin will do instead.
    – karel
    Mar 23 at 5:19

















  • It looks like you already have leftover files in /usr/bin/katoolin. Remove the katoolin directory and its contents recursively using this command: sudo rm -r /usr/bin/katoolin and try again. Please comment or edit your question and report any errors.
    – karel
    Mar 23 at 5:05











  • btw You are already root, so you don't need to type sudo katoolin - katoolin will do instead.
    – karel
    Mar 23 at 5:19
















It looks like you already have leftover files in /usr/bin/katoolin. Remove the katoolin directory and its contents recursively using this command: sudo rm -r /usr/bin/katoolin and try again. Please comment or edit your question and report any errors.
– karel
Mar 23 at 5:05





It looks like you already have leftover files in /usr/bin/katoolin. Remove the katoolin directory and its contents recursively using this command: sudo rm -r /usr/bin/katoolin and try again. Please comment or edit your question and report any errors.
– karel
Mar 23 at 5:05













btw You are already root, so you don't need to type sudo katoolin - katoolin will do instead.
– karel
Mar 23 at 5:19





btw You are already root, so you don't need to type sudo katoolin - katoolin will do instead.
– karel
Mar 23 at 5:19
















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1018449%2fproblem-while-installing-katoolin-in-ubuntu-17-10%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1018449%2fproblem-while-installing-katoolin-in-ubuntu-17-10%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491