How To Install granite-devel on Fedora 36
Introduction
In this tutorial we learn how to install granite-devel on Fedora 36.
What is granite-devel
Granite is a companion library for GTK+ and GLib. Among other things, it provides complex widgets and convenience functions designed for use in apps built for elementary. This package contains the development headers.
We can use yum or dnf to install granite-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install granite-devel.
Install granite-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 granite-devel using dnf by running the following command:
sudo dnf -y install granite-devel
Install granite-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 granite-devel using yum by running the following command:
sudo yum -y install granite-devel
How To Uninstall granite-devel on Fedora 36
To uninstall only the granite-devel package we can use the following command:
sudo dnf remove granite-devel
granite-devel Package Contents on Fedora 36
/usr/bin/granite-demo
/usr/include/granite
/usr/include/granite/granite.h
/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/5c3f23e38dbfd4e4a564e21761e6d82bd7b956
/usr/lib/libgranite.so
/usr/lib/pkgconfig/granite.pc
/usr/share/applications/io.elementary.granite.demo.desktop
/usr/share/gir-1.0/Granite-1.0.gir
/usr/share/vala/vapi/granite.deps
/usr/share/vala/vapi/granite.vapi
References
Summary
In this tutorial we learn how to install granite-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install granite-devel on Fedora 36” linkTitle: “granite-devel” type: “docs” description: “In this tutorial we learn how to install granite-devel in Fedora 36. granite-devel is Granite Toolkit development headers” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/granite-devel-featured.png
Introduction
In this tutorial we learn how to install granite-devel on Fedora 36.
What is granite-devel
Granite is a companion library for GTK+ and GLib. Among other things, it provides complex widgets and convenience functions designed for use in apps built for elementary. This package contains the development headers.
We can use yum or dnf to install granite-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install granite-devel.
Install granite-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 granite-devel using dnf by running the following command:
sudo dnf -y install granite-devel
Install granite-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 granite-devel using yum by running the following command:
sudo yum -y install granite-devel
How To Uninstall granite-devel on Fedora 36
To uninstall only the granite-devel package we can use the following command:
sudo dnf remove granite-devel
granite-devel Package Contents on Fedora 36
/usr/bin/granite-demo
/usr/include/granite
/usr/include/granite/granite.h
/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/679c8a893d9a9daab8c97323df474d0c456088
/usr/lib64/libgranite.so
/usr/lib64/pkgconfig/granite.pc
/usr/share/applications/io.elementary.granite.demo.desktop
/usr/share/gir-1.0/Granite-1.0.gir
/usr/share/vala/vapi/granite.deps
/usr/share/vala/vapi/granite.vapi
References
Summary
In this tutorial we learn how to install granite-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).