View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#12
For each of the lines
mv: can't rename '/usr/share/doc/XYZ': No such file or directory
please just create the empty directory manually as root
Code:
mkdir /usr/share/doc/XYZ
Substitude XYZ with the specific names of the packages from the error messages. From time to time
Code:
dpkg --configure -a
to pick up the changes to the upgrade.

As said earlier: Do not dist-upgrade! You would break the system!
 

The Following 3 Users Say Thank You to michaaa62 For This Useful Post: