How to Install and Uninstall rake Package on Kali Linux

Last updated: May 17,2024

1. Install "rake" package

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

$ sudo apt update $ sudo apt install rake

2. Uninstall "rake" package

This is a short guide on how to uninstall rake on Kali Linux:

$ sudo apt remove rake $ sudo apt autoclean && sudo apt autoremove

3. Information about the rake package on Kali Linux

Package: rake
Version: 13.0.6-3
Installed-Size: 272
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby:any
Recommends: zip
Size: 83908
SHA256: 9818519ad01d850db5b52c35bddee7571764cb6838f9ba4b1efab76613a4b9f9
SHA1: 622961c3630cbc08b703a7d197b4dc754571014e
MD5sum: 9b51312bc9e9db9406d72a906e8d4201
Description: ruby make-like utility
Rake is a simple ruby build program with capabilities similar to make.
.
Rake has the following features:
* Rakefiles (rakes version of Makefiles) are completely defined in
standard Ruby syntax. No XML files to edit. No quirky Makefile
syntax to worry about (is that a tab or a space?)
* Users can specify tasks with prerequisites.
* Rake supports rule patterns to sythesize implicit tasks.
* Rake is lightweight. It can be distributed with other
projects as a single file. Projects that depend upon
rake do not require that rake be installed on target
systems.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/ruby/rake
Ruby-Versions: all
Tag: devel::buildtools, devel::lang:ruby, interface::commandline,
role::program, scope::utility, works-with::software:source
Section: ruby
Priority: optional
Filename: pool/main/r/rake/rake_13.0.6-3_all.deb