ここでnoobを完了して、16.04から18.04に更新しようとしていますが、パッケージマネージャーでエラーが発生しています。 Sudo apt-get install -f
(私が見つけたいくつかの提案を行った後)を実行しても、このエラーが発生します。
処理中にエラーが発生しました:/var/cache/apt/archives/snapd_2.32.9_AMD64.deb E:サブプロセス/ usr/bin/dpkgがエラーコードを返しました(1)
これを修正するために何ができるかについての手がかりはありますか?
ありがとうございました!
編集-Sudo apt-get install -f
の完全な出力を追加:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
libgtkmm-2.4-1v5 linux-headers-4.13.0-36 linux-headers-4.13.0-36-generic
linux-headers-4.4.0-117 linux-headers-4.4.0-117-generic
linux-headers-generic-lts-xenial linux-image-4.13.0-36-generic
linux-image-4.4.0-117-generic linux-image-extra-4.13.0-36-generic
linux-image-extra-4.4.0-117-generic linux-image-generic-lts-xenial
Use 'Sudo apt autoremove' to remove them.
The following additional packages will be installed:
snapd
The following packages will be upgraded:
snapd
1 upgraded, 0 newly installed, 0 to remove and 147 not upgraded.
35 not fully installed or removed.
Need to get 0 B/14,2 MB of archives.
After this operation, 2 478 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
(Reading database ... 321112 files and directories currently installed.)
Preparing to unpack .../snapd_2.33~14.04_AMD64.deb ...
Failed to stop snapd.autoimport.service: Unit snapd.autoimport.service not loaded.
Failed to stop snapd.socket: Unit snapd.socket not loaded.
Failed to stop snapd.service: Unit snapd.service not loaded.
dpkg: warning: subprocess old pre-removal script returned error exit status 5
dpkg: trying script from the new package instead ...
Failed to stop snapd.autoimport.service: Unit snapd.autoimport.service not loaded.
Failed to stop snapd.socket: Unit snapd.socket not loaded.
Failed to stop snapd.service: Unit snapd.service not loaded.
dpkg: error processing archive /var/cache/apt/archives/snapd_2.33~14.04_AMD64.deb (--unpack):
subprocess new pre-removal script returned error exit status 5
Errors were encountered while processing:
/var/cache/apt/archives/snapd_2.33~14.04_AMD64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
ubuntu-core-launcher
は削除する必要があるとは思わないので、削除できるはずです。
Sudo apt remove ubuntu-core-launcher
アップグレードがさらに進む可能性があります。
Sudo apt remove ubuntu-core-launcher
また、次のエラーが作成されます
パッケージリストの読み取り中...完了依存ツリーの構築
状態情報を読み込んでいます...完了パッケージ 'ubuntu-core-launcher'はインストールされていないため、削除されませんこれらを修正するには、 'apt --fix-broken install'を実行します。次のパッケージには満たされていない依存関係があります:default-jdk:依存:openjdk-11-jdkしかし、インストールされませんE:満たされていない依存関係。パッケージなしで「apt --fix-broken install」を試してください(またはソリューションを指定してください)。
任意のヘルププラザ