Post

Kali Apt Update 403 error

Kali Apt Update 403 error

Kali Apt Update 403 error

image1

Fix:

1
sudo nano /etc/apt/sources.list

Add both lines:

1
2
deb-src https://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware
deb-src http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware
1
sudo apt update && sudo apt upgrade -y
This post is licensed under CC BY 4.0 by the author.