Ubuntuでdocker-ceが削除出来なくなったので対処した時のメモ
削除できないっていうかapt
使うたびに出るようになったので対処
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| docker-ce (5:19.03.8~3-0~ubuntu-bionic) を設定しています ... Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. invoke-rc.d: initscript docker, action "start" failed. ● docker.service - Docker Application Container Engine Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled) Active: activating (auto-restart) (Result: exit-code) since Fri 2020-03-13 17:54:24 JST; 6ms ago Docs: https://docs.docker.com Process: 3397 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE) Main PID: 3397 (code=exited, status=1/FAILURE) dpkg: パッケージ docker-ce の処理中にエラーが発生しました (--configure): installed docker-ce package post-installation script subprocess returned error exit status 1 処理中にエラーが発生しました: docker-ce E: Sub-process /usr/bin/dpkg returned an error code (1)
|
このあと、apt purge
とかしても削除できなかったので
1 2 3
| $ sudo dpkg --remove --force-remove-reinstreq docker-ce 2020/03/13 17:55:08 (データベースを読み込んでいます ... 現在 212222 個のファイルとディレクトリがインストールされています。) docker-ce (5:19.03.8~3-0~ubuntu-bionic) を削除しています ...
|
これで削除できました