How To Install jimtcl-devel on Fedora 36

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

Introduction

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

What is jimtcl-devel

Jim is an opensource small-footprint implementation of the Tcl programming language. It implements a large subset of Tcl and adds new features like references with garbage collection, closures, built-in Object Oriented Programming system, Functional Programming commands, first-class arrays and UTF-8 support. The jimtcl-devel package contains libraries and header files for developing applications that use jimtcl.

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

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

sudo dnf -y install jimtcl-devel

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

sudo yum -y install jimtcl-devel

How To Uninstall jimtcl-devel on Fedora 36

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

sudo dnf remove jimtcl-devel

jimtcl-devel Package Contents on Fedora 36

---
title: "How To Install jimtcl-devel on Fedora 36"
linkTitle: "jimtcl-devel"
type: "docs"
description: "In this tutorial we learn how to install jimtcl-devel in Fedora 36. jimtcl-devel is Development files for jimtcl"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/jimtcl-devel-featured.png
---

## Introduction

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

### What is `jimtcl-devel`

> Jim is an opensource small-footprint implementation of the Tcl programming language. It implements a large subset of Tcl and adds new features like references with garbage collection, closures, built-in Object Oriented Programming system, Functional Programming commands, first-class arrays and UTF-8 support.  The jimtcl-devel package contains libraries and header files for developing applications that use jimtcl.  

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

## Install jimtcl-devel on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install jimtcl-devel

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

sudo yum -y install jimtcl-devel

How To Uninstall jimtcl-devel on Fedora 36

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

sudo dnf remove jimtcl-devel

jimtcl-devel Package Contents on Fedora 36

/usr/bin/build-jim-ext
/usr/include/jim-config.h
/usr/include/jim-eventloop.h
/usr/include/jim-signal.h
/usr/include/jim-subcmd.h
/usr/include/jim-win32compat.h
/usr/include/jim.h
/usr/lib/libjim.so
/usr/lib/pkgconfig/jimtcl.pc
/usr/share/doc/jimtcl-devel
/usr/share/doc/jimtcl-devel/DEVELOPING
/usr/share/doc/jimtcl-devel/README.extensions
/usr/share/doc/jimtcl-devel/README.metakit
/usr/share/doc/jimtcl-devel/README.namespaces
/usr/share/doc/jimtcl-devel/README.oo
/usr/share/doc/jimtcl-devel/README.utf-8
/usr/share/doc/jimtcl-devel/STYLE

References

Summary

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

/usr/bin/build-jim-ext /usr/include/jim-config.h /usr/include/jim-eventloop.h /usr/include/jim-signal.h /usr/include/jim-subcmd.h /usr/include/jim-win32compat.h /usr/include/jim.h /usr/lib64/libjim.so /usr/lib64/pkgconfig/jimtcl.pc /usr/share/doc/jimtcl-devel /usr/share/doc/jimtcl-devel/DEVELOPING /usr/share/doc/jimtcl-devel/README.extensions /usr/share/doc/jimtcl-devel/README.metakit /usr/share/doc/jimtcl-devel/README.namespaces /usr/share/doc/jimtcl-devel/README.oo /usr/share/doc/jimtcl-devel/README.utf-8 /usr/share/doc/jimtcl-devel/STYLE


## References

* [jimtcl-devel website](http://jim.tcl.tk)

## Summary

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