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

Last updated: May 20,2024

1. Install "ruby-coveralls" package

Here is a brief guide to show you how to install ruby-coveralls on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-coveralls

2. Uninstall "ruby-coveralls" package

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

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

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

Package: ruby-coveralls
Priority: optional
Section: universe/ruby
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.7.0-2
Depends: ruby | ruby-interpreter, ruby-multi-json (>= 1.3~), ruby-rest-client, ruby-simplecov (>= 0.7~), ruby-simplecov-html, ruby-term-ansicolor, ruby-thor
Filename: pool/universe/r/ruby-coveralls/ruby-coveralls_0.7.0-2_all.deb
Size: 10434
MD5sum: 5e13d7742c4014c1d69a96b1ffe27216
SHA1: badf455fddc3025bb5862755ad29600fba2e7682
SHA256: 1fe72476854d3df9b1671abe842cf4d29caa9a84b26250d094f97c42ff108aa1
Description-en: Ruby implementation of the Coveralls API
Coveralls is a web service to help you track your code coverage over
time, and ensure that all your new code is fully covered.
.
Coveralls automatically collects your code coverage data, uploads it
to their servers and gives you a nice interface to dig into it.
.
Any type of Ruby project or test framework supported by SimpleCov is
supported by the Coveralls gem. This includes all your favorites, like
RSpec, Cucumber, and Test::Unit.
.
This package provides a Ruby gem to interact with Coveralls API.
Description-md5: 330904c3ed4703f2ea836aff87959b73
Homepage: https://coveralls.io
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu