Я установил докер с помощью
curl -sSL https://get.docker.com/ | sh
Когда я попытался удалить пакет, я столкнулся со следующей ошибкой
$ sudo apt-get remove docker-engine
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
docker-engine
0 upgraded, 0 newly installed, 1 to remove and 5 not upgraded.
1 not fully installed or removed.
After this operation, 28.5 MB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 454135 files and directories currently installed.)
Removing docker-engine (1.8.2-0~vivid) ...
Failed to stop docker.service: Unit docker.service not loaded.
invoke-rc.d: initscript docker, action "stop" failed.
dpkg: error processing package docker-engine (--remove):
subprocess installed pre-removal script returned error exit status 5
dpkg: error while cleaning up:
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
docker-engine
E: Sub-process /usr/bin/dpkg returned an error code (1)
Как мне удалить пакет докеров?
Я использую Ubuntu 15.04.