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 \
    cmake

Mac

2. Remove PHPBrew

3. Uninstall Docker

On Mac, follow these instructionsarrow-up-right to remove Docker from your system.

On Windows, follow these instructionsarrow-up-right 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 herearrow-up-right.

4. Delete Composer cache

This might save quite a lot of space.

Last updated