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

Last updated: November 25,2024

1. Install "jimtcl.x86_64" package

This is a short guide on how to install jimtcl.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install jimtcl.x86_64

2. Uninstall "jimtcl.x86_64" package

Here is a brief guide to show you how to uninstall jimtcl.x86_64 on Rocky Linux 9:

$ sudo dnf remove jimtcl.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:11:41 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : jimtcl
Version : 0.82
Release : 2.el9
Architecture : x86_64
Size : 284 k
Source : jimtcl-0.82-2.el9.src.rpm
Repository : epel
Summary : A small embeddable Tcl interpreter
URL : http://jim.tcl.tk
License : BSD-2-Clause-Views
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.