PDA

View Full Version : apt-get install errors



Niko
2013-10-08, 22:03
root@root:~# apt-get install
Read packets Lists ... 0%
Building dependency tree
Reading state information... Was
E: The package firefox-mozilla-build needs to be reinstalled, but I can't find an archive for it.

root@root:~# apt-get upgrade
Read packets Lists ... 0%
Building dependency tree
Reading state information... Was
E: The package firefox-mozilla-build needs to be reinstalled, but I can't find an archive for it.

root@root:~# apt-get install java
Read packets Lists ... 0%
Building dependency tree
Reading state information... Was
E: The package firefox-mozilla-build needs to be reinstalled, but I can't find an archive for it.

root@root:~# apt-get install -f problem
Read packets Lists ... 0%
Building dependency tree
Reading state information... Was
E: The package firefox-mozilla-build needs to be reinstalled, but I can't find an archive for it.

root@root:~# apt-get install -f
Read packets Lists ... 0%
Building dependency tree
Reading state information... Was
E: The package firefox-mozilla-build needs to be reinstalled, but I can't find an archive for it.


anyone can help me please :rolleyes: :rolleyes: to

undersc0re
2013-10-09, 15:16
This thread may help, https://forums.kali.org/showthread.php?18220-Kali-Linux-Repositories your sources may not be correct especially if you installed kali without a network connection to the internet. goodluck.

Niko
2013-10-15, 10:58
I have already install my kali with network
my problem in my package not with my network

DozaCrack
2013-11-07, 09:47
my problem has been solved after input sources.list mozilla firefox

################################################## #############
# nano /etc/apt/sources.list
deb http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt all main

# adding public key on terminal
apt-key adv –recv-keys –keyserver keyserver.ubuntu.com C1289A29

# update
apt-get update

################################################## #############

After that, I reinstall firefox-mozilla-build from Synaptic Package Manager

https://www.facebook.com/DozaCrack/posts/570176646394530

Niko
2013-11-26, 18:40
it's was a great reply :)
thank you