How To Install cjs-devel on Fedora 36

In this tutorial we learn how to install cjs-devel in Fedora 36. cjs-devel is Development package for cjs

Introduction

In this tutorial we learn how to install cjs-devel on Fedora 36.

What is cjs-devel

Files for development with cjs.

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

Install cjs-devel 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 cjs-devel using dnf by running the following command:

sudo dnf -y install cjs-devel

Install cjs-devel 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 cjs-devel using yum by running the following command:

sudo yum -y install cjs-devel

How To Uninstall cjs-devel on Fedora 36

To uninstall only the cjs-devel package we can use the following command:

sudo dnf remove cjs-devel

cjs-devel Package Contents on Fedora 36

/usr/include/cjs-1.0
/usr/include/cjs-1.0/cjs
/usr/include/cjs-1.0/cjs/context.h
/usr/include/cjs-1.0/cjs/coverage.h
/usr/include/cjs-1.0/cjs/error-types.h
/usr/include/cjs-1.0/cjs/gjs.h
/usr/include/cjs-1.0/cjs/macros.h
/usr/include/cjs-1.0/cjs/mem.h
/usr/include/cjs-1.0/cjs/profiler.h
/usr/lib64/libcjs.so
/usr/lib64/pkgconfig/cjs-1.0.pc
/usr/share/cjs-1.0
/usr/share/cjs-1.0/lsan
/usr/share/cjs-1.0/lsan/lsan.supp
/usr/share/cjs-1.0/valgrind
/usr/share/cjs-1.0/valgrind/gjs.supp
/usr/share/doc/cjs-devel
/usr/share/doc/cjs-devel/README
/usr/share/doc/cjs-devel/calc.js
/usr/share/doc/cjs-devel/clutter.js
/usr/share/doc/cjs-devel/dbus-client.js
/usr/share/doc/cjs-devel/dbus-service.js
/usr/share/doc/cjs-devel/gettext.js
/usr/share/doc/cjs-devel/gio-cat.js
/usr/share/doc/cjs-devel/glistmodel.js
/usr/share/doc/cjs-devel/gtk-application.js
/usr/share/doc/cjs-devel/gtk.js
/usr/share/doc/cjs-devel/http-client.js
/usr/share/doc/cjs-devel/http-server.js
/usr/share/doc/cjs-devel/test.jpg
/usr/share/doc/cjs-devel/webkit.js
/usr/share/doc/cjs-devel/websocket-client.js

References

Summary

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