Hi,

I've installed the Kali 2016.1 I downloaded today and went through the verification before installing. After the installation, I noticed that there were nothing except 2 commented lines (with keyword "cd-rom" at the front) in the
Code:
/etc/apt/sources.list
file. Then, I added the following lines to the file:
Code:
deb http://http.kali.org/kali kali-rolling main contrib non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free
as stated in the general-use page. When I run:
Code:
apt-get update
I keep getting the following error
Code:
E: Method http has died unexpectedly!
E: sub-process http received a segmentation fault
I'm pretty sure it is not an internet connection problem as I can access the internet through the browser. I tried to add the repository on another linux (ubuntu) machine and the update works fine. I'm not sure, but I suspect it has something to do with the "apt" package pre-installed. I couldn't access any network mirror while installing Kali, the return was "bad archive" no matter which mirror I choose. Could anyone tell me what I can do to fix this problem?