Python has unmet dependencies [duplicate]

 Clash Royale CLAN TAG#URR8PPP
Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
This question already has an answer here:
 How do I resolve unmet dependencies after adding a PPA?
 
 14 answers
 
 
I used this command for downloading software center
sudo apt-get install software-center
this error pops up
python-lxml but it is not going to be installed
Tried
 sudo apt-get purge python
 sudo apt-get install python2.7
and now I got more errors
software-center :Depends: gvfs-backends
 Depends: python-lxml but it is not going to be installed
 Recommends: update-notifier but it is not going to be installed
14.04 software-center
 marked as duplicate by Eric Carvalho, Fabby, Yaron, David Foerster, Zanna Feb 4 at 21:14
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 |Â
up vote
0
down vote
favorite
This question already has an answer here:
 How do I resolve unmet dependencies after adding a PPA?
 
 14 answers
 
 
I used this command for downloading software center
sudo apt-get install software-center
this error pops up
python-lxml but it is not going to be installed
Tried
 sudo apt-get purge python
 sudo apt-get install python2.7
and now I got more errors
software-center :Depends: gvfs-backends
 Depends: python-lxml but it is not going to be installed
 Recommends: update-notifier but it is not going to be installed
14.04 software-center
 marked as duplicate by Eric Carvalho, Fabby, Yaron, David Foerster, Zanna Feb 4 at 21:14
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.
 
 
 1
 
 
 
 
 What possessed you to try purging python? What was the output when you did that?
 â Zanna
 Feb 2 at 20:21
 
 
 
 
 
 1
 
 
 
 
 Could you please add a little more detail? What exactly did you do, what did you expect to happen and what happened instead? Did you encounter any warning or error messages? Please reproduce them in their entirety in your question. You can select, copy and paste terminal content and most dialogue messages in Ubuntu. Please edit your post to add information instead of posting a comment. (see How do I ask a good question?)
 â David Foerster
 Feb 4 at 20:35
 
 
 
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This question already has an answer here:
 How do I resolve unmet dependencies after adding a PPA?
 
 14 answers
 
 
I used this command for downloading software center
sudo apt-get install software-center
this error pops up
python-lxml but it is not going to be installed
Tried
 sudo apt-get purge python
 sudo apt-get install python2.7
and now I got more errors
software-center :Depends: gvfs-backends
 Depends: python-lxml but it is not going to be installed
 Recommends: update-notifier but it is not going to be installed
14.04 software-center
This question already has an answer here:
 How do I resolve unmet dependencies after adding a PPA?
 
 14 answers
 
 
I used this command for downloading software center
sudo apt-get install software-center
this error pops up
python-lxml but it is not going to be installed
Tried
 sudo apt-get purge python
 sudo apt-get install python2.7
and now I got more errors
software-center :Depends: gvfs-backends
 Depends: python-lxml but it is not going to be installed
 Recommends: update-notifier but it is not going to be installed
This question already has an answer here:
 How do I resolve unmet dependencies after adding a PPA?
 
 14 answers
 
 
14.04 software-center
14.04 software-center
asked Feb 1 at 11:19


Saksham Saigal
1
1
 marked as duplicate by Eric Carvalho, Fabby, Yaron, David Foerster, Zanna Feb 4 at 21:14
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 Eric Carvalho, Fabby, Yaron, David Foerster, Zanna Feb 4 at 21:14
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.
 
 
 1
 
 
 
 
 What possessed you to try purging python? What was the output when you did that?
 â Zanna
 Feb 2 at 20:21
 
 
 
 
 
 1
 
 
 
 
 Could you please add a little more detail? What exactly did you do, what did you expect to happen and what happened instead? Did you encounter any warning or error messages? Please reproduce them in their entirety in your question. You can select, copy and paste terminal content and most dialogue messages in Ubuntu. Please edit your post to add information instead of posting a comment. (see How do I ask a good question?)
 â David Foerster
 Feb 4 at 20:35
 
 
 
add a comment |Â
 
 
 1
 
 
 
 
 What possessed you to try purging python? What was the output when you did that?
 â Zanna
 Feb 2 at 20:21
 
 
 
 
 
 1
 
 
 
 
 Could you please add a little more detail? What exactly did you do, what did you expect to happen and what happened instead? Did you encounter any warning or error messages? Please reproduce them in their entirety in your question. You can select, copy and paste terminal content and most dialogue messages in Ubuntu. Please edit your post to add information instead of posting a comment. (see How do I ask a good question?)
 â David Foerster
 Feb 4 at 20:35
 
 
 
1
1
What possessed you to try purging python? What was the output when you did that?
â Zanna
Feb 2 at 20:21
What possessed you to try purging python? What was the output when you did that?
â Zanna
Feb 2 at 20:21
1
1
Could you please add a little more detail? What exactly did you do, what did you expect to happen and what happened instead? Did you encounter any warning or error messages? Please reproduce them in their entirety in your question. You can select, copy and paste terminal content and most dialogue messages in Ubuntu. Please edit your post to add information instead of posting a comment. (see How do I ask a good question?)
â David Foerster
Feb 4 at 20:35
Could you please add a little more detail? What exactly did you do, what did you expect to happen and what happened instead? Did you encounter any warning or error messages? Please reproduce them in their entirety in your question. You can select, copy and paste terminal content and most dialogue messages in Ubuntu. Please edit your post to add information instead of posting a comment. (see How do I ask a good question?)
â David Foerster
Feb 4 at 20:35
add a comment |Â
 1 Answer
 1
 
active
oldest
votes
up vote
-2
down vote
The error here isn't an issue with python but with python-lxml that it is not installed. Try the following :
sudo apt-get install python-lxml
sudo apt-get install software-center
This shoud resolve your issue.
 
 
 
 
 
 
 If it was that simple Apt would resolve the missing dependency self. -1
 â David Foerster
 Feb 4 at 20:36
 
 
 
 
 
 
 
 
 
 
 Well that's what I thought but sometimes I have to do it manually so I think it is worth trying.
 â raphael
 Feb 4 at 20:46
 
 
 
add a comment |Â
 1 Answer
 1
 
active
oldest
votes
 1 Answer
 1
 
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
-2
down vote
The error here isn't an issue with python but with python-lxml that it is not installed. Try the following :
sudo apt-get install python-lxml
sudo apt-get install software-center
This shoud resolve your issue.
 
 
 
 
 
 
 If it was that simple Apt would resolve the missing dependency self. -1
 â David Foerster
 Feb 4 at 20:36
 
 
 
 
 
 
 
 
 
 
 Well that's what I thought but sometimes I have to do it manually so I think it is worth trying.
 â raphael
 Feb 4 at 20:46
 
 
 
add a comment |Â
up vote
-2
down vote
The error here isn't an issue with python but with python-lxml that it is not installed. Try the following :
sudo apt-get install python-lxml
sudo apt-get install software-center
This shoud resolve your issue.
 
 
 
 
 
 
 If it was that simple Apt would resolve the missing dependency self. -1
 â David Foerster
 Feb 4 at 20:36
 
 
 
 
 
 
 
 
 
 
 Well that's what I thought but sometimes I have to do it manually so I think it is worth trying.
 â raphael
 Feb 4 at 20:46
 
 
 
add a comment |Â
up vote
-2
down vote
up vote
-2
down vote
The error here isn't an issue with python but with python-lxml that it is not installed. Try the following :
sudo apt-get install python-lxml
sudo apt-get install software-center
This shoud resolve your issue.
The error here isn't an issue with python but with python-lxml that it is not installed. Try the following :
sudo apt-get install python-lxml
sudo apt-get install software-center
This shoud resolve your issue.
answered Feb 1 at 13:25
raphael
24
24
 
 
 
 
 
 
 If it was that simple Apt would resolve the missing dependency self. -1
 â David Foerster
 Feb 4 at 20:36
 
 
 
 
 
 
 
 
 
 
 Well that's what I thought but sometimes I have to do it manually so I think it is worth trying.
 â raphael
 Feb 4 at 20:46
 
 
 
add a comment |Â
 
 
 
 
 
 
 If it was that simple Apt would resolve the missing dependency self. -1
 â David Foerster
 Feb 4 at 20:36
 
 
 
 
 
 
 
 
 
 
 Well that's what I thought but sometimes I have to do it manually so I think it is worth trying.
 â raphael
 Feb 4 at 20:46
 
 
 
If it was that simple Apt would resolve the missing dependency self. -1
â David Foerster
Feb 4 at 20:36
If it was that simple Apt would resolve the missing dependency self. -1
â David Foerster
Feb 4 at 20:36
Well that's what I thought but sometimes I have to do it manually so I think it is worth trying.
â raphael
Feb 4 at 20:46
Well that's what I thought but sometimes I have to do it manually so I think it is worth trying.
â raphael
Feb 4 at 20:46
add a comment |Â
1
What possessed you to try purging python? What was the output when you did that?
â Zanna
Feb 2 at 20:21
1
Could you please add a little more detail? What exactly did you do, what did you expect to happen and what happened instead? Did you encounter any warning or error messages? Please reproduce them in their entirety in your question. You can select, copy and paste terminal content and most dialogue messages in Ubuntu. Please edit your post to add information instead of posting a comment. (see How do I ask a good question?)
â David Foerster
Feb 4 at 20:35