How to Install and Uninstall tcl-trf.i686 Package on Fedora 34

Last updated: July 03,2024

1. Install "tcl-trf.i686" package

In this section, we are going to explain the necessary steps to install tcl-trf.i686 on Fedora 34

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

2. Uninstall "tcl-trf.i686" package

Learn how to uninstall tcl-trf.i686 on Fedora 34:

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

3. Information about the tcl-trf.i686 package on Fedora 34

Last metadata expiration check: 4:12:56 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : tcl-trf
Version : 2.1.4
Release : 24.fc34
Architecture : i686
Size : 189 k
Source : tcl-trf-2.1.4-24.fc34.src.rpm
Repository : fedora
Summary : Tcl extension providing "transformer" commands
URL : http://tcltrf.sourceforge.net
License : MIT and BSD and LGPLv2+ and GPLv2+ and Public Domain and OpenSSL
Description : Trf is an extension library to the script language tcl. It provides
: transformer procedures which change the flow of bytes through a channel
: in arbitrary ways. The underlying functionality in the core is that of
: stacked channels which allows code outside of the core to intercept all
: actions (read/write) on a channel.
:
: Among the applications of the above provided here are compression,
: charset recording, error correction, and hash generation.