I installed several Kali tools using the Katoolin script. After a while I tried to uninstall these tools, I was able to remove most of them but several apps won't uninstall using
sudo apt-get remove <package name>
command.
I get: E: Unable to locate package <package name>
.
Also tried using sudo apt autoremove <package name>
with same result.
I'm assuming the actual package installed under a different name from the one I'm seeing in the Applications window. How can I remove these packages or find their actual name?
<package name>
? I think it is placeholder for real package name. Check package names on http://packages.ubuntu.com. – N0rbert Sep 25 '18 at 19:02searchsploit
in Ubuntu repositories. So possibly off-topic. – N0rbert Sep 25 '18 at 19:39