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
Forum Thread: Cannot Add New Packages in Kali on Android
- Hot
- Active
-
Forum Thread: Free Proxy Servers? 9 Replies
7 hrs ago -
Forum Thread: Hack and Track People's Device Constantly Using TRAPE 32 Replies
1 day ago -
Forum Thread: 12 Ways How to Hack Any Social Network and Protect Yourself 2018 1 Replies
1 day ago -
Metasploit Error: Handler Failed to Bind 40 Replies
4 days ago -
Forum Thread: How to Know if You Are a Script Kiddie? 9 Replies
2 wks ago -
Forum Thread: How to Identify and Crack Hashes 8 Replies
2 wks ago -
Forum Thread: How to Hack School Website 8 Replies
3 wks ago -
Forum Thread: Whenever I Try "Airmon-Ng Start wlan0" There's an Error? 16 Replies
3 wks ago -
Forum Thread: How to Fix 'Failed to Detect and Mount CD-ROM' Problem When Installing Kali Linux 14 Replies
3 wks ago -
Forum Thread: Awesome Keylogging Script - BeeLogger 30 Replies
1 mo ago -
Forum Thread: How to Hack Android Phone Using Same Wifi 27 Replies
1 mo ago -
Forum Thread: Complete Guide to Creating and Hosting a Phishing Page for Beginners 48 Replies
1 mo ago -
Forum Thread: Create and Use Android/Meterpreter/reverse_tcp APK with Msfvenom? 121 Replies
1 mo ago -
How to: Minecraft DoS'Ing with Python. 1 Replies
2 mo ago -
Forum Thread: HELP I Created an Apk for Hacking My Phone Using Kali Linux in Virtual Box How Can I Install That Apk on My Phone 17 Replies
2 mo ago -
Forum Thread: Tools for Beginner Hacker 3 Replies
2 mo ago -
Forum Thread: How to Embed an Android Payload in an Image? 9 Replies
3 mo ago -
Forum Thread: Metasploit reverse_tcp Handler Problem 46 Replies
3 mo ago -
Forum Thread: HACK ANDROID with KALI USING PORT FORWARDING(portmap.io) 11 Replies
3 mo ago -
Forum Thread: Fix Initramfs Problem 5 Replies
3 mo ago
-
How To: Crack SSH Private Key Passwords with John the Ripper
-
How To: Embed a Metasploit Payload in an Original .Apk File | Part 2 – Do It Manually
-
How To: Hack Android Using Kali (Remotely)
-
How To: The Hacks Behind Cracking, Part 1: How to Bypass Software Registration
-
How To: Scan for Vulnerabilities on Any Website Using Nikto
-
How to Hack Wi-Fi: Stealing Wi-Fi Passwords with an Evil Twin Attack
-
Hack Like a Pro: How to Crack Online Web Form Passwords with THC-Hydra & Burp Suite
-
How to Hack Wi-Fi: Cracking WPA2-PSK Passwords Using Aircrack-Ng
-
How To: Automate Wi-Fi Hacking with Wifite2
-
How To: Create Custom Wordlists for Password Cracking Using the Mentalist
-
How To: Bypass Antivirus Software by Obfuscating Your Payloads with Graffiti
-
How to Hack Wi-Fi: Cracking WPA2 Passwords Using the New PMKID Hashcat Attack
-
Tutorial: Create Wordlists with Crunch
-
BT Recon: How to Snoop on Bluetooth Devices Using Kali Linux
-
How To: Brute-Force FTP Credentials & Get Server Access
-
How To: Hack Web Browsers with BeEF to Control Webcams, Phish for Credentials & More
-
How To: Create a Persistent Back Door in Android Using Kali Linux:
-
How To: Make Your Own Bad USB
-
How To: Hack WiFi Using a WPS Pixie Dust Attack
-
How To: Hide a Virus Inside of a Fake Picture
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