How To Install cdk-devel on Fedora 36
Introduction
In this tutorial we learn how to install cdk-devel
on Fedora 36.
What is cdk-devel
This package contains libraries and header files for developing applications that use cdk.
We can use yum
or dnf
to install cdk-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cdk-devel.
Install cdk-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 cdk-devel
using dnf
by running the following command:
sudo dnf -y install cdk-devel
Install cdk-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 cdk-devel
using yum
by running the following command:
sudo yum -y install cdk-devel
How To Uninstall cdk-devel on Fedora 36
To uninstall only the cdk-devel
package we can use the following command:
sudo dnf remove cdk-devel
cdk-devel Package Contents on Fedora 36
/usr/bin/cdk5-config
/usr/include/cdk
/usr/include/cdk.h
/usr/include/cdk/alphalist.h
/usr/include/cdk/binding.h
/usr/include/cdk/button.h
/usr/include/cdk/buttonbox.h
/usr/include/cdk/calendar.h
/usr/include/cdk/cdk_compat.h
/usr/include/cdk/cdk_config.h
/usr/include/cdk/cdk_objs.h
/usr/include/cdk/cdk_params.h
/usr/include/cdk/cdk_test.h
/usr/include/cdk/cdk_util.h
/usr/include/cdk/cdk_version.h
/usr/include/cdk/cdkscreen.h
/usr/include/cdk/curdefs.h
/usr/include/cdk/dialog.h
/usr/include/cdk/draw.h
/usr/include/cdk/dscale.h
/usr/include/cdk/entry.h
/usr/include/cdk/fscale.h
/usr/include/cdk/fselect.h
/usr/include/cdk/fslider.h
/usr/include/cdk/graph.h
/usr/include/cdk/histogram.h
/usr/include/cdk/itemlist.h
/usr/include/cdk/label.h
/usr/include/cdk/marquee.h
/usr/include/cdk/matrix.h
/usr/include/cdk/mentry.h
/usr/include/cdk/menu.h
/usr/include/cdk/radio.h
/usr/include/cdk/scale.h
/usr/include/cdk/scroll.h
/usr/include/cdk/scroller.h
/usr/include/cdk/selection.h
/usr/include/cdk/slider.h
/usr/include/cdk/swindow.h
/usr/include/cdk/template.h
/usr/include/cdk/traverse.h
/usr/include/cdk/uscale.h
/usr/include/cdk/uslider.h
/usr/include/cdk/viewer.h
/usr/lib/libcdk.so
References
Summary
In this tutorial we learn how to install cdk-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install cdk-devel on Fedora 36” linkTitle: “cdk-devel” type: “docs” description: “In this tutorial we learn how to install cdk-devel in Fedora 36. cdk-devel is Development files for cdk” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/cdk-devel-featured.png
Introduction
In this tutorial we learn how to install cdk-devel
on Fedora 36.
What is cdk-devel
This package contains libraries and header files for developing applications that use cdk.
We can use yum
or dnf
to install cdk-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install cdk-devel.
Install cdk-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 cdk-devel
using dnf
by running the following command:
sudo dnf -y install cdk-devel
Install cdk-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 cdk-devel
using yum
by running the following command:
sudo yum -y install cdk-devel
How To Uninstall cdk-devel on Fedora 36
To uninstall only the cdk-devel
package we can use the following command:
sudo dnf remove cdk-devel
cdk-devel Package Contents on Fedora 36
/usr/bin/cdk5-config
/usr/include/cdk
/usr/include/cdk.h
/usr/include/cdk/alphalist.h
/usr/include/cdk/binding.h
/usr/include/cdk/button.h
/usr/include/cdk/buttonbox.h
/usr/include/cdk/calendar.h
/usr/include/cdk/cdk_compat.h
/usr/include/cdk/cdk_config.h
/usr/include/cdk/cdk_objs.h
/usr/include/cdk/cdk_params.h
/usr/include/cdk/cdk_test.h
/usr/include/cdk/cdk_util.h
/usr/include/cdk/cdk_version.h
/usr/include/cdk/cdkscreen.h
/usr/include/cdk/curdefs.h
/usr/include/cdk/dialog.h
/usr/include/cdk/draw.h
/usr/include/cdk/dscale.h
/usr/include/cdk/entry.h
/usr/include/cdk/fscale.h
/usr/include/cdk/fselect.h
/usr/include/cdk/fslider.h
/usr/include/cdk/graph.h
/usr/include/cdk/histogram.h
/usr/include/cdk/itemlist.h
/usr/include/cdk/label.h
/usr/include/cdk/marquee.h
/usr/include/cdk/matrix.h
/usr/include/cdk/mentry.h
/usr/include/cdk/menu.h
/usr/include/cdk/radio.h
/usr/include/cdk/scale.h
/usr/include/cdk/scroll.h
/usr/include/cdk/scroller.h
/usr/include/cdk/selection.h
/usr/include/cdk/slider.h
/usr/include/cdk/swindow.h
/usr/include/cdk/template.h
/usr/include/cdk/traverse.h
/usr/include/cdk/uscale.h
/usr/include/cdk/uslider.h
/usr/include/cdk/viewer.h
/usr/lib64/libcdk.so
References
Summary
In this tutorial we learn how to install cdk-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).