How to Install and Uninstall shake Package on Kali Linux

Last updated: May 11,2024

1. Install "shake" package

This guide covers the steps necessary to install shake on Kali Linux

$ sudo apt update $ sudo apt install shake

2. Uninstall "shake" package

Please follow the steps below to uninstall shake on Kali Linux:

$ sudo apt remove shake $ sudo apt autoclean && sudo apt autoremove

3. Information about the shake package on Kali Linux

Package: shake
Version: 1.0.2-4
Installed-Size: 80
Maintainer: Debian QA Group
Architecture: all
Depends: lua5.1-leg, lua-leg (>= 0.1.3), lua5.1-filesystem, lua5.1
Size: 23580
SHA256: b707566e49efdc6e9c4eb171b86f7ce29aee162b68b0de32b6f48e26dccd5c8a
SHA1: e48ffebc88e42ace54d6ba42a983b80f13f9eb8c
MD5sum: e477b49cc9a9bf3e746bee391c752666
Description: Testing engine for the Lua language version 5.1
The shake utility is a simple and transparent test engine for Lua.
.
Shake gives concise reports when the tests succeed, while it prints detailed
traces when tests fail.
.
Regular Lua test files, if written using only standard assert and print calls,
can be run with shake with no modifications.
.
This package contains the shake command line utility, the Lua modules
that implement shake functionalities and the documentation for both.
Description-md5:
Homepage: http://shake.luaforge.net
Tag: devel::testing-qa, implemented-in::lua, role::program
Section: devel
Priority: optional
Filename: pool/main/s/shake/shake_1.0.2-4_all.deb