How To Install flatpak-libs on Fedora 36

In this tutorial we learn how to install flatpak-libs in Fedora 36. flatpak-libs is Libraries for flatpak

Introduction

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

What is flatpak-libs

This package contains libflatpak.

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

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

sudo dnf -y install flatpak-libs

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

sudo yum -y install flatpak-libs

How To Uninstall flatpak-libs on Fedora 36

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

sudo dnf remove flatpak-libs

flatpak-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/aeb4f2e8334fc0adaddfb1cc27f1740ea4cbd3
/usr/lib/girepository-1.0/Flatpak-1.0.typelib
/usr/lib/libflatpak.so.0
/usr/lib/libflatpak.so.0.11207.0
/usr/share/licenses/flatpak-libs
/usr/share/licenses/flatpak-libs/COPYING
---
title: "How To Install flatpak-libs on Fedora 36"
linkTitle: "flatpak-libs"
type: "docs"
description: "In this tutorial we learn how to install flatpak-libs in Fedora 36. flatpak-libs is Libraries for flatpak"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/flatpak-libs-featured.png
---

## Introduction

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

### What is `flatpak-libs`

> This package contains libflatpak.  

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

## Install flatpak-libs on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install flatpak-libs using dnf by running the following command:

sudo dnf -y install flatpak-libs

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

sudo yum -y install flatpak-libs

How To Uninstall flatpak-libs on Fedora 36

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

sudo dnf remove flatpak-libs

flatpak-libs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/ce
/usr/lib/.build-id/ce/77c8296c97c05071a14b27e90eadf052e5953b
/usr/lib64/girepository-1.0/Flatpak-1.0.typelib
/usr/lib64/libflatpak.so.0
/usr/lib64/libflatpak.so.0.11207.0
/usr/share/licenses/flatpak-libs
/usr/share/licenses/flatpak-libs/COPYING

References

Summary

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


## References

* [flatpak-libs website](http://flatpak.org/)

## Summary

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