How to Install and Uninstall docker-compose Package on Kali Linux

Last updated: July 05,2024

1. Install "docker-compose" package

Learn how to install docker-compose on Kali Linux

$ sudo apt update $ sudo apt install docker-compose

2. Uninstall "docker-compose" package

Please follow the steps below to uninstall docker-compose on Kali Linux:

$ sudo apt remove docker-compose $ sudo apt autoclean && sudo apt autoremove

3. Information about the docker-compose package on Kali Linux

Package: docker-compose
Version: 1.29.2-6
Installed-Size: 89
Maintainer: Docker Compose Team
Architecture: all
Depends: python3:any, python3-distutils, python3-compose (= 1.29.2-6)
Recommends: docker.io (>= 1.9.0)
Size: 44216
SHA256: fa80ebbd76066c71b21f7f549c9aafa498465a9a56163d8625c62d9e50e8173b
SHA1: edc2165f39905cdfcf3e982b01258394035cf385
MD5sum: 27340b7b5f7335a813835d5d7c2916b2
Description: define and run multi-container Docker applications with YAML
docker-compose is a service management software built on top of docker. Define
your services and their relationships in a simple YAML file, and let compose
handle the rest.
.
This package includes the command-line tool.
Description-md5:
Homepage: https://docs.docker.com/compose/
Section: admin
Priority: optional
Filename: pool/main/d/docker-compose/docker-compose_1.29.2-6_all.deb