How to Install and Uninstall jimtcl.src Package on Oracle Linux 8

Last updated: July 03,2024

1. Install "jimtcl.src" package

Please follow the steps below to install jimtcl.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install jimtcl.src

2. Uninstall "jimtcl.src" package

This is a short guide on how to uninstall jimtcl.src on Oracle Linux 8:

$ sudo dnf remove jimtcl.src $ sudo dnf autoremove

3. Information about the jimtcl.src package on Oracle Linux 8

Last metadata expiration check: 4:28:53 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : jimtcl
Version : 0.77
Release : 6.el8
Architecture : src
Size : 2.8 M
Source : None
Repository : ol8_baseos_latest
Summary : A small embeddable Tcl interpreter
URL : http://jim.tcl.tk
License : BSD
Description : 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.