Hi all,
I am trying to get Nmap installed in kali on Docker. Docker is running on Ubuntu. After apt-get update i give the command apt-get install -y nmap
After this I get some errors:
- Err:1 http://http.kali.org/kali kali-rolling/main amd64 libblas3 amd64 3.10.0-2 404 Not Found [IP: 192.99.200.113 80]
- Err:2 http://http.kali.org/kali kali-rolling/main amd64 libssl1.1 amd64 1.1.1m-1 404 Not Found [IP: 192.99.200.113 80]
- E: Failed to fetch http://http.kali.org/kali/pool/main/....0-2_amd64.deb 404 Not Found [IP: 192.99.200.113 80]
- E: Failed to fetch http://http.kali.org/kali/pool/main/...1m-1_amd64.deb 404 Not Found [IP: 192.99.200.113 80]
I have searched online for a possible solution, but found nothing that helped me fix this issue. Anyone knows what's wrong and how to fix it?
Tnx in advance