How to Install and Uninstall jimtcl-devel.x86_64 Package on AlmaLinux 9

Last updated: June 30,2024

1. Install "jimtcl-devel.x86_64" package

This tutorial shows how to install jimtcl-devel.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install jimtcl-devel.x86_64

2. Uninstall "jimtcl-devel.x86_64" package

This tutorial shows how to uninstall jimtcl-devel.x86_64 on AlmaLinux 9:

$ sudo dnf remove jimtcl-devel.x86_64 $ sudo dnf autoremove

3. Information about the jimtcl-devel.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:29:59 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : jimtcl-devel
Version : 0.82
Release : 2.el9
Architecture : x86_64
Size : 27 k
Source : jimtcl-0.82-2.el9.src.rpm
Repository : epel
Summary : Development files for jimtcl
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.
:
: The jimtcl-devel package contains libraries and header files for
: developing applications that use jimtcl.