Forked from kuamit5516/Fix-Slow-apt-get-update-Optimize-Kali-Linux-2019
Created
November 3, 2020 09:57
-
-
Save ayushkurlekar/73e37cbe55f2bf0b1f892564efa8e7ac to your computer and use it in GitHub Desktop.
Fix-Slow-apt-get-update-Optimize-Kali-Linux-2019-New-Working-Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open Terminal and type - leafpad /etc/resolv.conf | |
add this - nameserver 8.8.8.8 | |
nameserver 8.8.4.4 | |
save and exit | |
now open new terminal and type - leafpad /etc/apt/sources.list | |
add this - #Repositories : | |
deb http://kali.cs.nctu.edu.tw/kali kali-rolling main contrib non-free | |
deb-src http://kali.cs.nctu.edu.tw/kali kali-rolling main contrib non-free | |
now save and exit | |
Open new Terminal and type apt-get update && apt-get upgrade && apt-get dist-upgrade | |
press enter | |
now see this working | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment