How To Install gnome-js-common on Fedora 36

In this tutorial we learn how to install gnome-js-common in Fedora 36. gnome-js-common is Common modules for GNOME JavaScript interpreters

Introduction

In this tutorial we learn how to install gnome-js-common on Fedora 36.

What is gnome-js-common

This package contains some JavaScript modules for use by GNOME JavaScript extensions, namely GJS and Seed.

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

Install gnome-js-common 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 gnome-js-common using dnf by running the following command:

sudo dnf -y install gnome-js-common

Install gnome-js-common 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 gnome-js-common using yum by running the following command:

sudo yum -y install gnome-js-common

How To Uninstall gnome-js-common on Fedora 36

To uninstall only the gnome-js-common package we can use the following command:

sudo dnf remove gnome-js-common

gnome-js-common Package Contents on Fedora 36

/usr/share/doc/gnome-js-common
/usr/share/doc/gnome-js-common/COPYING
/usr/share/doc/gnome-js-common/ChangeLog
/usr/share/gnome-js
/usr/share/gnome-js/ArrayUtils.js
/usr/share/gnome-js/JSON.js
/usr/share/gnome-js/lang.js
/usr/share/gnome-js/signals.js
/usr/share/gnome-js/tweener
/usr/share/gnome-js/tweener/equations.js
/usr/share/gnome-js/tweener/tweenList.js
/usr/share/gnome-js/tweener/tweener.js

References

Summary

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