cyberlabs.us | home | subscribe | contact | admin
Monday, July 7th  
Fix for apt-get not working on Kali Linux
Informational

Open a terminal and follow these instructions:

1. #sudo -i

2. #touch /etc/apt/sources.list

3. #chmod 644 /etc/apt/sources.list

4. #echo "deb http://http.kali.org/kali kali-rolling main contrib non-free" > /etc/apt/sources.list

5. #apt-key adv --keyserver hkp://keys.gnupg.net --recv-keys 7D8D0BF6

6. #apt update

February 2nd, 2022 - 02:49 pm | read more | comments