# list all installed packages, but only show those containing the work docker
$ sudo apt list –installed | grep docker
# the above command shows that the docker apps’ name is actually docker-se, so uninstall that
$ sudo apt-get remove docker-se