How to Install and Uninstall ruby-docker-api Package on Kali Linux

Last updated: May 04,2024

1. Install "ruby-docker-api" package

This tutorial shows how to install ruby-docker-api on Kali Linux

$ sudo apt update $ sudo apt install ruby-docker-api

2. Uninstall "ruby-docker-api" package

In this section, we are going to explain the necessary steps to uninstall ruby-docker-api on Kali Linux:

$ sudo apt remove ruby-docker-api $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-docker-api package on Kali Linux

Package: ruby-docker-api
Version: 2.2.0-2
Installed-Size: 95
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby, ruby-minitar, ruby-excon
Recommends: podman
Suggests: docker.io
Size: 28112
SHA256: 1d5a6f0679031b36923df18a2b9c6353ae3e238ec37168c6274f78fb2d49dfc6
SHA1: 35e1c19f7bf68cab1efc57da01a63ab3e4296f7d
MD5sum: 3ac4b99e14cdcfc28fdb98d660cd2a4b
Description: Ruby gem to interact with docker.io remote API
ruby-docker-api gem provides an object-oriented interface to the Docker
Remote API and a complete client implementation.
.
ruby-docker-api is designed to be very lightweight. Almost no state
is cached (aside from id's which are immutable) to ensure that each
method call's information is up to date. As such, just about every
external method represents an API call.
.
At this time, basic `podman` support has been added via the podman
docker-compatible API socket.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/swipely/docker-api
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-docker-api/ruby-docker-api_2.2.0-2_all.deb