How To Fix Update Problem In Kali Linux After Accidentally Deleting Some Files/Folders from etc/atp/ ?
i remember when i accidentally deleted some files/folders from etc/atp/ and then got in very bad trouble. i search many times on google but didn't find what i needed. then after spending some hours on google search i found a solution. And that solution is very helpful for me. now i am sharing that solution with you. hope this will definitely work for you.
open type following commands in terminal
------------------------------------------------------------------------------
su
cat << EOF > /etc/apt/sources.list
deb http://http.kali.org/kali kali-rolling main non-free contrib
EOF
apt-get update
apt-get dist-upgrade
reboot
-------------------------------------------------------------------------------------
Sources ==>Click Here
i remember when i accidentally deleted some files/folders from etc/atp/ and then got in very bad trouble. i search many times on google but didn't find what i needed. then after spending some hours on google search i found a solution. And that solution is very helpful for me. now i am sharing that solution with you. hope this will definitely work for you.
open type following commands in terminal
------------------------------------------------------------------------------
su
cat << EOF > /etc/apt/sources.list
deb http://http.kali.org/kali kali-rolling main non-free contrib
EOF
apt-get update
apt-get dist-upgrade
reboot
-------------------------------------------------------------------------------------
Sources ==>Click Here
Comments
Post a Comment