Fix “Unable to locate package” error in Kali Linux.
This error is basically due to entries in the sources.list file. Open /etc/apt/ using following command: cd /etc/apt/ Open the sources.list file using: sudo nano sources.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 # ...
Read More