Kali Linux Update error (Could not connect to http.kali.org)

Опубликовано: 15 Август 2022
на канале: Thatquietkid
70,205
727

Command:- sudo su ( become root first so you don't get permission errors)
Command:- nano /etc/apt/sources.list (to open up the sources.list file in nano which is a text editor)
Now change the link to this :-deb https://kali.download/kali kali-rolling main non-free contrib
Control + x to exit ( it will ask if you want to save the changes and then type Shift + y and then enter).
Now type apt-get update.
Now if you do this. It should work without doing the rest shown in video.