apt-get install fails due to dependency issues but apt-get -f install won't fix it
- by user71941
I've just installed Ubuntu 12.04 and was about to manually install Rawstudio with the packages from SourceForge repo, but I've been stuck with dependency issues and I am short on apt command lines to sort this out.
Here's the report I'v got :
installArchives() failed: dpkg: dependency problems prevent configuration of libgphoto2-2:
libgphoto2-2 depends on libjpeg62; however:
Package libjpeg62 is not installed.
libgphoto2-l10n (2.4.13-1ubuntu1) breaks libgphoto2-2 (<= 2.4.10.1-4) and is installed.
Version of libgphoto2-2 to be configured is 2.4.10.1-0ubuntu3~maverick.
dpkg: error processing libgphoto2-2 (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
dpkg: dependency problems prevent configuration of libgphoto2-2-dev:
libgphoto2-2-dev depends on libgphoto2-2 (= 2.4.10.1-0ubuntu3~maverick); however:
Package libgphoto2-2 is not configured yet.
dpkg: error processing libgphoto2-2-dev (--configure):
dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
Errors were encountered while processing:
libgphoto2-2
libgphoto2-2-dev
Error in function:
SystemError: E:Sub-process /usr/bin/dpkg returned an error code (1)
dpkg: dependency problems prevent configuration of libgphoto2-2:
libgphoto2-2 depends on libjpeg62; however:
Package libjpeg62 is not installed.
libgphoto2-l10n (2.4.13-1ubuntu1) breaks libgphoto2-2 (<= 2.4.10.1-4) and is installed.
Version of libgphoto2-2 to be configured is 2.4.10.1-0ubuntu3~maverick.
dpkg: error processing libgphoto2-2 (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libgphoto2-2-dev:
libgphoto2-2-dev depends on libgphoto2-2 (= 2.4.10.1-0ubuntu3~maverick); however:
Package libgphoto2-2 is not configured yet.
dpkg: error processing libgphoto2-2-dev (--configure):
dependency problems - leaving unconfigured
I've tried "apt-get -f install" but without success. What is the mahick command line that will unblock the situation ?
Thanks
Seb