many masters in here. I just have some problem while installing software via terminal. for example, I want to install wine with the code sudo apt-get install wine
. But terminal said this:
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
shotwell : Depends: shotwell-common (= 0.18.0-0ubuntu4) but 0.18.0-0ubuntu4.2 is to be installed
wine : Depends: wine1.6 but it is not going to be installed or
wine1.7 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
anyone wants to help me ? great thanks for all of you masters.
/etc/apt/sources.list
, and also of any file in the directory/etc/apt/sources.list.d
. (To view a file you can run the commandgedit /path/to/file
.) – fkraiem Sep 27 '14 at 23:37sudo apt-get -f install
as suggested by @Zeus77 would also be a good idea in any case. – fkraiem Sep 27 '14 at 23:39