I tried running sudo apt-get install apktool
and got:
Reading package list... Done
Reading dependency tree... Done
Reading state information... Done
E: Unable to locate package apktool
I ran sudo apt-get update
and got:
Ign:1 http://security.kali.org/kali-security sana/updates InRelease
Ign:2 http://http.kali.org/kali sana InRelease
Err:3 http://http.kali.org/kali sana Release
404 Not Found [IP: 192.99.200.113 80]
Ign:1 http://security.kali.org/kali-security sana/updates InRelease
Ign:1 http://security.kali.org/kali-security sana/updates InRelease
Err:1 http://security.kali.org/kali-security sana/updates InRelease
Could not resolve 'security.kali.org'
Reading package lists... Done
E: The repository 'http://http.kali.org/kali sana Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
How can I make apt-get
work so I can install stuff?
Also: I am running kali as a vm in VMware... It is connected to the internet, but not sure if that is the problem.
apktool
follow installation guide: https://ibotpeaches.github.io/Apktool/install/ As this tool need onlyjava
you can install it on virtually ANY Linux distribution – Romeo Ninov Feb 20 '22 at 07:56root
:sudo apt-get .....
– Romeo Ninov Feb 20 '22 at 08:21dpkg
frontend, then that means you are either not root, or another process is already using it. At this point you should really read this: https://unix.meta.stackexchange.com/q/5360/272848 – Stewart Feb 20 '22 at 08:47