-
Notifications
You must be signed in to change notification settings - Fork 941
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unmet dependancies on kali #87
Comments
Hi leonteale! |
Hi @leonteale |
I tried this but with no luck. I instead used your premade VM which worked
|
Hi leonteale! Use this commands for reinstall pip with easy_install... sudo apt-get purge python-pip Let me know if works! |
Hi @leonteale! Were you able to fix the issue using the commands @Ezequieltbh suggested? Let us know if you need some help with that! Cheers! |
No this didn't work I tried opting for testing a VM instead but wasn't On 18 Jul 2016 17:06, "micabot" notifications@github.com wrote:
|
Hi @leonteale could you please test the latest Faraday 2.0 let us know if it is working now. |
I was Having the same problem. After lot of trying i used repositories from github for kali i.e pasted links in sources.list file and run command in terminal apt-get install gsettings-desktop-schemas and problem was solved.... |
Any feedback @leonteale ? |
If you are having trouble with kali 2020, please check this issue #399 Thanks! |
Not for nothing, I was having similar issues. switching to echo "deb http://http.kali.org/kali kali-last-snapshot main non-free contrib" | sudo tee /etc/apt/sources.list allowed me to run apt-get update, then install the correct packages |
this works |
@2580ayush2580, Yes, your solution fixed the problem. Thank you! |
root@kali:~# apt-get install vlc The following packages have unmet dependencies: |
6 similar comments
root@kali:~# apt-get install vlc The following packages have unmet dependencies: |
root@kali:~# apt-get install vlc The following packages have unmet dependencies: |
root@kali:~# apt-get install vlc The following packages have unmet dependencies: |
root@kali:~# apt-get install vlc The following packages have unmet dependencies: |
root@kali:~# apt-get install vlc The following packages have unmet dependencies: |
root@kali:~# apt-get install vlc The following packages have unmet dependencies: |
sudo apt install gcc-8-base mutter This will solve the problem. |
its not working. |
sudo apt install gcc-8-base mutter Use this |
Hi The following packages have unmet dependencies: I install sudo apt install gcc-8-base mutter but not working Please help me anyone thanks |
The following worked for me: Once you remove the headers, the rest should prompt you to reinstall all of the incompatible(?) packages. |
Hi unmet dependencies: libc6-dev : Breaks: libgcc-8-dev (< 8.4.0-2~) but 8.3.0-6 is installed E:Error ,pkg Problem Resolver::Resolve generated break, |
Hi unmet dependencies: libc6-dev : Breaks: libgcc-8-dev (< 8.4.0-2~) but 8.3.0-6 is installed E:Error ,pkg Problem Resolver::Resolve generated break, |
I believe the offending headers for that case are "linux 5.3.0-kali2-amd64" (for me it was this), but you should verify this is the case by trying to uninstall libgcc-8-dev, then see what that breaks, and continue until you find the culprit. |
apt-get remove libgcc-8-dev Is shall I install gcc-10-base with out mutter |
apt-get remove libgcc-8-dev Is shall I install gcc-10-base with out mutter |
This works!!. Thanks |
i solved it by using following cmd: |
sudo apt remove linux-headers-amd64 This will solve the problem. This works!!. Thanks all of you |
nice job Liubing-Zhen your sulution worked for me ty |
So i was trying to install this in a standard intall of Kali. but it doesnt work out of the box? or perhaps not with kali 2.0?
unmet dependancies, now i know this isnt strictly relating to an issue with the tool but perhaps some guidance on a way round this?
`snip
Ign http://http.kali.org kali-rolling/non-free Translation-en
Fetched 83.4 kB in 8s (9,420 B/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
gsettings-desktop-schemas : Breaks: gnome-settings-daemon (< 3.19.92) but 3.14.2-3 is to be installed
Breaks: mutter (< 3.19.92) but 3.14.4-1~deb8u1 is to be installed
gstreamer1.0-plugins-base : Breaks: gstreamer1.0-plugins-bad (< 1.7.90) but 1.4.4-2.1+b1 is to be installed
libgstreamer-plugins-base1.0-0 : Breaks: gstreamer1.0-plugins-bad (< 1.7.1) but 1.4.4-2.1+b1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in
load_entry_point('pip==1.5.6', 'console_scripts', 'pip')()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 542, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2569, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2229, in load
return self.resolve()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2235, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/lib/python2.7/dist-packages/pip/init.py", line 74, in
from pip.vcs import git, mercurial, subversion, bazaar # noqa
File "/usr/lib/python2.7/dist-packages/pip/vcs/mercurial.py", line 9, in
from pip.download import path_to_url
File "/usr/lib/python2.7/dist-packages/pip/download.py", line 25, in
from requests.compat import IncompleteRead
ImportError: cannot import name IncompleteRead
You can now run Faraday, enjoy!`
The text was updated successfully, but these errors were encountered: