How To Install rubygem-coveralls on Fedora 36

In this tutorial we learn how to install rubygem-coveralls in Fedora 36. rubygem-coveralls is A Ruby implementation of the Coveralls API

Introduction

In this tutorial we learn how to install rubygem-coveralls on Fedora 36.

What is rubygem-coveralls

Coveralls works with your continuous integration server to give you test coverage history and statistics. This package is a Ruby implementation of the Coveralls API.

We can use yum or dnf to install rubygem-coveralls on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-coveralls.

Install rubygem-coveralls on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install rubygem-coveralls using dnf by running the following command:

sudo dnf -y install rubygem-coveralls

Install rubygem-coveralls on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install rubygem-coveralls using yum by running the following command:

sudo yum -y install rubygem-coveralls

How To Uninstall rubygem-coveralls on Fedora 36

To uninstall only the rubygem-coveralls package we can use the following command:

sudo dnf remove rubygem-coveralls

rubygem-coveralls Package Contents on Fedora 36

/usr/bin/coveralls
/usr/share/gems/gems/coveralls-0.8.13
/usr/share/gems/gems/coveralls-0.8.13/LICENSE
/usr/share/gems/gems/coveralls-0.8.13/bin
/usr/share/gems/gems/coveralls-0.8.13/bin/coveralls
/usr/share/gems/gems/coveralls-0.8.13/lib
/usr/share/gems/gems/coveralls-0.8.13/lib/coveralls
/usr/share/gems/gems/coveralls-0.8.13/lib/coveralls.rb
/usr/share/gems/gems/coveralls-0.8.13/lib/coveralls/api.rb
/usr/share/gems/gems/coveralls-0.8.13/lib/coveralls/command.rb
/usr/share/gems/gems/coveralls-0.8.13/lib/coveralls/configuration.rb
/usr/share/gems/gems/coveralls-0.8.13/lib/coveralls/output.rb
/usr/share/gems/gems/coveralls-0.8.13/lib/coveralls/rake
/usr/share/gems/gems/coveralls-0.8.13/lib/coveralls/rake/task.rb
/usr/share/gems/gems/coveralls-0.8.13/lib/coveralls/simplecov.rb
/usr/share/gems/gems/coveralls-0.8.13/lib/coveralls/version.rb
/usr/share/gems/specifications/coveralls-0.8.13.gemspec
/usr/share/man/man1/coveralls.1.gz

References

Summary

In this tutorial we learn how to install rubygem-coveralls on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).