How To Install kst-devel on Fedora 36
Introduction
In this tutorial we learn how to install kst-devel
on Fedora 36.
What is kst-devel
Headers and libraries required when building against kst.
We can use yum
or dnf
to install kst-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kst-devel.
Install kst-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 kst-devel
using dnf
by running the following command:
sudo dnf -y install kst-devel
Install kst-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 kst-devel
using yum
by running the following command:
sudo yum -y install kst-devel
How To Uninstall kst-devel on Fedora 36
To uninstall only the kst-devel
package we can use the following command:
sudo dnf remove kst-devel
kst-devel Package Contents on Fedora 36
/usr/lib/libkst2app.a
/usr/lib/libkst2core.so
/usr/lib/libkst2math.so
/usr/lib/libkst2widgets.so
References
Summary
In this tutorial we learn how to install kst-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install kst-devel on Fedora 36” linkTitle: “kst-devel” type: “docs” description: “In this tutorial we learn how to install kst-devel in Fedora 36. kst-devel is Development libraries and headers for kst” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/kst-devel-featured.png
Introduction
In this tutorial we learn how to install kst-devel
on Fedora 36.
What is kst-devel
Headers and libraries required when building against kst.
We can use yum
or dnf
to install kst-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kst-devel.
Install kst-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 kst-devel
using dnf
by running the following command:
sudo dnf -y install kst-devel
Install kst-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 kst-devel
using yum
by running the following command:
sudo yum -y install kst-devel
How To Uninstall kst-devel on Fedora 36
To uninstall only the kst-devel
package we can use the following command:
sudo dnf remove kst-devel
kst-devel Package Contents on Fedora 36
/usr/lib64/libkst2app.a
/usr/lib64/libkst2core.so
/usr/lib64/libkst2math.so
/usr/lib64/libkst2widgets.so
References
Summary
In this tutorial we learn how to install kst-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).