Software Center installation Error [duplicate]
This question already has an answer here:
Why is Kali Linux so hard to set up? Why won't people help me?
5 answers
Every time I try installing Software Center on Kali Linux 2.0. it says:
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:
software-center : Depends: aptdaemon (>= 0.40) but it is not going to be installed
Depends: python-gobject (>= 3.0) but it is not going to be installed
Depends: python-gobject-cairo
Depends: python-aptdaemon (>= 0.40) but it is not going to be installed
Depends: python-aptdaemon.gtk3widgets but it is not going to be installed
Recommends: gir1.2-launchpad-integration-3.0 but it is not installable
Recommends: software-properties-gtk but it is not going to be installed
Recommends: sessioninstaller but it is not installable
E: Unable to correct problems, you have held broken packages.
What can I do to fix this?
software-installation kali-linux
marked as duplicate by Stephen Harris, Mr Shunz, GAD3R, X Tian, A.B Feb 14 at 1:18
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Why is Kali Linux so hard to set up? Why won't people help me?
5 answers
Every time I try installing Software Center on Kali Linux 2.0. it says:
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:
software-center : Depends: aptdaemon (>= 0.40) but it is not going to be installed
Depends: python-gobject (>= 3.0) but it is not going to be installed
Depends: python-gobject-cairo
Depends: python-aptdaemon (>= 0.40) but it is not going to be installed
Depends: python-aptdaemon.gtk3widgets but it is not going to be installed
Recommends: gir1.2-launchpad-integration-3.0 but it is not installable
Recommends: software-properties-gtk but it is not going to be installed
Recommends: sessioninstaller but it is not installable
E: Unable to correct problems, you have held broken packages.
What can I do to fix this?
software-installation kali-linux
marked as duplicate by Stephen Harris, Mr Shunz, GAD3R, X Tian, A.B Feb 14 at 1:18
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
Why is Kali Linux so hard to set up? Why won't people help me?
5 answers
Every time I try installing Software Center on Kali Linux 2.0. it says:
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:
software-center : Depends: aptdaemon (>= 0.40) but it is not going to be installed
Depends: python-gobject (>= 3.0) but it is not going to be installed
Depends: python-gobject-cairo
Depends: python-aptdaemon (>= 0.40) but it is not going to be installed
Depends: python-aptdaemon.gtk3widgets but it is not going to be installed
Recommends: gir1.2-launchpad-integration-3.0 but it is not installable
Recommends: software-properties-gtk but it is not going to be installed
Recommends: sessioninstaller but it is not installable
E: Unable to correct problems, you have held broken packages.
What can I do to fix this?
software-installation kali-linux
This question already has an answer here:
Why is Kali Linux so hard to set up? Why won't people help me?
5 answers
Every time I try installing Software Center on Kali Linux 2.0. it says:
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:
software-center : Depends: aptdaemon (>= 0.40) but it is not going to be installed
Depends: python-gobject (>= 3.0) but it is not going to be installed
Depends: python-gobject-cairo
Depends: python-aptdaemon (>= 0.40) but it is not going to be installed
Depends: python-aptdaemon.gtk3widgets but it is not going to be installed
Recommends: gir1.2-launchpad-integration-3.0 but it is not installable
Recommends: software-properties-gtk but it is not going to be installed
Recommends: sessioninstaller but it is not installable
E: Unable to correct problems, you have held broken packages.
What can I do to fix this?
This question already has an answer here:
Why is Kali Linux so hard to set up? Why won't people help me?
5 answers
software-installation kali-linux
software-installation kali-linux
edited Sep 24 '15 at 20:23
dhag
11.5k33145
11.5k33145
asked Sep 22 '15 at 1:29
johnjohn
11
11
marked as duplicate by Stephen Harris, Mr Shunz, GAD3R, X Tian, A.B Feb 14 at 1:18
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by Stephen Harris, Mr Shunz, GAD3R, X Tian, A.B Feb 14 at 1:18
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
What this means
Essentially, this means that some programs are either not installed or are not upgraded enough.
What to do
To fix this you should run the command sudo apt-get update
sudo apt-get upgrade
sudo apt-get install software-center
If this does not work, then go and install/upgrade each individual dependency (e.g. sudo apt-get install python-aptdaemon
)...
Hope this helps!
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
What this means
Essentially, this means that some programs are either not installed or are not upgraded enough.
What to do
To fix this you should run the command sudo apt-get update
sudo apt-get upgrade
sudo apt-get install software-center
If this does not work, then go and install/upgrade each individual dependency (e.g. sudo apt-get install python-aptdaemon
)...
Hope this helps!
add a comment |
What this means
Essentially, this means that some programs are either not installed or are not upgraded enough.
What to do
To fix this you should run the command sudo apt-get update
sudo apt-get upgrade
sudo apt-get install software-center
If this does not work, then go and install/upgrade each individual dependency (e.g. sudo apt-get install python-aptdaemon
)...
Hope this helps!
add a comment |
What this means
Essentially, this means that some programs are either not installed or are not upgraded enough.
What to do
To fix this you should run the command sudo apt-get update
sudo apt-get upgrade
sudo apt-get install software-center
If this does not work, then go and install/upgrade each individual dependency (e.g. sudo apt-get install python-aptdaemon
)...
Hope this helps!
What this means
Essentially, this means that some programs are either not installed or are not upgraded enough.
What to do
To fix this you should run the command sudo apt-get update
sudo apt-get upgrade
sudo apt-get install software-center
If this does not work, then go and install/upgrade each individual dependency (e.g. sudo apt-get install python-aptdaemon
)...
Hope this helps!
answered Sep 24 '15 at 20:20
Interesting...Interesting...
1,59531018
1,59531018
add a comment |
add a comment |