How To Install blt-devel on Fedora 36
Introduction
In this tutorial we learn how to install blt-devel on Fedora 36.
What is blt-devel
BLT is an extension to the Tk toolkit. BLT’s most useful feature is the provision of more widgets for Tk, but it also provides more geometry managers and miscellaneous other commands. Note that you won’t need to any patching of the Tcl or Tk source file to use BLT, but you will need to have Tcl/Tk installed in order to use BLT. This package provides headers needed to build packages based on BLT.
We can use yum or dnf to install blt-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install blt-devel.
Install blt-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 blt-devel using dnf by running the following command:
sudo dnf -y install blt-devel
Install blt-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 blt-devel using yum by running the following command:
sudo yum -y install blt-devel
How To Uninstall blt-devel on Fedora 36
To uninstall only the blt-devel package we can use the following command:
sudo dnf remove blt-devel
blt-devel Package Contents on Fedora 36
/usr/include/blt
/usr/include/blt/blt.h
/usr/include/blt/bltBind.h
/usr/include/blt/bltChain.h
/usr/include/blt/bltHash.h
/usr/include/blt/bltList.h
/usr/include/blt/bltPool.h
/usr/include/blt/bltTree.h
/usr/include/blt/bltVector.h
References
Summary
In this tutorial we learn how to install blt-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install blt-devel on Fedora 36” linkTitle: “blt-devel” type: “docs” description: “In this tutorial we learn how to install blt-devel in Fedora 36. blt-devel is Development files for BLT” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/blt-devel-featured.png
Introduction
In this tutorial we learn how to install blt-devel on Fedora 36.
What is blt-devel
BLT is an extension to the Tk toolkit. BLT’s most useful feature is the provision of more widgets for Tk, but it also provides more geometry managers and miscellaneous other commands. Note that you won’t need to any patching of the Tcl or Tk source file to use BLT, but you will need to have Tcl/Tk installed in order to use BLT. This package provides headers needed to build packages based on BLT.
We can use yum or dnf to install blt-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install blt-devel.
Install blt-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 blt-devel using dnf by running the following command:
sudo dnf -y install blt-devel
Install blt-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 blt-devel using yum by running the following command:
sudo yum -y install blt-devel
How To Uninstall blt-devel on Fedora 36
To uninstall only the blt-devel package we can use the following command:
sudo dnf remove blt-devel
blt-devel Package Contents on Fedora 36
/usr/include/blt
/usr/include/blt/blt.h
/usr/include/blt/bltBind.h
/usr/include/blt/bltChain.h
/usr/include/blt/bltHash.h
/usr/include/blt/bltList.h
/usr/include/blt/bltPool.h
/usr/include/blt/bltTree.h
/usr/include/blt/bltVector.h
References
Summary
In this tutorial we learn how to install blt-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).