ubuntu 出现 You might want to run `apt-get --fix-broken install' to correct these:

今天在linux上面安装yum时,出现差错,

apt-get install yum
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:
  phpmyadmin: Depends: php5-mysql but it is not going to be installed or
                       php5-mysqli but it is not installable
              Recommends: mysql-client
  yum: Depends: python-urlgrabber but it is not going to be installed
       Depends: python-rpm but it is not going to be installed
       Depends: python-sqlitecachec but it is not going to be installed
       Depends: python-sqlite but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).

 

这是需要执行,

sudo apt-get --fix-broken install

来修复这些安装包就行了。。

 

哈哈

搞定

你可能感兴趣的:(ubuntu,dependencies,phpmyadmin,php,tree,linux)