How To Install flatpak-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install flatpak-devel.x86_64 in Amazon Linux 2. flatpak-devel.x86_64 is Development files for flatpak

Introduction

In this tutorial we learn how to install flatpak-devel.x86_64 on Amazon Linux 2.

What is flatpak-devel.x86_64

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

We can use yum to install flatpak-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install flatpak-devel.x86_64.

Install flatpak-devel.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install flatpak-devel.x86_64 using yum by running the following command:

sudo yum -y install flatpak-devel.x86_64

How To Uninstall flatpak-devel.x86_64 on Amazon Linux 2

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

sudo yum remove flatpak-devel.x86_64

flatpak-devel.x86_64 Package Contents on Amazon Linux 2

/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-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/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/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/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/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.x86_64 on Amazon Linux 2 using yum.