ubuntu14.04 apt-get依赖的有关问题,安装一个包的时候会提示E: Unmet dependencies

ubuntu14.04 apt-get依赖的问题,安装一个包的时候会提示E: Unmet dependencies
criss@criss:FireFox$ sudo apt-get install rar
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:
 linux-image-extra-3.13.0-57-generic : Depends: linux-image-3.13.0-57-generic but it is not going to be installed
 linux-image-extra-3.13.0-63-generic : Depends: linux-image-3.13.0-63-generic but it is not going to be installed
 linux-image-generic : Depends: linux-image-3.13.0-63-generic but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

如上所述,这是不是传说中的相互依赖的问题,好像是第一次遇到,请问大大们该怎么解决呢?

------解决思路----------------------
You might want to run 'apt-get -f install' to correct these: