Uninstall CMA
To uninstall CMA follow these steps:
1. Uninstall dependencies
Linux
apt-get remove \
libcurl4-openssl-dev \
libonig-dev \
libjpeg-dev \
libjpeg8-dev \
libjpeg-turbo8-dev \
libpng-dev \
libicu-dev \
libfreetype6-dev \
libzip-dev \
libssl-dev \
build-essential \
libbz2-dev \
libreadline-dev \
libsqlite3-dev \
libssl-dev \
libxml2-dev \
libxslt1-dev \
libonig-dev \
php-cli \
php-bz2 \
pkg-config \
autoconf \
libsodium-dev \
cmakeMac
2. Remove PHPBrew
3. Uninstall Docker
On Mac, follow these instructions to remove Docker from your system.
On Windows, follow these instructions to remove Docker from your system.
On Linux, follow the following instructions for your distro:
1. Uninstall the Docker Engine, CLI, and ContainerD packages:
2. Images, containers, volumes, or customized configuration files on your host are not automatically removed. To delete all images, containers, and volumes:
Documentation is available here.
To uninstall the Docker package:
To uninstall the Docker package and dependencies that are no longer needed:
The above commands will not remove images, containers, volumes, or user-created configuration files on your host. If you wish to delete all images, containers, and volumes run the following command:
Documentation is available here.
1. Uninstall the Docker Engine, CLI, and ContainerD packages:
2. Images, containers, volumes, or customized configuration files on your host are not automatically removed. To delete all images, containers, and volumes:
Documentation is available here.
1. Uninstall the Docker Engine, CLI, and ContainerD packages:
2. Images, containers, volumes, or customized configuration files on your host are not automatically removed. To delete all images, containers, and volumes:
Documentation is available here.
4. Delete Composer cache
This might save quite a lot of space.
Last updated