The Software upto date Option automatically download the upgarde for GIMP. but While installing its giving me the error. how to upgrade the same
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
gimp
Suggested packages:
gimp-help-en gimp-help libgimp-perl gimp-gap gimp-console
The following packages will be upgraded:
gimp
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/4,388 kB of archives.
After this operation, 324 kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 151157 files and directories currently installed.)
Preparing to replace gimp 2.6.11-2ubuntu4 (using .../gimp_2.7.4-2011102201~oo_amd64.deb) ...
Unpacking replacement gimp ...
dpkg: error processing /var/cache/apt/archives/gimp_2.7.4-2011102201~oo_amd64.deb (--unpack):
trying to overwrite '/usr/lib/gimp/2.0/plug-ins/file-xmc', which is also in package gimp-plugin-registry 3.5.4-1
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/gimp_2.7.4-2011102201~oo_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
I tried to remove the package , but it seems all is interdependent I am Getting Following Error Reading package lists... Done Building dependency tree
– Manish Varia Nov 16 '11 at 19:12Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet dependencies: gimp : Depends: libgimp2.0 (<= 2.6.11-z) but 2.7.4-2011102201~oo is to be installed Depends: gimp-data (<= 2.6.11-z) but 2.7.4-2011102201~oo is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
apt-get -f install
& on running it gives same error – Manish Varia Nov 16 '11 at 19:53sudo apt-get clean
first of all to clear your cache. – Bruno Pereira Nov 16 '11 at 19:59apt-get -f install
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: gimp-gmic : Depends: gimp (>= 2.6) but it is not going to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
on executing
– Manish Varia Nov 16 '11 at 20:09apt-get -f install
it downloaded the package again & the same error.sudo apt-get -f install
. It automatically downloaded dependent file & removed all GIMP packages. Thanks for everything..!!! – Manish Varia Nov 17 '11 at 12:47