# Installation de docker-compose

Update the package index, and install the latest version of Docker Compose:

- For Ubuntu and Debian, run:
    
    ```console
    $ sudo apt-get update
    $ sudo apt-get install docker-compose-plugin
    ```