This is the output after sudo apt-get -f install
The following packages will be upgraded:
libboost1.49-dev
1 upgraded, 0 newly installed, 0 to remove and 57 not upgraded.
21 not fully installed or removed.
Need to get 0 B/9,182 kB of archives.
After this operation, 24.6 kB disk space will be freed.
Do you want to continue [Y/n]? Y
(Reading database ... 580974 files and directories currently installed.)
Preparing to replace libboost1.49-dev 1.49.0-3.2ubuntu1 (using .../libboost1.49-dev_1.49.0-4_i386.deb) ...
Unpacking replacement libboost1.49-dev ...
dpkg: error processing /var/cache/apt/archives/libboost1.49-dev_1.49.0-4_i386.deb (--unpack):
trying to overwrite '/usr/bin/inspect', which is also in package libboost1.53-tools-dev 1.53.0-6+exp3ubuntu8
No apport report written because MaxReports is reached already
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/libboost1.49-dev_1.49.0-4_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
`
– manolovaza Jan 31 '14 at 11:11sudo aptitude -f install
. – Avinash Raj Jan 31 '14 at 11:13Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done The following packages were automatically installed and are no longer required: collada-dom-dev collada-dom2.4-dp-base collada-dom2.4-dp-dev freeglut3-dev g++-4.7 hddtemp html2text libassimp-dev libassimp3 libcf0 libcolumbus0-0 libcolumbus0-0-common libcppunit-1.12-1 libcppunit-dev libcurl4-openssl-dev libdns95 libeigen3-dev libfltk1.1 libfltk1.1-dev libfreeimage-dev
– manolovaza Jan 31 '14 at 11:15ros-groovy-bullet ros-groovy-camera-calibration ros-groovy-camera-calibration-parsers ros-groovy-common-msgs ros-groovy-common-rosdeps ros-groovy-convex-decomposition ros-groovy-diagnostic-common-diagnostics ros-groovy-eigen-conversions ros-groovy-gencpp ros-groovy-genlisp ros-groovy-geometry ros-groovy-image-geometry ros-groovy-ivcon ros-groovy-kdl-conversions ros-groovy-laser-geometry ros-groovy-message-filters
– manolovaza Jan 31 '14 at 11:16sudo apt-get -f install
after runningsudo apt-get autoremove
– Avinash Raj Jan 31 '14 at 11:26sudo apt-get -f install
.That's all. – Avinash Raj Jan 31 '14 at 11:38dpkg: error processing libboost1.53-tools-dev (--purge): dependency problems - not removing Errors were encountered while processing: libboost1.53-tools-dev `
– manolovaza Jan 31 '14 at 13:23sudo dpkg -P --force-all libboost1.53-tools-dev
– Avinash Raj Jan 31 '14 at 13:26(Reading database ... 580973 files and directories currently installed.) Removing libboost1.53-tools-dev ... Processing triggers for man-db ...
– manolovaza Jan 31 '14 at 13:35Then here is the result of
sudo apt-get -f install`http://pastebin.com/TW7xpBB9/var/cache/apt/archives/libboost1.53-tools-dev_1.53.0-6+exp3ubuntu8_i386.deb
file by runningsudo rm /var/cache/apt/archives/libboost1.53-tools-dev_1.53.0-6+exp3ubuntu8_i386.deb
andsudo apt-get install -f
.Make a copy of that file before running this command. – Avinash Raj Jan 31 '14 at 13:41/var/cache/apt/archives/libboost1.53-tools-dev_1.53.0-6+exp3ubuntu8_i386.deb
? – Avinash Raj Jan 31 '14 at 13:53sudo dpkg -i --force-overwrite /var/cache/apt/archives/libboost1.53-tools-dev_1.53.0-6+exp3ubuntu8_i386.deb
– Avinash Raj Jan 31 '14 at 14:04