How To Install js-coffee-script on Fedora 36
Introduction
In this tutorial we learn how to install js-coffee-script
on Fedora 36.
What is js-coffee-script
This is the core compiler for the CoffeeScript language, suitable for use in browsers or by other JavaScript implementations. For the primary compiler and cake utility used in conjunction with Node.js, install the ‘coffee-script’ package.
We can use yum
or dnf
to install js-coffee-script
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install js-coffee-script.
Install js-coffee-script 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 js-coffee-script
using dnf
by running the following command:
sudo dnf -y install js-coffee-script
Install js-coffee-script 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 js-coffee-script
using yum
by running the following command:
sudo yum -y install js-coffee-script
How To Uninstall js-coffee-script on Fedora 36
To uninstall only the js-coffee-script
package we can use the following command:
sudo dnf remove js-coffee-script
js-coffee-script Package Contents on Fedora 36
/usr/share/coffee-script
/usr/share/coffee-script/extras
/usr/share/coffee-script/extras/coffee-script.js
/usr/share/coffee-script/extras/coffee-script.min.js
/usr/share/doc/js-coffee-script
/usr/share/doc/js-coffee-script/README.md
/usr/share/javascript/coffee-script
/usr/share/javascript/coffee-script/coffee-script.js
/usr/share/javascript/coffee-script/coffee-script.min.js
/usr/share/licenses/js-coffee-script
/usr/share/licenses/js-coffee-script/LICENSE
References
Summary
In this tutorial we learn how to install js-coffee-script
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).