List and remove installed apt-get packages

# 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

Leave a Reply

Your email address will not be published. Required fields are marked *