How to Install and Uninstall tcl-tclreadline.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "tcl-tclreadline.x86_64" package

Please follow the instructions below to install tcl-tclreadline.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "tcl-tclreadline.x86_64" package

This guide let you learn how to uninstall tcl-tclreadline.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the tcl-tclreadline.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:31:54 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : tcl-tclreadline
Version : 2.1.0
Release : 16.el8
Architecture : x86_64
Size : 63 k
Source : tcl-tclreadline-2.1.0-16.el8.src.rpm
Repository : epel
Summary : GNU Readline extension for Tcl/Tk
URL : http://tclreadline.sourceforge.net/
License : BSD
Description : The tclreadline package makes the GNU Readline library available
: for interactive tcl shells. This includes history expansion and
: file/command completion. Command completion for all tcl/tk commands
: is provided and command completion for user defined commands can
: be easily added. Tclreadline can also be used for tcl scripts which
: want to use a shell like input interface.