How to Install and Uninstall test-kitchen Package on Kali Linux

Last updated: May 17,2024

1. Install "test-kitchen" package

This is a short guide on how to install test-kitchen on Kali Linux

$ sudo apt update $ sudo apt install test-kitchen

2. Uninstall "test-kitchen" package

This tutorial shows how to uninstall test-kitchen on Kali Linux:

$ sudo apt remove test-kitchen $ sudo apt autoclean && sudo apt autoremove

3. Information about the test-kitchen package on Kali Linux

Package: test-kitchen
Version: 1.23.2-6
Installed-Size: 571
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby, ruby-mixlib-install (>= 1.0.4), ruby-mixlib-shellout (>= 1.2), ruby-net-scp (>= 1.1), ruby-net-ssh (>= 1:2.9), ruby-net-ssh-gateway (>= 1.2.0), ruby-safe-yaml (>= 1.0), ruby-thor (>= 0.18)
Recommends: pry
Size: 115332
SHA256: 1c172e42999c24cafc00c92a8d87d021456a94c10ff543f5f80962120680f24e
SHA1: 6b708fc17ca611a729ac808f1de2dd59c0888cf4
MD5sum: 26d272abe2cff166f49762ac8dd9a6e9
Description: integration tool for Chef
Test Kitchen is a test harness tool to execute your configured code on one or
more platforms in isolation. A driver plugin architecture is used which lets
you run your code on various cloud providers and virtualization technologies
such as Amazon EC2, Blue Box, CloudStack, Digital Ocean, Rackspace, OpenStack,
Vagrant, Docker, LXC containers, and more. Many testing frameworks are already
supported out of the box including Bats, shUnit2, RSpec, Serverspec, with
others being created weekly.
.
For Chef workflows, cookbook dependency resolver tools such as Berkshelf and
Librarian-Chef are supported or you can simply have a cookbooks/ directory and
Test Kitchen will know what to do. Support for Test Kitchen is already included
in many Chef community cookbooks such as the MySQL, nginx, Chef Server, and
runit cookbooks.
Description-md5: 9dc1a4e011bda4015ea9fefff42d0616
Homepage: https://github.com/test-kitchen/test-kitchen
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/t/test-kitchen/test-kitchen_1.23.2-6_all.deb