Not sure if this would be the right place to post this but:
I have a fresh install of kali:
Code:
root@kali:/var/log/apt# uname -a
Linux kali 3.18.11-v7 #1 SMP PREEMPT Tue Apr 7 12:12:57 CDT 2015 armv7l GNU/Linux
I have installed to sd card, edited /network/interfaces and spa_supplicant to allow for automatic connection to my local wifi at work. Upon boot this last time the FIRST command I ran was apt-get update and then apt-get upgrade. I then try to install apt-get install metasploit and I get a 404 error of not found. I goto the repo in browser and locate package and it appears that package in repo is newer version of metasploit. However no matter what I do i cannot get aptitude to match what is in repo.
output of apt-get update:
Code:
root@kali:/var/log/apt# apt-get update
Hit http://http.kali.org kali Release.gpg
Hit http://security.kali.org kali/updates Release.gpg
Hit http://http.kali.org kali Release
Hit http://security.kali.org kali/updates Release
Hit http://http.kali.org kali/main Sources
Hit http://security.kali.org kali/updates/main Sources
Hit http://http.kali.org kali/non-free Sources
Hit http://security.kali.org kali/updates/contrib Sources
Hit http://http.kali.org kali/contrib Sources
Hit http://security.kali.org kali/updates/non-free Sources
Hit http://http.kali.org kali/main armhf Packages
Hit http://security.kali.org kali/updates/main armhf Packages
Hit http://http.kali.org kali/non-free armhf Packages
Hit http://security.kali.org kali/updates/contrib armhf Packages
Hit http://http.kali.org kali/contrib armhf Packages
Hit http://security.kali.org kali/updates/non-free armhf Packages
Ign http://security.kali.org kali/updates/contrib Translation-en_US
Ign http://http.kali.org kali/contrib Translation-en_US
Ign http://security.kali.org kali/updates/contrib Translation-en
Ign http://http.kali.org kali/contrib Translation-en
Ign http://security.kali.org kali/updates/main Translation-en_US
Ign http://http.kali.org kali/main Translation-en_US
Ign http://security.kali.org kali/updates/main Translation-en
Ign http://http.kali.org kali/main Translation-en
Ign http://security.kali.org kali/updates/non-free Translation-en_US
Ign http://http.kali.org kali/non-free Translation-en_US
Ign http://security.kali.org kali/updates/non-free Translation-en
Ign http://http.kali.org kali/non-free Translation-en
Reading package lists... Done
output of apt-get install metasploit:
Code:
root@kali:/var/log/apt# apt-get install metasploit
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libaudio2 libmng1 libqt4-network libqt4-svg libqt4-xml libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libqtwebkit4 metasploit-framework nginx nginx-common nginx-full
p7zip-full wkhtmltopdf xvfb
Suggested packages:
nas qt4-qtconfig p7zip-rar
The following NEW packages will be installed:
libaudio2 libmng1 libqt4-network libqt4-svg libqt4-xml libqt4-xmlpatterns libqtcore4 libqtdbus4 libqtgui4 libqtwebkit4 metasploit metasploit-framework nginx nginx-common
nginx-full p7zip-full wkhtmltopdf xvfb
0 upgraded, 18 newly installed, 0 to remove and 0 not upgraded.
Need to get 230 MB/245 MB of archives.
After this operation, 455 MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Err http://http.kali.org/kali/ kali/main metasploit-framework armhf 4.11.3-2015063001-1kali0
404 Not Found
Err http://http.kali.org/kali/ kali/non-free metasploit armhf 4.11.3-2015063001-1kali0
404 Not Found
Failed to fetch http://http.kali.org/kali/pool/main/m/metasploit-framework/metasploit-framework_4.11.3-2015063001-1kali0_armhf.deb 404 Not Found
Failed to fetch http://http.kali.org/kali/pool/non-free/m/metasploit/metasploit_4.11.3-2015063001-1kali0_armhf.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
output of apt-get update:
Code:
root@kali:/var/log/apt# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
am i doing something wrong? anyone have any clue how to fix this or what may be going on as I have tried everything i could find to do and it has been roughly 3 or 4 days I have been trying to install this.
Grub