How to Install and Uninstall ruby-simplecov Package on Kali Linux

Last updated: May 13,2024

1. Install "ruby-simplecov" package

This is a short guide on how to install ruby-simplecov on Kali Linux

$ sudo apt update $ sudo apt install ruby-simplecov

2. Uninstall "ruby-simplecov" package

This guide let you learn how to uninstall ruby-simplecov on Kali Linux:

$ sudo apt remove ruby-simplecov $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-simplecov package on Kali Linux

Package: ruby-simplecov
Version: 0.22.0-1
Installed-Size: 152
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-docile (>= 1.1), ruby-simplecov-html (>= 0.11)
Size: 45068
SHA256: 3748344f5d02e1e672423316976042febb99d2c8d0260a17e0342c8e7acc98b9
SHA1: 3d9a2dce613e9c5cc079f814898c26a9b6d8ded4
MD5sum: 0ffb3a116cca6afbada68c97f10ecb0c
Description: code coverage for Ruby 1.9+
Code coverage for Ruby 1.9 with a powerful configuration library and automatic
merging of coverage across test suites.
.
It uses 1.9's built-in Coverage library to gather code coverage data, but makes
processing its results much easier by providing a clean API to filter, group,
merge, format and display those results, thus giving you a complete code
coverage suite that can be set up with just a couple lines of code.
Description-md5:
Homepage: https://github.com/simplecov-ruby/simplecov
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-simplecov/ruby-simplecov_0.22.0-1_all.deb