How To Install jimtcl on Fedora 36

In this tutorial we learn how to install jimtcl in Fedora 36. jimtcl is A small embeddable Tcl interpreter

Introduction

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

What is jimtcl

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.

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

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

sudo dnf -y install jimtcl

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

sudo yum -y install jimtcl

How To Uninstall jimtcl on Fedora 36

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

sudo dnf remove jimtcl

jimtcl Package Contents on Fedora 36

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

## Introduction

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

### What is `jimtcl`

> 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.  

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

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

sudo dnf -y install jimtcl

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

sudo yum -y install jimtcl

How To Uninstall jimtcl on Fedora 36

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

sudo dnf remove jimtcl

jimtcl Package Contents on Fedora 36

/usr/bin/jimdb
/usr/bin/jimsh
/usr/lib/.build-id
/usr/lib/.build-id/89
/usr/lib/.build-id/89/cb481b85adf19a3386e4c12b39fd31fe3d084f
/usr/lib/.build-id/90
/usr/lib/.build-id/90/514cb427c1107c7e33b6d88f21b93ed3930d81
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/d28c257946bbf0f56d0bc441042bb5e3ec489b
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/1c73ed683d7d652ecb31e18fe8c34786616d81
/usr/lib/.build-id/d4
/usr/lib/.build-id/d4/727ca98ee3b5238dcb60429b4f2b5834d73d82
/usr/lib64/jim
/usr/lib64/jim/binary.tcl
/usr/lib64/jim/json.so
/usr/lib64/jim/jsonencode.tcl
/usr/lib64/jim/tclprefix.so
/usr/lib64/jim/tcltest.tcl
/usr/lib64/jim/zlib.so
/usr/lib64/libjim.so.0.81
/usr/share/doc/jimtcl
/usr/share/doc/jimtcl/AUTHORS
/usr/share/doc/jimtcl/README
/usr/share/doc/jimtcl/Tcl.html
/usr/share/licenses/jimtcl
/usr/share/licenses/jimtcl/LICENSE

References

/usr/bin/jimdb /usr/bin/jimsh /usr/lib/.build-id /usr/lib/.build-id/36 /usr/lib/.build-id/36/a7b6ecc033260257c9280f7b2f85755b442dec /usr/lib/.build-id/4f /usr/lib/.build-id/4f/09462c55804d8afc94f05487ce86f7f01fc645 /usr/lib/.build-id/93 /usr/lib/.build-id/93/988c2c84e8a634fe6a8c4cbab2e1dea2b729c2 /usr/lib/.build-id/9d /usr/lib/.build-id/9d/0b0f043498ab9dfabc6c67876da00d5bdaa23e /usr/lib/.build-id/d6 /usr/lib/.build-id/d6/8925f7d1774da8437d7c123a5774fd2e7e8179 /usr/lib/jim /usr/lib/jim/binary.tcl /usr/lib/jim/json.so /usr/lib/jim/jsonencode.tcl /usr/lib/jim/tclprefix.so /usr/lib/jim/tcltest.tcl /usr/lib/jim/zlib.so /usr/lib/libjim.so.0.81 /usr/share/doc/jimtcl /usr/share/doc/jimtcl/AUTHORS /usr/share/doc/jimtcl/README /usr/share/doc/jimtcl/Tcl.html /usr/share/licenses/jimtcl /usr/share/licenses/jimtcl/LICENSE

Summary

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


## References

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

## Summary

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