How to Install and Uninstall tcl-devel.x86_64 Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "tcl-devel.x86_64" package

This guide let you learn how to install tcl-devel.x86_64 on Rocky Linux 9

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

2. Uninstall "tcl-devel.x86_64" package

This guide let you learn how to uninstall tcl-devel.x86_64 on Rocky Linux 9:

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

3. Information about the tcl-devel.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:06:08 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : tcl-devel
Epoch : 1
Version : 8.6.10
Release : 7.el9
Architecture : x86_64
Size : 162 k
Source : tcl-8.6.10-7.el9.src.rpm
Repository : appstream
Summary : Tcl scripting language development environment
URL : http://tcl.sourceforge.net/
License : TCL
Description : The Tcl (Tool Command Language) provides a powerful platform for
: creating integration applications that tie together diverse
: applications, protocols, devices, and frameworks. When paired with the
: Tk toolkit, Tcl provides a fastest and powerful way to create
: cross-platform GUI applications. Tcl can also be used for a variety
: of web-related tasks and for creating powerful command languages for
: applications.
:
: The package contains the development files and man pages for tcl.