How to Install and Uninstall ruby-simplecov Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 05,2024

1. Install "ruby-simplecov" package

Learn how to install ruby-simplecov on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-simplecov

2. Uninstall "ruby-simplecov" package

This guide let you learn how to uninstall ruby-simplecov on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-simplecov package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-simplecov
Priority: optional
Section: universe/ruby
Installed-Size: 96
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.11.1-1
Depends: ruby | ruby-interpreter, ruby-docile (>= 1.1.0), ruby-json (>= 1.8), ruby-simplecov-html (>= 0.10.0)
Filename: pool/universe/r/ruby-simplecov/ruby-simplecov_0.11.1-1_all.deb
Size: 26114
MD5sum: f184bea8465a68334fc55103acf789b6
SHA1: 05a3d6b934908e1cfe61891e692828c05fa8a526
SHA256: d257e604dff86061ee6bdf146159c0e50c4f9d352e6c0760e977a915f20aa5d3
Description-en: 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: a231c670c826522c8cfe250f396377e2
Homepage: http://github.com/colszowka/simplecov
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu