
Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlug] problems updating bash in ubuntu
- Date: Thu, 25 Sep 2014 13:42:17 -0700
- From: Hector Akamine <akamine@example.com>
- Subject: [tlug] problems updating bash in ubuntu
Hi,
I am getting the following error when trying to update bash in a
Ubuntu 12.04.3 LTS system
# apt-get install bash
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:
php5-fpm : Depends: php5-common (= 5.3.10-1ubuntu3.12) but
5.3.10-1ubuntu3.14 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
specify a solution).
I guess bash does not depend on the php package apt-get is complaining
about. Why does it fail?
Running the suggested 'apt-get -f install' also fails:
# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
...
..
The following extra packages will be installed:
php5-fpm
Suggested packages:
php-pear
The following packages will be upgraded:
php5-fpm
1 upgraded, 0 newly installed, 0 to remove and 111 not upgraded.
1 not fully installed or removed.
Need to get 0 B/3,095 kB of archives.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? Y
dpkg: dependency problems prevent configuration of php5-fpm:
php5-fpm depends on php5-common (= 5.3.10-1ubuntu3.12); however:
Version of php5-common on system is 5.3.10-1ubuntu3.14.
dpkg: error processing php5-fpm (--configure):
dependency problems - leaving unconfigured
No apport report written because the error message indicates its a
followup error from a previous failure.
Errors were encountered while processing:
php5-fpm
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any suggestion on how to fix this?
Thank you
Home |
Main Index |
Thread Index