Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Uninstall Katoolin #8
Comments
gigili
commented
Jan 12, 2016
|
Not sure if it will truly delete everything but you can use this answer: http://askubuntu.com/a/708848/444056 But before you remove the katoolin file there is a line in there on the line 138 that has the install script for all the packages which you can copy & paste it just replace the apt-get install with apt-get remove and it will remove everything. But before you run the remove script, at the end of that line there is command to download and extract an archive remove that and then run it. And then use apt-get autoremove to clear all the libraries that were installed with the tools. These are not official nor confirmed remove options and all commands need to be run with root permission Also if you find that there are still kali tools listed in your menu after you removed them, use this commands: I just used all of these commands to remove it from my system. I'm using linux mint 17.3 |
fr3lin
commented
Jan 30, 2016
|
I am using Ubuntu 15.10 and had the same problem.
Change the file like this (this is for 15.10 but you can change accordingly)
save and close the file.
Change the file like this (this is for 15.10 but you can change accordingly)
save and close the file.
I hope it also works for you. |
fratellomio commentedNov 24, 2015
Hi after I installed Katoolin in my Ubuntu 15.10, I can't open my Ubuntu Software Center and Software & Updates menu.
when I open the Ubuntu Software Center, it comes with these following error:
ERROR:root:DebFileApplication import
Traceback (most recent call last):
File "/usr/share/software-center/softwarecenter/db/init.py", line 4, in
from debfile import DebFileApplication, DebFileOpenError
File "/usr/share/software-center/softwarecenter/db/debfile.py", line 25, in
from softwarecenter.db.application import Application, AppDetails
File "/usr/share/software-center/softwarecenter/db/application.py", line 28, in
import softwarecenter.distro
File "/usr/share/software-center/softwarecenter/distro/init.py", line 199, in
distro_instance = _get_distro()
File "/usr/share/software-center/softwarecenter/distro/init.py", line 174, in _get_distro
module = import(distro_module_name, globals(), locals(), [], -1)
ImportError: No module named kali
Traceback (most recent call last):
File "/usr/bin/software-center", line 128, in
from softwarecenter.ui.gtk3.app import SoftwareCenterAppGtk3
File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 54, in
from softwarecenter.db.application import Application
File "/usr/share/software-center/softwarecenter/db/application.py", line 28, in
import softwarecenter.distro
File "/usr/share/software-center/softwarecenter/distro/init.py", line 199, in
distro_instance = _get_distro()
File "/usr/share/software-center/softwarecenter/distro/init.py", line 174, in _get_distro
module = import(distro_module_name, globals(), locals(), [], -1)
ImportError: No module named kali
and when I open my the Software & Updates, it comes with these following issue:
