Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have installed gimp 2.6 and without removing it I installed gimp 2.8. Now both are not working and when I run an update it is showing the link broken. It suggested to install apt-get install -f. But it is not getting installed. I am unable to remove the installed gimp from Ubuntu Software Centre. I need help.

share|improve this question
1  
what is the output of sudo apt-get install -f? – Jacob Johan Edwards May 6 '12 at 8:39

1 Answer

Use these commands in the Terminal (one command at a time)>>

sudo apt-get clean 
sudo apt-get autoremove 
sudo apt-get update 
sudo apt-get upgrade 
sudo apt-get -f install
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.