Mag. Dr. Nikolaus Klepp wrote:
My solution is not clean and cetainly does not solve the problem, but I work around the same problem on wheezy with this script:
------------8<------------8<------------ #!/bin/sh
mv /usr/sbin/dpkg-divert /root && \ cp /bin/echo /usr/sbin/dpkg-divert
apt-get -f install
rm /usr/sbin/dpkg-divert && \ mv /root/dpkg-divert /usr/sbin/dpkg-divert
------------8<------------8<------------
thanks but I obtain mv: cannot stat `/usr/sbin/dpkg-divert': No such file or directory
now I am puzzled, I never heard of such a dir.