How To Install tcltls on Fedora 36
Introduction
In this tutorial we learn how to install tcltls
on Fedora 36.
What is tcltls
A TLS OpenSSL extension for Tcl
We can use yum
or dnf
to install tcltls
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tcltls.
Install tcltls on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install tcltls
using dnf
by running the following command:
sudo dnf -y install tcltls
Install tcltls on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
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 36
To uninstall only the tcltls
package we can use the following command:
sudo dnf remove tcltls
tcltls Package Contents on Fedora 36
---
title: "How To Install tcltls on Fedora 36"
linkTitle: "tcltls"
type: "docs"
description: "In this tutorial we learn how to install tcltls in Fedora 36. tcltls is OpenSSL extension for Tcl"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/tcltls-featured.png
---
## Introduction
In this tutorial we learn how to install `tcltls` on Fedora 36.
### What is `tcltls`
> A TLS OpenSSL extension for Tcl
We can use `yum` or `dnf` to install `tcltls` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tcltls.
## Install tcltls on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install tcltls
using dnf
by running the following command:
sudo dnf -y install tcltls
Install tcltls on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
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 36
To uninstall only the tcltls
package we can use the following command:
sudo dnf remove tcltls
tcltls Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/7be65b71bed42d266b2eb7ec308b1b2632a1af
/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
Summary
In this tutorial we learn how to install tcltls
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/97 /usr/lib/.build-id/97/e4bc7c2c5ce2ceae107783dc014dfe41e9cabf /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
## References
* [tcltls website](https://core.tcl.tk/tcltls/home)
## Summary
In this tutorial we learn how to install `tcltls` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).