mirror of
https://github.com/LionSec/katoolin.git
synced 2026-04-26 01:15:54 +03:00
[GH-ISSUE #203] How to uninstall? #169
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/katoolin-LionSec#169
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@gilgongo commented on GitHub (Jul 10, 2019):
Unfortunately, you'll need to manually remove them with apt I think.
@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
@tonywtrd commented on GitHub (Dec 12, 2021):
$ rmcommand will only delete a file or a folder if you add the recursive (-r) option as$ rm -rwhich can be replaced by$ rm -rf ~/DIRto 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.