FNNDSC / projectman

FNNDSC project manager
3 stars 0 forks source link

apt-get broken on chris #69

Closed NicolasRannou closed 9 years ago

NicolasRannou commented 9 years ago

maybe after the upgrade to latest ubuntu?

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:
 apache2 : Depends: apache2-bin (= 2.4.10-1ubuntu1) but 2.4.10-1ubuntu1.1 is to be installed
           Depends: apache2-data (= 2.4.10-1ubuntu1) but 2.4.10-1ubuntu1.1 is to be installed
 apache2-mpm-prefork : Depends: apache2 (= 2.4.10-1ubuntu1.1) but 2.4.10-1ubuntu1 is to be installed
 python-nibabel : Depends: python-support (>= 0.90.0) but it is not going to be installed
                  Depends: python-scipy but it is not going to be installed
                  Recommends: python-dicom but it is not going to be installed
                  Recommends: python-fuse but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
NicolasRannou commented 9 years ago

Fix:

#> mv /var/www /var/www_tmp
#> apt-get -f install
#> mv /var/www_tmp /var/www