How to Install and Uninstall ruby-test-construct Package on Kali Linux

Last updated: May 17,2024

1. Install "ruby-test-construct" package

This guide let you learn how to install ruby-test-construct on Kali Linux

$ sudo apt update $ sudo apt install ruby-test-construct

2. Uninstall "ruby-test-construct" package

Please follow the step by step instructions below to uninstall ruby-test-construct on Kali Linux:

$ sudo apt remove ruby-test-construct $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-test-construct package on Kali Linux

Package: ruby-test-construct
Version: 2.0.2-1
Installed-Size: 32
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby | ruby-interpreter
Size: 9280
SHA256: e79ba30b8b01918acb4a58f7c033338b0d9de84828e1a777a8589bee7f65cddd
SHA1: 2cdb14776c7c995018a66d05e486a8a539827297
MD5sum: 14690c7da4d4861af3e5aca5bc58fed1
Description: Ruby library that creates temporary files and directories for testing
TestConstruct is a DSL for creating temporary files and directories during
testing.
.
Using construct is as simple as calling within_construct and providing a
block. All files and directories that are created within that block are
created within a temporary directory. The temporary directory is always
deleted before within_construct finishes.
.
There is nothing special about the files and directories created with
TestConstruct, so you can use plain old Ruby IO methods to interact with them.
Description-md5:
Homepage: https://github.com/bhb/test_construct
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-test-construct/ruby-test-construct_2.0.2-1_all.deb