How To Install rubygem-coffee-script-source on Fedora 36

In this tutorial we learn how to install rubygem-coffee-script-source in Fedora 36. rubygem-coffee-script-source is The CoffeeScript Compiler

Introduction

In this tutorial we learn how to install rubygem-coffee-script-source on Fedora 36.

What is rubygem-coffee-script-source

CoffeeScript is a little language that compiles into JavaScript. Underneath all of those embarrassing braces and semicolons, JavaScript has always had a gorgeous object model at its heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way.

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

Install rubygem-coffee-script-source 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-coffee-script-source using dnf by running the following command:

sudo dnf -y install rubygem-coffee-script-source

Install rubygem-coffee-script-source 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-coffee-script-source using yum by running the following command:

sudo yum -y install rubygem-coffee-script-source

How To Uninstall rubygem-coffee-script-source on Fedora 36

To uninstall only the rubygem-coffee-script-source package we can use the following command:

sudo dnf remove rubygem-coffee-script-source

rubygem-coffee-script-source Package Contents on Fedora 36

/usr/share/gems/gems/coffee-script-source-1.10.0
/usr/share/gems/gems/coffee-script-source-1.10.0/lib
/usr/share/gems/gems/coffee-script-source-1.10.0/lib/coffee_script
/usr/share/gems/gems/coffee-script-source-1.10.0/lib/coffee_script/coffee-script.js
/usr/share/gems/gems/coffee-script-source-1.10.0/lib/coffee_script/source.rb
/usr/share/gems/specifications/coffee-script-source-1.10.0.gemspec

References

Summary

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