How to Install and Uninstall docker-compose Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "docker-compose" package

This is a short guide on how to install docker-compose on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install docker-compose

2. Uninstall "docker-compose" package

Learn how to uninstall docker-compose on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the docker-compose package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: docker-compose
Architecture: all
Version: 1.8.0-2~16.04.1
Priority: optional
Section: universe/admin
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Felipe Sateler
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 380
Depends: python-cached-property, python-docker (>= 1.9.0), python-dockerpty (>= 0.4.1), python-docopt, python-enum34, python-jsonschema, python-requests (>= 2.6.1), python-six (>= 1.3.0), python-texttable, python-websocket, python-yaml, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: docker.io (>= 1.9.0)
Filename: pool/universe/d/docker-compose/docker-compose_1.8.0-2~16.04.1_all.deb
Size: 106972
MD5sum: 4e1515e9ffcc408f189a34d574f76fec
SHA1: 605d95fdb4f77e3097e0c893d361f64da1a7ca1e
SHA256: fc56346f69bc9ac57eceb4af7f200b6b2a9c58f2898ade5a20f4aa4fb5b03d93
SHA512: ce16d98a5d5ff3b8486b14739fc7de2a0315f8254b5fa3c99e1f59444c0c73f9abf9a44fe0ccf47e07aa64f48c6bac86e26ae49ac05e9155d53be84be35bbd31
Homepage: http://docs.docker.com/compose/
Description-en: Punctual, lightweight development environments using Docker
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.
Description-md5: 14723d053f7883eda41b6bfcc0b9046a

Package: docker-compose
Priority: optional
Section: universe/admin
Installed-Size: 267
Maintainer: Ubuntu Developers
Original-Maintainer: Felipe Sateler
Architecture: all
Version: 1.5.2-1
Depends: python-docker (>= 1.3.0), python-dockerpty (>= 0.3.4), python-docopt, python-enum34, python-jsonschema, python-requests (>= 2.6.1), python-six (>= 1.3.0), python-texttable, python-websocket, python-yaml, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Recommends: docker.io (>= 1.6.0)
Filename: pool/universe/d/docker-compose/docker-compose_1.5.2-1_all.deb
Size: 76822
MD5sum: 86e0490c7d99228031804809cf0b697a
SHA1: f7db44bd48ba74476d28c17dca18ee453ec0b17f
SHA256: bed432ba7361118cfe83266c354f76da60cc030d0ee3d24ee3e5ec9e12bef88c
Description-en: Punctual, lightweight development environments using Docker
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.
Description-md5: 14723d053f7883eda41b6bfcc0b9046a
Homepage: http://docs.docker.com/compose/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu