[GH-ISSUE #203] How to uninstall? #169

Closed
opened 2026-02-26 04:30:40 +03:00 by kerem · 3 comments
Owner

Originally created by @ghost on GitHub (Jul 9, 2019).
Original GitHub issue: https://github.com/LionSec/katoolin/issues/203

I am running Ubuntu 19.04 and i want to uninstall all kali linux tools.

Originally created by @ghost on GitHub (Jul 9, 2019). Original GitHub issue: https://github.com/LionSec/katoolin/issues/203 I am running Ubuntu 19.04 and i want to uninstall all kali linux tools.
kerem closed this issue 2026-02-26 04:30:40 +03:00
Author
Owner

@gilgongo commented on GitHub (Jul 10, 2019):

Unfortunately, you'll need to manually remove them with apt I think.

<!-- gh-comment-id:510042656 --> @gilgongo commented on GitHub (Jul 10, 2019): Unfortunately, you'll need to manually remove them with apt I think.
Author
Owner

@bc140400159 commented on GitHub (Feb 23, 2020):

i think in fedora, this command is work for me,
rm -r katoolin
-r is remove step by step
on each iteration you have to press Y and next simple

<!-- gh-comment-id:590100820 --> @bc140400159 commented on GitHub (Feb 23, 2020): i think in fedora, this command is work for me, rm -r katoolin -r is remove step by step on each iteration you have to press Y and next simple
Author
Owner

@tonywtrd commented on GitHub (Dec 12, 2021):

i think in fedora, this command is work for me,

rm -r katoolin

-r is remove step by step

on each iteration you have to press Y and next simple

$ rm command will only delete a file or a folder if you add the recursive (-r) option as $ rm -r which can be replaced by $ rm -rf ~/DIR to prevent triggering of the confirmation to delete each file.

But this will definitely not delete tools installed by Katoolin which use package manager. Actually, Katoolin are literaly a kind on package manager for Kali Tool.

<!-- gh-comment-id:991949058 --> @tonywtrd commented on GitHub (Dec 12, 2021): > i think in fedora, this command is work for me, > > rm -r katoolin > > -r is remove step by step > > on each iteration you have to press Y and next simple `$ rm` command will only delete a file or a folder if you add the recursive (-r) option as `$ rm -r` which can be replaced by `$ rm -rf ~/DIR` to prevent triggering of the confirmation to delete each file. But this will definitely not delete tools installed by Katoolin which use package manager. Actually, Katoolin are literaly a kind on package manager for Kali Tool.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/katoolin-LionSec#169
No description provided.