How to Install and Uninstall jimtcl.x86_64 Package on Rocky Linux 8

Last updated: September 22,2024

1. Install "jimtcl.x86_64" package

Please follow the step by step instructions below to install jimtcl.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install jimtcl.x86_64

2. Uninstall "jimtcl.x86_64" package

Learn how to uninstall jimtcl.x86_64 on Rocky Linux 8:

$ sudo dnf remove jimtcl.x86_64 $ sudo dnf autoremove

3. Information about the jimtcl.x86_64 package on Rocky Linux 8

Last metadata expiration check: 1:50:16 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : jimtcl
Version : 0.77
Release : 6.el8.1
Architecture : x86_64
Size : 224 k
Source : jimtcl-0.77-6.el8.1.src.rpm
Repository : baseos
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.