How to Install and Uninstall docker-ce-cli Package on Ubuntu 22.04 LTS (Jammy Jellyfish)

Last updated: May 02,2024

1. Install "docker-ce-cli" package

Please follow the instructions below to install docker-ce-cli on Ubuntu 22.04 LTS (Jammy Jellyfish)

$ sudo apt update $ sudo apt install docker-ce-cli

2. Uninstall "docker-ce-cli" package

Please follow the instructions below to uninstall docker-ce-cli on Ubuntu 22.04 LTS (Jammy Jellyfish):

$ sudo apt remove docker-ce-cli $ sudo apt autoclean && sudo apt autoremove

3. Information about the docker-ce-cli package on Ubuntu 22.04 LTS (Jammy Jellyfish)

Package: docker-ce-cli
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 160188
Maintainer: Docker
Architecture: amd64
Source: docker-ce
Version: 5:20.10.12~3-0~ubuntu-focal
Replaces: docker-ce (<< 5:0)
Depends: libc6 (>= 2.4)
Recommends: docker-scan-plugin
Breaks: docker-ce (<< 5:0)
Conflicts: docker (<< 1.5~), docker-engine, docker-engine-cs, docker.io, lxc-docker, lxc-docker-virtual-package
Description: Docker CLI: the open-source application container engine
Docker is a product for you to build, ship and run any application as a
lightweight container
.
Docker containers are both hardware-agnostic and platform-agnostic. This means
they can run anywhere, from your laptop to the largest cloud compute instance and
everything in between - and they don't require you to use a particular
language, framework or packaging system. That makes them great building blocks
for deploying and scaling web apps, databases, and backend services without
depending on a particular stack or provider.
Description-md5: fd02ce697c084388dffafb57a46fa7bd
Homepage: https://www.docker.com