Tutorials/Flatpak/fr: Difference between revisions

From KDE UserBase Wiki
(Created page with "Depuis le terminal, vous pouvez exécuter une application Flatpak installée : {Input| flatpak run org.kde.okular }}")
(Created page with "== Applications KDE nocturnes (nightly) ==")
Line 30: Line 30:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
et la mettre à jour vers la dernière version :
and update it to the latest version:
</div>


{{Input|
{{Input|
Line 38: Line 36:
}}
}}


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Nightly_KDE_apps"></span>
== Nightly KDE apps ==
== Applications KDE nocturnes (nightly) ==
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 18:53, 26 February 2024

Other languages:

Flatpak est une solution permettant de créer des versions logicielles en bac à sable pour les systèmes GNU/Linux. Vous pouvez trouver plus d'informations ici. Pour en savoir plus sur la création de flatpaks, consultez notre flatpak.

Apps KDE sur Flathub

Nous construisons des versions de la plupart des applications KDE et les distribuons sur Flathub.

Le « App Store » ou centre logiciel de nombreuses distributions (généralement Discover sur KDE Plasma) est capable d'installer des Flatpaks. Vous pouvez suivre le Flathub guide pour configurer Flatpak et Flathub sur votre système.

Vous pouvez ensuite rechercher une application KDE et elle devrait vous proposer d'installer la version Flatpak.

Vous pouvez également ouvrir directement le fichier flatpakrepo avec Discover ou avec votre centre logiciel préféré.

Voici comment installer une application Flatpak depuis le terminal :

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.kde.okular

Utilisation des applications Flatpak

Après avoir installé une application Flatpak, vous pouvez la démarrer à partir du lanceur d'applications Plasma de la même manière que les autres applications.

Depuis le terminal, vous pouvez exécuter une application Flatpak installée : {Input| flatpak run org.kde.okular }}

et la mettre à jour vers la dernière version :

flatpak update org.kde.okular

Applications KDE nocturnes (nightly)

We are also building "nightly" versions of most KDE applications and distributing them at cdn.kde.org/flatpak. Nightly versions build the latest source code of the application, so expect some unstable development quirks; on the bright side, if you find one, you get to tell the developers so they can fix it!

Every app has its own flatpak repository usually named <appname>-nightly. For every app there is a flatpakref file (<appid>.flatpakref) inside the repository which you can easily download and open with your software center for installation.

It is also possible to install the app from the terminal, for example:

flatpak install --user --or-update https://cdn.kde.org/flatpak/kde-runtime-nightly/org.kde.Platform.flatpakref
flatpak uninstall --user -y org.kde.kalzium
flatpak install --user --or-update https://cdn.kde.org/flatpak/kalzium-nightly/org.kde.kalzium.flatpakref