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

Last updated: May 07,2024

1. Install "docker-clean" package

In this section, we are going to explain the necessary steps to install docker-clean on Kali Linux

$ sudo apt update $ sudo apt install docker-clean

2. Uninstall "docker-clean" package

This tutorial shows how to uninstall docker-clean on Kali Linux:

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

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

Package: docker-clean
Version: 2.0.4-5
Installed-Size: 45
Maintainer: Hideki Yamane
Architecture: all
Depends: docker.io | docker-ce
Enhances: docker-ce, docker.io
Size: 11300
SHA256: 76840cd719aa4c588c785078feafd810015efd7e87ed8b4f2d0ce0ec390a7f03
SHA1: fa4424a9c7919087ea69389c00f318eda4a83e2b
MD5sum: 4cdc94811fca7bacc55dc8e5f8277452
Description: simple Shell script to clean up the Docker Daemon
docker-clean is simple Shell script utility to clean up the Docker Daemon,
required Docker Daemon version (>= 1.9).
.
Usages:
- docker-clean stop: Stops and removes all containers, cleans dangling
volumes,and networks
- docker-clean images: Removes all tagged and untagged images, stopped
containers, dangling volumes, and networks
- docker-clean run : Removes all stopped containers, untagged images,
dangling volumes, and networks
- docker-clean all: Stops and removes all containers, images, volumes
and networks
Description-md5:
Homepage: https://github.com/ZZROTDesign/docker-clean/
Section: admin
Priority: optional
Filename: pool/main/d/docker-clean/docker-clean_2.0.4-5_all.deb