How To Install garcon-devel on Fedora 36

In this tutorial we learn how to install garcon-devel in Fedora 36. garcon-devel is Development files for garcon

Introduction

In this tutorial we learn how to install garcon-devel on Fedora 36.

What is garcon-devel

The garcon-devel package contains libraries and header files for developing applications that use garcon.

We can use yum or dnf to install garcon-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install garcon-devel.

Install garcon-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 garcon-devel using dnf by running the following command:

sudo dnf -y install garcon-devel

Install garcon-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 garcon-devel using yum by running the following command:

sudo yum -y install garcon-devel

How To Uninstall garcon-devel on Fedora 36

To uninstall only the garcon-devel package we can use the following command:

sudo dnf remove garcon-devel

garcon-devel Package Contents on Fedora 36

/usr/include/garcon-1
/usr/include/garcon-1/garcon
/usr/include/garcon-1/garcon/garcon-config.h
/usr/include/garcon-1/garcon/garcon-environment.h
/usr/include/garcon-1/garcon/garcon-marshal.h
/usr/include/garcon-1/garcon/garcon-menu-directory.h
/usr/include/garcon-1/garcon/garcon-menu-element.h
/usr/include/garcon-1/garcon/garcon-menu-item-action.h
/usr/include/garcon-1/garcon/garcon-menu-item-cache.h
/usr/include/garcon-1/garcon/garcon-menu-item-pool.h
/usr/include/garcon-1/garcon/garcon-menu-item.h
/usr/include/garcon-1/garcon/garcon-menu-merger.h
/usr/include/garcon-1/garcon/garcon-menu-node.h
/usr/include/garcon-1/garcon/garcon-menu-parser.h
/usr/include/garcon-1/garcon/garcon-menu-separator.h
/usr/include/garcon-1/garcon/garcon-menu-tree-provider.h
/usr/include/garcon-1/garcon/garcon-menu.h
/usr/include/garcon-1/garcon/garcon.h
/usr/include/garcon-gtk3-1
/usr/include/garcon-gtk3-1/garcon-gtk
/usr/include/garcon-gtk3-1/garcon-gtk/garcon-gtk-menu.h
/usr/include/garcon-gtk3-1/garcon-gtk/garcon-gtk.h
/usr/lib/libgarcon-1.so
/usr/lib/libgarcon-gtk3-1.so
/usr/lib/pkgconfig/garcon-1.pc
/usr/lib/pkgconfig/garcon-gtk3-1.pc
/usr/share/doc/garcon-devel
/usr/share/doc/garcon-devel/HACKING
/usr/share/doc/garcon-devel/STATUS
/usr/share/doc/garcon-devel/TODO
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/garcon
/usr/share/gtk-doc/html/garcon/GarconMenu.html
/usr/share/gtk-doc/html/garcon/GarconMenuDirectory.html
/usr/share/gtk-doc/html/garcon/GarconMenuElement.html
/usr/share/gtk-doc/html/garcon/GarconMenuItem.html
/usr/share/gtk-doc/html/garcon/GarconMenuItemCache.html
/usr/share/gtk-doc/html/garcon/GarconMenuMerger.html
/usr/share/gtk-doc/html/garcon/GarconMenuParser.html
/usr/share/gtk-doc/html/garcon/GarconMenuSeparator.html
/usr/share/gtk-doc/html/garcon/GarconMenuTreeProvider.html
/usr/share/gtk-doc/html/garcon/api-index-full.html
/usr/share/gtk-doc/html/garcon/garcon-Desktop-Environment-Configuration.html
/usr/share/gtk-doc/html/garcon/garcon-GarconGtkMenu.html
/usr/share/gtk-doc/html/garcon/garcon-GarconMenuItemAction.html
/usr/share/gtk-doc/html/garcon/garcon-Version-Information.html
/usr/share/gtk-doc/html/garcon/garcon-garcon-gtk.html
/usr/share/gtk-doc/html/garcon/garcon-garcon-menu-item-pool.html
/usr/share/gtk-doc/html/garcon/garcon-garcon-menu-node.html
/usr/share/gtk-doc/html/garcon/garcon-garcon.html
/usr/share/gtk-doc/html/garcon/garcon-gtk-menu.html
/usr/share/gtk-doc/html/garcon/garcon-menus.html
/usr/share/gtk-doc/html/garcon/garcon-miscellaneous.html
/usr/share/gtk-doc/html/garcon/garcon-parsing.html
/usr/share/gtk-doc/html/garcon/garcon.devhelp2
/usr/share/gtk-doc/html/garcon/home.png
/usr/share/gtk-doc/html/garcon/index.html
/usr/share/gtk-doc/html/garcon/left-insensitive.png
/usr/share/gtk-doc/html/garcon/left.png
/usr/share/gtk-doc/html/garcon/object-tree.html
/usr/share/gtk-doc/html/garcon/pt01.html
/usr/share/gtk-doc/html/garcon/right-insensitive.png
/usr/share/gtk-doc/html/garcon/right.png
/usr/share/gtk-doc/html/garcon/style.css
/usr/share/gtk-doc/html/garcon/up-insensitive.png
/usr/share/gtk-doc/html/garcon/up.png

References

Summary

In this tutorial we learn how to install garcon-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install garcon-devel on Fedora 36” linkTitle: “garcon-devel” type: “docs” description: “In this tutorial we learn how to install garcon-devel in Fedora 36. garcon-devel is Development files for garcon” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/garcon-devel-featured.png

Introduction

In this tutorial we learn how to install garcon-devel on Fedora 36.

What is garcon-devel

The garcon-devel package contains libraries and header files for developing applications that use garcon.

We can use yum or dnf to install garcon-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install garcon-devel.

Install garcon-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 garcon-devel using dnf by running the following command:

sudo dnf -y install garcon-devel

Install garcon-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 garcon-devel using yum by running the following command:

sudo yum -y install garcon-devel

How To Uninstall garcon-devel on Fedora 36

To uninstall only the garcon-devel package we can use the following command:

sudo dnf remove garcon-devel

garcon-devel Package Contents on Fedora 36

/usr/include/garcon-1
/usr/include/garcon-1/garcon
/usr/include/garcon-1/garcon/garcon-config.h
/usr/include/garcon-1/garcon/garcon-environment.h
/usr/include/garcon-1/garcon/garcon-marshal.h
/usr/include/garcon-1/garcon/garcon-menu-directory.h
/usr/include/garcon-1/garcon/garcon-menu-element.h
/usr/include/garcon-1/garcon/garcon-menu-item-action.h
/usr/include/garcon-1/garcon/garcon-menu-item-cache.h
/usr/include/garcon-1/garcon/garcon-menu-item-pool.h
/usr/include/garcon-1/garcon/garcon-menu-item.h
/usr/include/garcon-1/garcon/garcon-menu-merger.h
/usr/include/garcon-1/garcon/garcon-menu-node.h
/usr/include/garcon-1/garcon/garcon-menu-parser.h
/usr/include/garcon-1/garcon/garcon-menu-separator.h
/usr/include/garcon-1/garcon/garcon-menu-tree-provider.h
/usr/include/garcon-1/garcon/garcon-menu.h
/usr/include/garcon-1/garcon/garcon.h
/usr/include/garcon-gtk3-1
/usr/include/garcon-gtk3-1/garcon-gtk
/usr/include/garcon-gtk3-1/garcon-gtk/garcon-gtk-menu.h
/usr/include/garcon-gtk3-1/garcon-gtk/garcon-gtk.h
/usr/lib64/libgarcon-1.so
/usr/lib64/libgarcon-gtk3-1.so
/usr/lib64/pkgconfig/garcon-1.pc
/usr/lib64/pkgconfig/garcon-gtk3-1.pc
/usr/share/doc/garcon-devel
/usr/share/doc/garcon-devel/HACKING
/usr/share/doc/garcon-devel/STATUS
/usr/share/doc/garcon-devel/TODO
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/garcon
/usr/share/gtk-doc/html/garcon/GarconMenu.html
/usr/share/gtk-doc/html/garcon/GarconMenuDirectory.html
/usr/share/gtk-doc/html/garcon/GarconMenuElement.html
/usr/share/gtk-doc/html/garcon/GarconMenuItem.html
/usr/share/gtk-doc/html/garcon/GarconMenuItemCache.html
/usr/share/gtk-doc/html/garcon/GarconMenuMerger.html
/usr/share/gtk-doc/html/garcon/GarconMenuParser.html
/usr/share/gtk-doc/html/garcon/GarconMenuSeparator.html
/usr/share/gtk-doc/html/garcon/GarconMenuTreeProvider.html
/usr/share/gtk-doc/html/garcon/api-index-full.html
/usr/share/gtk-doc/html/garcon/garcon-Desktop-Environment-Configuration.html
/usr/share/gtk-doc/html/garcon/garcon-GarconGtkMenu.html
/usr/share/gtk-doc/html/garcon/garcon-GarconMenuItemAction.html
/usr/share/gtk-doc/html/garcon/garcon-Version-Information.html
/usr/share/gtk-doc/html/garcon/garcon-garcon-gtk.html
/usr/share/gtk-doc/html/garcon/garcon-garcon-menu-item-pool.html
/usr/share/gtk-doc/html/garcon/garcon-garcon-menu-node.html
/usr/share/gtk-doc/html/garcon/garcon-garcon.html
/usr/share/gtk-doc/html/garcon/garcon-gtk-menu.html
/usr/share/gtk-doc/html/garcon/garcon-menus.html
/usr/share/gtk-doc/html/garcon/garcon-miscellaneous.html
/usr/share/gtk-doc/html/garcon/garcon-parsing.html
/usr/share/gtk-doc/html/garcon/garcon.devhelp2
/usr/share/gtk-doc/html/garcon/home.png
/usr/share/gtk-doc/html/garcon/index.html
/usr/share/gtk-doc/html/garcon/left-insensitive.png
/usr/share/gtk-doc/html/garcon/left.png
/usr/share/gtk-doc/html/garcon/object-tree.html
/usr/share/gtk-doc/html/garcon/pt01.html
/usr/share/gtk-doc/html/garcon/right-insensitive.png
/usr/share/gtk-doc/html/garcon/right.png
/usr/share/gtk-doc/html/garcon/style.css
/usr/share/gtk-doc/html/garcon/up-insensitive.png
/usr/share/gtk-doc/html/garcon/up.png

References

Summary

In this tutorial we learn how to install garcon-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).