How to Install and Uninstall tcl-trf.x86_64 Package on Fedora 35

Last updated: September 23,2024

1. Install "tcl-trf.x86_64" package

This guide let you learn how to install tcl-trf.x86_64 on Fedora 35

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

2. Uninstall "tcl-trf.x86_64" package

Please follow the steps below to uninstall tcl-trf.x86_64 on Fedora 35:

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

3. Information about the tcl-trf.x86_64 package on Fedora 35

Last metadata expiration check: 4:32:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : tcl-trf
Version : 2.1.4
Release : 25.fc35
Architecture : x86_64
Size : 182 k
Source : tcl-trf-2.1.4-25.fc35.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.