Skip to main content

Reading Package lists..Done in kali linux | fix kali sources.list Repositories 2017.2/.1

Reading Package lists..Done in kali linux | fix kali sources.list Repositories  2017.1 / 2017.2

 

Kali Linux Repository HTTPS Support

 

1>
Start Kali Linux and open a terminal.

2>Past This Command in Terminal 

apt install apt-transport-https





3> Terminal Command

leafpad /etc/apt/sources.list



after this comment notepad will pop up now remove every line of them and add this new lines -

deb https://http.kali.org/kali kali-rolling main non-free contrib
# deb-src https://http.kali.org/kali kali-rolling main non-free contrib




 Save and close the file.

Now Use this command 

apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y

or


apt update 
apt upgrade
  apt dist-upgrade


4> and then again use this command



apt install apt-transport-https -y


Done