Ubuntu 16.04 LTSを使用してdo-release-upgrade -d
を実行しましたが、パッケージに依存関係が満たされていないというエラーメッセージが表示され、アップグレードに失敗しました。
Sudo apt-get -f install
もエラーの修正に失敗しました。
完全なエラーメッセージを次に示します。
Correcting dependencies... failed.
The following packages have unmet dependencies:
checkbox-converged : Depends: qtdeclarative5-ubuntu-ui-toolkit-plugin but it is not installable
gnome-calendar : Depends: gsettings-desktop-schemas (>= 3.21.2) but 3.18.1-1ubuntu1 is installed
gnome-session : Depends: gnome-Shell (>= 3.25.91-0ubuntu4~) but it is not installed
Depends: gnome-session-bin (>= 3.28.1-0ubuntu2) but 3.18.1.2-1ubuntu1.16.04.2 is installed
Depends: gnome-session-common (= 3.28.1-0ubuntu2) but 3.18.1.2-1ubuntu1.16.04.2 is installed
Depends: xwayland but it is not installed
Recommends: fonts-cantarell but it is not installed
Recommends: adwaita-icon-theme-full
Recommends: gnome-themes-extra but it is not installed
gnome-settings-daemon : Depends: libgnome-desktop-3-17 (>= 3.17.92) but it is not installed
Depends: gsettings-desktop-schemas (>= 3.20) but 3.18.1-1ubuntu1 is installed
libc-dev-bin : Depends: libc6 (< 2.24) but 2.27-3ubuntu1 is installed
libc6-dbg : Depends: libc6 (= 2.23-0ubuntu10) but 2.27-3ubuntu1 is installed
libc6-dev : Depends: libc6 (= 2.23-0ubuntu10) but 2.27-3ubuntu1 is installed
libqt5quick5 : Depends: libqt5core5a (>= 5.9.0~beta) but 5.5.1+dfsg-16ubuntu7.5 is installed
Depends: libqt5gui5 (>= 5.9.0~beta) but 5.5.1+dfsg-16ubuntu7.5 is installed
Depends: libqt5qml5 (>= 5.9.5) but 5.5.1-2ubuntu6 is installed
Depends: qtbase-abi-5-9-5
Depends: qtdeclarative-abi-5-9-5
libunity-webapps0 : Depends: unity-webapps-service but it is not installable
libwayland-egl1-mesa : Depends: libegl1 but it is not installed
qml-module-qtquick-controls : Depends: libqt5qml5 (>= 5.9.5) but 5.5.1-2ubuntu6 is installed
Depends: libqt5core5a (>= 5.9.0~beta) but 5.5.1+dfsg-16ubuntu7.5 is installed
Depends: libqt5gui5 (>= 5.9.0~beta) but 5.5.1+dfsg-16ubuntu7.5 is installed
Depends: qtbase-abi-5-9-5
Depends: qtdeclarative-abi-5-9-5
qml-module-qtquick-dialogs : Depends: libqt5qml5 (>= 5.9.5) but 5.5.1-2ubuntu6 is installed
Depends: libqt5core5a (>= 5.9.0~beta) but 5.5.1+dfsg-16ubuntu7.5 is installed
Depends: libqt5gui5 (>= 5.9.0~beta) but 5.5.1+dfsg-16ubuntu7.5 is installed
Depends: qtbase-abi-5-9-5
Depends: qtdeclarative-abi-5-9-5
qml-module-qtquick-window2 : Depends: libqt5core5a (>= 5.9.0~beta) but 5.5.1+dfsg-16ubuntu7.5 is installed
Depends: qtdeclarative-abi-5-9-5
qml-module-qtwebkit : Depends: libqt5core5a (>= 5.9.0~beta) but 5.5.1+dfsg-16ubuntu7.5 is installed
Depends: qtdeclarative-abi-5-9-5
qml-module-ubuntu-test : Depends: qml-module-ubuntu-components but it is not installable
Depends: libubuntugestures5 but it is not installable
qml-module-ubuntu-ui-extras-browser : Depends: qtdeclarative5-ubuntu-ui-toolkit-plugin (>= 1.3) but it is not installable or
qtdeclarative5-ubuntu-ui-toolkit-plugin-gles (>= 1.3) but it is not installable
qml-module-ubuntu-web : Depends: qtdeclarative5-ubuntu-ui-toolkit-plugin (>= 1.3) but it is not installable or
qtdeclarative5-ubuntu-ui-toolkit-plugin-gles (>= 1.3) but it is not installable
unity-control-center : Depends: libgnome-desktop-3-17 (>= 3.27.90) but it is not installed
Recommends: system-config-printer but it is not installed
Recommends: gnome-control-center-faces but it is not installed
unity-webapps-qml : Depends: qtdeclarative5-ubuntu-ui-toolkit-plugin but it is not installable or
qtdeclarative5-ubuntu-ui-toolkit-plugin-gles but it is not installable
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Unable to correct dependencies
さらに、GUIはやや奇妙になりました。
何が起きたの?
これは私のために働いた:
以下を使用して端末を開きます。 CTRLALTF1 (ユーザーとパスワードを入力)その後
Sudo apt install aptitude
次のステップ
Sudo aptitude install ubuntu-desktop gdm3
非互換性を修正するためのオプションが提供され、数回ヒットします N そして ENTER 古いパッケージの削除と更新されたパッケージのインストールが提案されるまで。
次に与える Y そして ENTER 古い互換性のないパッケージを削除し、新しいパッケージをインストールするソリューション。
最終
Sudo reboot
上記は私のために働いた。
CTRL-ALT-Tを使用してターミナルを開き、次を入力します。
update-manager -cd
ここから、更新してみてください。部分的なアップグレードを示すオプションにエラーがある場合は、クリックします。これにより、GUIが復元されます。再起動して、コマンドを再度実行します。エラーはないはずです。GUIを使用してアップグレードを続行できます。
エラーメッセージE: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
のように、いくつかの壊れたパッケージを持っているようです。解決するには、ファイル/var/log/dist-upgrade/apt.log
を見てください。壊れているパッケージを見つけて、Sudo apt-get remove broken-package
で削除します。依存関係エラーがある場合は、パッケージを再インストールしてください:Sudo apt-get install --reinstall broken-package
。
次に、依存関係エラーの修正を試みます。
Sudo apt-get -f install
再起動して、もう一度アップグレードしてください。