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

Last updated: October 06,2024

1. Install "tcl-trf.i686" package

Here is a brief guide to show you how to install tcl-trf.i686 on Fedora 36

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

2. Uninstall "tcl-trf.i686" package

This is a short guide on how to uninstall tcl-trf.i686 on Fedora 36:

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

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

Last metadata expiration check: 5:48:02 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : tcl-trf
Version : 2.1.4
Release : 26.fc36
Architecture : i686
Size : 186 k
Source : tcl-trf-2.1.4-26.fc36.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.