How To Install flatpak-devel on Fedora 36

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

Introduction

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

What is flatpak-devel

This package contains the pkg-config file and development headers for flatpak.

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

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

sudo dnf -y install flatpak-devel

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

sudo yum -y install flatpak-devel

How To Uninstall flatpak-devel on Fedora 36

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

sudo dnf remove flatpak-devel

flatpak-devel Package Contents on Fedora 36

/usr/include/flatpak
/usr/include/flatpak/flatpak-bundle-ref.h
/usr/include/flatpak/flatpak-enum-types.h
/usr/include/flatpak/flatpak-error.h
/usr/include/flatpak/flatpak-installation.h
/usr/include/flatpak/flatpak-installed-ref.h
/usr/include/flatpak/flatpak-instance.h
/usr/include/flatpak/flatpak-portal-error.h
/usr/include/flatpak/flatpak-ref.h
/usr/include/flatpak/flatpak-related-ref.h
/usr/include/flatpak/flatpak-remote-ref.h
/usr/include/flatpak/flatpak-remote.h
/usr/include/flatpak/flatpak-transaction.h
/usr/include/flatpak/flatpak-version-macros.h
/usr/include/flatpak/flatpak.h
/usr/lib/libflatpak.so
/usr/lib/pkgconfig/flatpak.pc
/usr/share/gir-1.0/Flatpak-1.0.gir
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/flatpak
/usr/share/gtk-doc/html/flatpak/FlatpakBundleRef.html
/usr/share/gtk-doc/html/flatpak/FlatpakInstallation.html
/usr/share/gtk-doc/html/flatpak/FlatpakInstalledRef.html
/usr/share/gtk-doc/html/flatpak/FlatpakInstance.html
/usr/share/gtk-doc/html/flatpak/FlatpakRef.html
/usr/share/gtk-doc/html/flatpak/FlatpakRelatedRef.html
/usr/share/gtk-doc/html/flatpak/FlatpakRemote.html
/usr/share/gtk-doc/html/flatpak/FlatpakRemoteRef.html
/usr/share/gtk-doc/html/flatpak/FlatpakTransaction.html
/usr/share/gtk-doc/html/flatpak/FlatpakTransactionOperation.html
/usr/share/gtk-doc/html/flatpak/FlatpakTransactionProgress.html
/usr/share/gtk-doc/html/flatpak/annotation-glossary.html
/usr/share/gtk-doc/html/flatpak/ch01.html
/usr/share/gtk-doc/html/flatpak/ch02.html
/usr/share/gtk-doc/html/flatpak/flatpak-Error-codes.html
/usr/share/gtk-doc/html/flatpak/flatpak-Version-information.html
/usr/share/gtk-doc/html/flatpak/flatpak.devhelp2
/usr/share/gtk-doc/html/flatpak/full-api-index.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.Flatpak.Authenticator.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.Flatpak.AuthenticatorRequest.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.Flatpak.Development.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.Flatpak.SessionHelper.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.Flatpak.SystemHelper.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.impl.portal.PermissionStore.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.portal.Documents.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.portal.Flatpak.UpdateMonitor.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.portal.Flatpak.html
/usr/share/gtk-doc/html/flatpak/home.png
/usr/share/gtk-doc/html/flatpak/index.html
/usr/share/gtk-doc/html/flatpak/left-insensitive.png
/usr/share/gtk-doc/html/flatpak/left.png
/usr/share/gtk-doc/html/flatpak/object-tree.html
/usr/share/gtk-doc/html/flatpak/right-insensitive.png
/usr/share/gtk-doc/html/flatpak/right.png
/usr/share/gtk-doc/html/flatpak/style.css
/usr/share/gtk-doc/html/flatpak/up-insensitive.png
/usr/share/gtk-doc/html/flatpak/up.png

References

Summary

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


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

Introduction

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

What is flatpak-devel

This package contains the pkg-config file and development headers for flatpak.

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

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

sudo dnf -y install flatpak-devel

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

sudo yum -y install flatpak-devel

How To Uninstall flatpak-devel on Fedora 36

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

sudo dnf remove flatpak-devel

flatpak-devel Package Contents on Fedora 36

/usr/include/flatpak
/usr/include/flatpak/flatpak-bundle-ref.h
/usr/include/flatpak/flatpak-enum-types.h
/usr/include/flatpak/flatpak-error.h
/usr/include/flatpak/flatpak-installation.h
/usr/include/flatpak/flatpak-installed-ref.h
/usr/include/flatpak/flatpak-instance.h
/usr/include/flatpak/flatpak-portal-error.h
/usr/include/flatpak/flatpak-ref.h
/usr/include/flatpak/flatpak-related-ref.h
/usr/include/flatpak/flatpak-remote-ref.h
/usr/include/flatpak/flatpak-remote.h
/usr/include/flatpak/flatpak-transaction.h
/usr/include/flatpak/flatpak-version-macros.h
/usr/include/flatpak/flatpak.h
/usr/lib64/libflatpak.so
/usr/lib64/pkgconfig/flatpak.pc
/usr/share/gir-1.0/Flatpak-1.0.gir
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/flatpak
/usr/share/gtk-doc/html/flatpak/FlatpakBundleRef.html
/usr/share/gtk-doc/html/flatpak/FlatpakInstallation.html
/usr/share/gtk-doc/html/flatpak/FlatpakInstalledRef.html
/usr/share/gtk-doc/html/flatpak/FlatpakInstance.html
/usr/share/gtk-doc/html/flatpak/FlatpakRef.html
/usr/share/gtk-doc/html/flatpak/FlatpakRelatedRef.html
/usr/share/gtk-doc/html/flatpak/FlatpakRemote.html
/usr/share/gtk-doc/html/flatpak/FlatpakRemoteRef.html
/usr/share/gtk-doc/html/flatpak/FlatpakTransaction.html
/usr/share/gtk-doc/html/flatpak/FlatpakTransactionOperation.html
/usr/share/gtk-doc/html/flatpak/FlatpakTransactionProgress.html
/usr/share/gtk-doc/html/flatpak/annotation-glossary.html
/usr/share/gtk-doc/html/flatpak/ch01.html
/usr/share/gtk-doc/html/flatpak/ch02.html
/usr/share/gtk-doc/html/flatpak/flatpak-Error-codes.html
/usr/share/gtk-doc/html/flatpak/flatpak-Version-information.html
/usr/share/gtk-doc/html/flatpak/flatpak.devhelp2
/usr/share/gtk-doc/html/flatpak/full-api-index.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.Flatpak.Authenticator.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.Flatpak.AuthenticatorRequest.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.Flatpak.Development.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.Flatpak.SessionHelper.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.Flatpak.SystemHelper.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.impl.portal.PermissionStore.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.portal.Documents.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.portal.Flatpak.UpdateMonitor.html
/usr/share/gtk-doc/html/flatpak/gdbus-org.freedesktop.portal.Flatpak.html
/usr/share/gtk-doc/html/flatpak/home.png
/usr/share/gtk-doc/html/flatpak/index.html
/usr/share/gtk-doc/html/flatpak/left-insensitive.png
/usr/share/gtk-doc/html/flatpak/left.png
/usr/share/gtk-doc/html/flatpak/object-tree.html
/usr/share/gtk-doc/html/flatpak/right-insensitive.png
/usr/share/gtk-doc/html/flatpak/right.png
/usr/share/gtk-doc/html/flatpak/style.css
/usr/share/gtk-doc/html/flatpak/up-insensitive.png
/usr/share/gtk-doc/html/flatpak/up.png

References

Summary

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