Ubuntu 12.04 LTS Serverへのアップデート
Ubuntu 10.4 LTS Serverから12.4LTS アップデートする際、以下の問題が発生(SOLVED)。   Ubuntu10.4 LTS Serverを12,4LTSへアップデートをすると...  $ sudo do-release-upgrade -d  ....  E: Sub-process /usr/bin/dpkg returned an error code (1)  のエラーが起きて新しいパッケージをアップデート出来ない不都合が発生した。  再び、手動で試すと...  $ sudo apt-get update  ...  $ sudo apt-get upgrade  Building dependency tree      Reading state information... Done  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.  11 not fully installed or removed.  After this operation, 0 B of additional disk space will be used.  Do you want to continue [Y/n]? y  Setting up fontconfig-config (2.8.0-3ubuntu9) ...  rmdir: failed to remove `/var/lib/defoma/fontconfig.d/': Directory not empty  dpkg: error processing fontconfig-config (--configure):   ....   fontconfig-config    libfontconfig1   libcairo2   libxft2   fontconfig   libpango1.0-0   libgtk2.0-0   librsvg2-2   libm17n-0   emacs23   emacs  E: Sub-process /usr/bin/dpkg...