Kali Linux Repository Issue "E: Unable To Locate Package ERROR"

Kali Linux is based on Debian Testing. Most packages Kali uses are imported from the Debian repositories.
Kali Linux is developed using a secure environment with only a small number of trusted people that are allowed to commit packages, with each package being digitally signed by the developer. Kali also has a custom-built kernel that is patched for 802.11 wireless injection. This was primarily added because the development team found they needed to do a lot of wireless assessments.
Do you ever experience something like this you are about to install something? 
               "E: Unable to locate package..."
.... now don't worry about this we are going to fix this problem!!!!!!!!!!!! 

Here is the solution, replace the source.list code below and place it in the /etc/apt/   HERE FIND SOURCE LIST ND REPLACE WITH .  >>>

$ sudo nano source.list

Now paste the following code at the last line of the file:
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
deb http://http.kali.org/kali sana main non-free contrib
deb http://security.kali.org/kali-security sana/updates main contrib non-free
# For source package access, uncomment the following line
# deb-src http://http.kali.org/kali sana main non-free contrib
# deb-src http://security.kali.org/kali-security sana/updates main contrib non-free
deb http://old.kali.org/kali moto main non-free contrib
# For source package access, uncomment the following line
# deb-src http://old.kali.org/kali moto main non-free contrib
Write and quit the file using CTRL+O and CTRL+X
Now just run:
sudo apt-get update
And based on repository only there are different patch command to resolve it...
if you don't get resolve means try the following command

Retired Kali sana (2.0) Repositories

 replace source code from this>>>>

deb http://old.kali.org/kali sana main non-free contrib
# For source package access, uncomment the following line
# deb-src http://old.kali.org/kali sana main non-free contrib
If you still won't resolve means follow some YouTube video like this..............

Comments

Popular posts from this blog

Using Kali Linux: Perform Website Cloning via SET toolkit

What is Log4j Vulnerability ?

How To Stop Becoming a Bait (A Cyber Security Methodology)