Forum Thread: Cannot Add New Packages in Kali on Android

root@localhost:~# apt-get install firmware-atheros
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package kalipi-kernel-headers:armhf needs to be reinstalled, but I can't find an archive for it.
Why does this happen? I deleted the Filesystem, the Support files and everything

1 Response

check your sources.list
normally it's located in /etc/apt/sources.list
go to that directory and edit the file sources.list or just open a terminal and issue the following command:
nano /etc/apt/sources.list and delete everything. Now paste these two lines:
deb http.kali.org/kali kali-rolling main non-free contrib
deb-src http.kali.org/kali kali-rolling main non-free contrib
click CTRL and x
Type y
Hit Enter
Now in the terminal type: apt update && apt -y upgrade
wait for it to finish then install whatever you want

Share Your Thoughts

  • Hot
  • Active