Re: Updates killed my Kubuntu
Ok.
1. Open Adept Updater
2. Deselect all upgrades
3. Select the Adept files and request update
4. Apply updates
5. Open Adept Updater
6. Deselect all upgrades
7. Select libqt3-mt and request update
8. Apply updates. This will give you an error - specifically that the libqt3-mt library is not configured. Close the updater.
9. Open a console and type in the command
this will ask you which action you wish to take. You DO want to write the new configuration so press 'I' or 'Y' and press enter.
You should now be able to update everything correctly. I still took the cautious route and applied a few at a time. I also still got an error on the TTFs but everything else is seems good. Following Snowhog's instructions doesn't fix this error.
So if anyone has any idea as to how to fix my TTFs it would be most appreciated.
Ok.
1. Open Adept Updater
2. Deselect all upgrades
3. Select the Adept files and request update
4. Apply updates
5. Open Adept Updater
6. Deselect all upgrades
7. Select libqt3-mt and request update
8. Apply updates. This will give you an error - specifically that the libqt3-mt library is not configured. Close the updater.
9. Open a console and type in the command
Code:
sudo dpkg --configure -a
You should now be able to update everything correctly. I still took the cautious route and applied a few at a time. I also still got an error on the TTFs but everything else is seems good. Following Snowhog's instructions doesn't fix this error.
Code:
draco@jinxi:~$ sudo dpkg --configure -a Setting up ttf-opensymbol (1:2.3.0-1ubuntu5.3) ... Updating fontconfig cache... /usr/share/fonts: failed to write cache /usr/share/fonts/X11: failed to write cache /usr/share/fonts/X11/100dpi: failed to write cache /usr/share/fonts/X11/75dpi: failed to write cache /usr/share/fonts/X11/Type1: failed to write cache /usr/share/fonts/X11/encodings: failed to write cache /usr/share/fonts/X11/encodings/large: failed to write cache /usr/share/fonts/X11/misc: failed to write cache /usr/share/fonts/X11/util: failed to write cache /usr/share/fonts/truetype: failed to write cache /usr/share/fonts/truetype/arphic: failed to write cache /usr/share/fonts/truetype/freefont: failed to write cache /usr/share/fonts/truetype/kochi: failed to write cache /usr/share/fonts/truetype/thai: failed to write cache /usr/share/fonts/truetype/ttf-arabeyes: failed to write cache /usr/share/fonts/truetype/ttf-bitstream-vera: failed to write cache /usr/share/fonts/truetype/ttf-dejavu: failed to write cache /usr/share/fonts/truetype/ttf-gentium: failed to write cache /usr/share/fonts/truetype/ttf-indic-fonts-core: failed to write cache /usr/share/fonts/truetype/ttf-lao: failed to write cache /usr/share/fonts/truetype/ttf-malayalam-fonts: failed to write cache /usr/share/fonts/truetype/ttf-mgopen: failed to write cache /usr/share/fonts/truetype/unfonts: failed to write cache /usr/share/fonts/type1: failed to write cache /usr/share/fonts/type1/gsfonts: failed to write cache /usr/local/share/fonts: failed to write cache /var/lib/defoma/fontconfig.d: failed to write cache /var/lib/defoma/fontconfig.d/A: failed to write cache /var/lib/defoma/fontconfig.d/B: failed to write cache /var/lib/defoma/fontconfig.d/C: failed to write cache /var/lib/defoma/fontconfig.d/D: failed to write cache /var/lib/defoma/fontconfig.d/E: failed to write cache /var/lib/defoma/fontconfig.d/F: failed to write cache /var/lib/defoma/fontconfig.d/G: failed to write cache /var/lib/defoma/fontconfig.d/H: failed to write cache /var/lib/defoma/fontconfig.d/J: failed to write cache /var/lib/defoma/fontconfig.d/K: failed to write cache /var/lib/defoma/fontconfig.d/L: failed to write cache /var/lib/defoma/fontconfig.d/M: failed to write cache /var/lib/defoma/fontconfig.d/N: failed to write cache /var/lib/defoma/fontconfig.d/O: failed to write cache /var/lib/defoma/fontconfig.d/P: failed to write cache /var/lib/defoma/fontconfig.d/R: failed to write cache /var/lib/defoma/fontconfig.d/S: failed to write cache /var/lib/defoma/fontconfig.d/T: failed to write cache /var/lib/defoma/fontconfig.d/U: failed to write cache /var/lib/defoma/fontconfig.d/V: failed to write cache /var/lib/defoma/fontconfig.d/m: failed to write cache /var/lib/defoma/fontconfig.d/u: failed to write cache dpkg: error processing ttf-opensymbol (--configure): subprocess post-installation script returned error exit status 49 Errors were encountered while processing: ttf-opensymbol
Comment