How to Install and Uninstall tcl-devel.i686 Package on CentOS Stream 8

Last updated: May 04,2024

1. Install "tcl-devel.i686" package

This guide covers the steps necessary to install tcl-devel.i686 on CentOS Stream 8

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

2. Uninstall "tcl-devel.i686" package

This tutorial shows how to uninstall tcl-devel.i686 on CentOS Stream 8:

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

3. Information about the tcl-devel.i686 package on CentOS Stream 8

Last metadata expiration check: 5:11:22 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : tcl-devel
Epoch : 1
Version : 8.6.8
Release : 2.el8
Architecture : i686
Size : 191 k
Source : tcl-8.6.8-2.el8.src.rpm
Repository : baseos
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.