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

Last updated: May 04,2024

1. Install "ruby-docker-api" package

Learn how to install ruby-docker-api on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "ruby-docker-api" package

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

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

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

Package: ruby-docker-api
Priority: optional
Section: universe/ruby
Installed-Size: 94
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.22.2-1
Depends: ruby | ruby-interpreter, ruby-archive-tar-minitar, ruby-excon (>= 0.28)
Suggests: docker.io
Filename: pool/universe/r/ruby-docker-api/ruby-docker-api_1.22.2-1_all.deb
Size: 23908
MD5sum: 2df1ce43ea2b87713c0dd1882c0e12c2
SHA1: 9d8d4c26f27d708608a03be43539a1d3f23056d8
SHA256: ed4e89b0d4adfb8290b58708cefcba39ab86d3a9cf141fff2e87c3156a2663fa
Description-en: 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.
Description-md5: 7802e2257c21f6d3af58013397cb15eb
Homepage: https://github.com/swipely/docker-api
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu