How To Install gmic-devel on Fedora 36
Introduction
In this tutorial we learn how to install gmic-devel
on Fedora 36.
What is gmic-devel
G’MIC is an open and full-featured framework for image processing, providing several different user interfaces to convert/manipulate/filter/visualize generic image datasets, from 1d scalar signals to 3d+t sequences of multi-spectral volumetric images. Provides files for building applications against the G’MIC API
We can use yum
or dnf
to install gmic-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gmic-devel.
Install gmic-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 gmic-devel
using dnf
by running the following command:
sudo dnf -y install gmic-devel
Install gmic-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 gmic-devel
using yum
by running the following command:
sudo yum -y install gmic-devel
How To Uninstall gmic-devel on Fedora 36
To uninstall only the gmic-devel
package we can use the following command:
sudo dnf remove gmic-devel
gmic-devel Package Contents on Fedora 36
/usr/include/gmic.h
/usr/include/gmic_libc.h
/usr/lib/libcgmic.so
/usr/lib/libgmic.so
References
Summary
In this tutorial we learn how to install gmic-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install gmic-devel on Fedora 36” linkTitle: “gmic-devel” type: “docs” description: “In this tutorial we learn how to install gmic-devel in Fedora 36. gmic-devel is Development files for G’MIC” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/gmic-devel-featured.png
Introduction
In this tutorial we learn how to install gmic-devel
on Fedora 36.
What is gmic-devel
G’MIC is an open and full-featured framework for image processing, providing several different user interfaces to convert/manipulate/filter/visualize generic image datasets, from 1d scalar signals to 3d+t sequences of multi-spectral volumetric images. Provides files for building applications against the G’MIC API
We can use yum
or dnf
to install gmic-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gmic-devel.
Install gmic-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 gmic-devel
using dnf
by running the following command:
sudo dnf -y install gmic-devel
Install gmic-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 gmic-devel
using yum
by running the following command:
sudo yum -y install gmic-devel
How To Uninstall gmic-devel on Fedora 36
To uninstall only the gmic-devel
package we can use the following command:
sudo dnf remove gmic-devel
gmic-devel Package Contents on Fedora 36
/usr/include/gmic.h
/usr/include/gmic_libc.h
/usr/lib64/libcgmic.so
/usr/lib64/libgmic.so
References
Summary
In this tutorial we learn how to install gmic-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).