# [Debian] Flatpak

## Introduction

Les dépôts **Flatpak** permettent d'étendre votre logithèque et d'installer des logiciels non disponibles normalement.

[![image.png](https://wiki.neopipe.fr/uploads/images/gallery/2024-01/scaled-1680-/sRKimage.png)](https://wiki.neopipe.fr/uploads/images/gallery/2024-01/sRKimage.png)

## Installation

Tout d'abord, installez le paquet **flatpak** :

```
apt install -y flatpak
```

Puis ajoutez le dépôts **flathub** :

```
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
```

## Manuel

Pour installer un paquet flatpak :

```
flatpak install <PKG>
```