Open sandyboxy opened 1 month ago
Failed to update package lists
I's a failure of the command: sudo apt-get update
Sounds like a connectivity issue: your network was KO, a firewall blocked the request, the server was down...
For the python error:
Python packages must not be installed system-wide via pip
https://www.kali.org/blog/python-externally-managed/
Use the apt
package if available, else use pipx
(or other venv method)
sudo apt install sn0int
sudo apt install torbrowser-launcher
pipx
Failed to clone TJ-OSINT-Notebook
There is an issue with the directory check witihin the function update_tj_null_joplin_notebook() (double quotes must be removed)
This PR should resolve all but apt update issue: #66
Hello, I am using latest release of Kali on VMware workstation Pro 17.5.2. When I try to install tools by typing
./install-tools.sh
(withosint
user) I get these errors:How can I solve this issue? Thanks.
EDIT Scrolling up I saw this python error: