Removing Katoolin from Ubuntu 14.04
Solution 1:
Answer in progress
-
Run the Python script in
/usr/bin/katoolin
againsudo /usr/bin/katoolin
Select
1) Add Kali repositories & Update
Select
3) Remove all kali linux repositories
-
Run
sudo apt-get update sudo apt-get install -f sudo apt-get autoremove
-
Remove the katoolin script
sudo rm /usr/bin/katoolin
-
Run
gksu gedit /etc/*release
Change the file like this (depending on your release):
DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=Xenial Xerus DISTRIB_DESCRIPTION="Ubuntu 16.04"
Save and close the file.
-
Run
gksu gedit /etc/*issue
Change the file like this (depending on your release):
Ubuntu 16.04 \n \l
Save and close the file.
sudo apt-get install --reinstall software-center