How to Install and Uninstall shake Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "shake" package

Please follow the instructions below to install shake on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install shake

2. Uninstall "shake" package

Please follow the guidelines below to uninstall shake on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the shake package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: shake
Priority: optional
Section: universe/devel
Installed-Size: 116
Maintainer: Ubuntu Developers
Original-Maintainer: Enrico Tassi
Architecture: all
Version: 1.0.2-1
Depends: lua5.1-leg, lua-leg (>= 0.1.3), lua5.1-filesystem, lua5.1
Filename: pool/universe/s/shake/shake_1.0.2-1_all.deb
Size: 23830
MD5sum: 294a72b1be587502b259d8c4254de5b2
SHA1: b87bb6bf88087c6e143dcb309d1a8aa10f5ba4e1
SHA256: 9ece166145043015ad0cb7a6cb23b98b77a875ee9ff86f83b3ecee2e4b8d82bd
Description-en: 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: 0ad3eaac7e8fd021b9c7842a00a9e434
Homepage: http://shake.luaforge.net
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu