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

Last updated: July 01,2024

1. Install "python3-compose" package

This tutorial shows how to install python3-compose on Kali Linux

$ sudo apt update $ sudo apt install python3-compose

2. Uninstall "python3-compose" package

This is a short guide on how to uninstall python3-compose on Kali Linux:

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

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

Package: python3-compose
Source: docker-compose
Version: 1.29.2-6
Installed-Size: 474
Maintainer: Docker Compose Team
Architecture: all
Replaces: docker-compose (<< 1.29.2-4~)
Depends: python3-cached-property (>= 1.2.0) | python3 (>> 3.8), python3-distro (>= 1.5.0), python3-docker (>= 5), python3-dockerpty (>= 0.4.1), python3-docopt (>= 0.6.1), python3-dotenv (>= 0.13.0), python3-jsonschema, python3-requests (>= 2.20.0), python3-texttable (>= 0.9.0), python3-websocket (>= 0.32.0), python3-yaml (>= 3.10), python3:any, python3-distutils
Breaks: docker-compose (<< 1.29.2-4~)
Size: 112612
SHA256: 11669b4c6cdc2dec0d814dad837954376bfc2595af96603b95b1a266fcc36a77
SHA1: 09efd778188247aa3a89bf1c73abbbc76eb9342c
MD5sum: 58afed4ccb77daed0134acdf0369f034
Description: Python implementation of docker-compose file specification
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 a Python implementation of docker-compose.
Description-md5:
Homepage: https://docs.docker.com/compose/
Section: admin
Priority: optional
Filename: pool/main/d/docker-compose/python3-compose_1.29.2-6_all.deb