How To Install tcltls on Fedora 34
Introduction
In this tutorial we learn how to install tcltls
on Fedora 34.
What is tcltls
A TLS OpenSSL extension for Tcl tcltls 1.7.22 2.fc34 x86_64 39 k tcltls-1.7.22-2.fc34.src.rpm fedora OpenSSL extension for Tcl https BSD A TLS OpenSSL extension for Tcl
We can use yum
or dnf
to install tcltls
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install tcltls.
Install tcltls on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install tcltls
using dnf
by running the following command:
sudo dnf -y install tcltls
Install tcltls on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install tcltls
using yum
by running the following command:
sudo yum -y install tcltls
How To Uninstall tcltls on Fedora 34
To uninstall only the tcltls
package we can use the following command:
sudo dnf remove tcltls
tcltls Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/be7fe6b04faadf786776727c3a7e8cb0ca3d86
/usr/lib/tcl8.6/tcltls1.7.22
/usr/lib/tcl8.6/tcltls1.7.22/pkgIndex.tcl
/usr/lib/tcl8.6/tcltls1.7.22/tcltls.so
/usr/share/doc/tcltls
/usr/share/doc/tcltls/ChangeLog
/usr/share/doc/tcltls/README.txt
/usr/share/licenses/tcltls
/usr/share/licenses/tcltls/license.terms
/usr/lib/.build-id
/usr/lib/.build-id/95
/usr/lib/.build-id/95/50d177536a87bbeba471a8318a24d6c113c443
/usr/lib64/tcl8.6/tcltls1.7.22
/usr/lib64/tcl8.6/tcltls1.7.22/pkgIndex.tcl
/usr/lib64/tcl8.6/tcltls1.7.22/tcltls.so
/usr/share/doc/tcltls
/usr/share/doc/tcltls/ChangeLog
/usr/share/doc/tcltls/README.txt
/usr/share/licenses/tcltls
/usr/share/licenses/tcltls/license.terms
References
- [tcltls website](https://core.tcl.tk/tcltls/home https://core.tcl.tk/tcltls/home)
Summary
In this tutorial we learn how to install tcltls
on Fedora 34 using yum and dnf.