How To Install itcl-devel on Fedora 36
Introduction
In this tutorial we learn how to install itcl-devel
on Fedora 36.
What is itcl-devel
Development headers and libraries for linking against itcl.
We can use yum
or dnf
to install itcl-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install itcl-devel.
Install itcl-devel 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 itcl-devel
using dnf
by running the following command:
sudo dnf -y install itcl-devel
Install itcl-devel 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 itcl-devel
using yum
by running the following command:
sudo yum -y install itcl-devel
How To Uninstall itcl-devel on Fedora 36
To uninstall only the itcl-devel
package we can use the following command:
sudo dnf remove itcl-devel
itcl-devel Package Contents on Fedora 36
---
title: "How To Install itcl-devel on Fedora 36"
linkTitle: "itcl-devel"
type: "docs"
description: "In this tutorial we learn how to install itcl-devel in Fedora 36. itcl-devel is Development headers and libraries for linking against itcl"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/itcl-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `itcl-devel` on Fedora 36.
### What is `itcl-devel`
> Development headers and libraries for linking against itcl.
We can use `yum` or `dnf` to install `itcl-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install itcl-devel.
## Install itcl-devel 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 itcl-devel
using dnf
by running the following command:
sudo dnf -y install itcl-devel
Install itcl-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
/usr/include/itcl.h
/usr/include/itcl2TclOO.h
/usr/include/itclDecls.h
/usr/include/itclInt.h
/usr/include/itclIntDecls.h
/usr/include/itclMigrate2TclCore.h
/usr/include/itclTclIntStubsFcn.h
/usr/lib/itclConfig.sh
/usr/lib/tcl8.6/itcl4.1.1/libitclstub4.1.1.a
After updating yum database, We can install itcl-devel
using yum
by running the following command:
sudo yum -y install itcl-devel
## How To Uninstall itcl-devel on Fedora 36
## References
To uninstall only the `itcl-devel` package we can use the following command:
```bash
* [itcl-devel website](http://incrtcl.sourceforge.net/itcl/)
sudo dnf remove itcl-devel
Summary
itcl-devel Package Contents on Fedora 36
In this tutorial we learn how to install itcl-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/itcl.h
/usr/include/itcl2TclOO.h
/usr/include/itclDecls.h
/usr/include/itclInt.h
/usr/include/itclIntDecls.h
/usr/include/itclMigrate2TclCore.h
/usr/include/itclTclIntStubsFcn.h
/usr/lib64/itclConfig.sh
/usr/lib64/tcl8.6/itcl4.1.1/libitclstub4.1.1.a
References
Summary
In this tutorial we learn how to install itcl-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).