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