Ubuntu 13.10のアップグレード問題を解決するには?

Ubuntu 13.10のアップグレード問題を解決するには?

私はこの問題をグーグルしました。この問題についてaskubuntuページを検索しましたが、適切な解決策が見つかりませんでした。

更新を使用しようとすると、次の問題が発生しました。 協会 それ以前は、アップデートマネージャを使用してアップデートも試みました。しかし、コードを入力するよう提案されて失敗します。 sudo apt-get -f install

だから私が何を得たのか見ることができます。

habi@habi-MS-7529:~$ sudo apt-get -f install
[sudo] password for habi: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up checkbox (0.15.6) ...
[Errno 5] Input/output error
dpkg: error processing checkbox (--configure):
 subprocess installed post-installation script returned error exit status 1
No apport report written because MaxReports is reached already
                                                              dpkg: dependency problems prevent configuration of checkbox-qt:
 checkbox-qt depends on checkbox (>= 0.15.6); however:
  Package checkbox is not configured yet.

dpkg: error processing checkbox-qt (--configure):
 dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                                              Errors were encountered while processing:
 checkbox
 checkbox-qt
E: Sub-process /usr/bin/dpkg returned an error code (1)
habi@habi-MS-7529:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up checkbox (0.15.6) ...
[Errno 5] Input/output error
dpkg: error processing checkbox (--configure):
 subprocess installed post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of checkbox-qt:
 checkbox-qt depends on checkbox (>= 0.15.6); however:
  Package checkbox is not configured yet.

dpkg: error processing checkbox-qt (--configure):
 dependency problems - leaving unconfigured
No apport report written because MaxReports is reached already
                                                              No apport report written because MaxReports is reached already
                       Errors were encountered while processing:
 checkbox
 checkbox-qt
E: Sub-process /usr/bin/dpkg returned an error code (1)

*注:これは、sudo apt-get -f installと入力する前に見たのと同じエラーです。

マイコンピュータ情報>>>

メモリ 486.7MiB プロセッサ Intel Pentium(R) 4 CPU 3.00 GHz x 2 グラフィック llvmpipe の Gallium 0.4 (LLVM 3.2, 128 ビット) オペレーティングシステムタイプ 32 ビットディスク 18.5 GB

ベストアンサー1

アップグレードする前に、まず依存関係の問題を解決する必要があります。それほど重要でcheckboxはないパッケージはcheckbox-qt削除できます。

sudo dpkg -r checkbox checkbox-qt
sudo apt-get update
sudo apt-get -f install

これでシステムをアップグレードできます。

おすすめ記事