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

Last updated: May 15,2024

1. Install "docker-ce-rootless-extras" package

Please follow the step by step instructions below to install docker-ce-rootless-extras on Ubuntu 22.04 LTS (Jammy Jellyfish)

$ sudo apt update $ sudo apt install docker-ce-rootless-extras

2. Uninstall "docker-ce-rootless-extras" package

Please follow the step by step instructions below to uninstall docker-ce-rootless-extras on Ubuntu 22.04 LTS (Jammy Jellyfish):

$ sudo apt remove docker-ce-rootless-extras $ sudo apt autoclean && sudo apt autoremove

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

Package: docker-ce-rootless-extras
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 20008
Maintainer: Docker
Architecture: amd64
Source: docker-ce
Version: 5:20.10.12~3-0~ubuntu-focal
Replaces: rootlesskit
Depends: dbus-user-session, libc6 (>= 2.4)
Recommends: slirp4netns (>= 0.4.0)
Breaks: rootlesskit
Conflicts: rootlesskit
Enhances: docker-ce
Description: Rootless support for Docker.
Use dockerd-rootless.sh to run the daemon.
Use dockerd-rootless-setuptool.sh to setup systemd for dockerd-rootless.sh .
This package contains RootlessKit, but does not contain VPNKit.
Either VPNKit or slirp4netns (>= 0.4.0) needs to be installed separately.
Description-md5: 31d64932f01dd71790fd345cdbccb815
Homepage: https://docs.docker.com/engine/security/rootless/