Flatpak

From FreeCAD Documentation
Revision as of 07:56, 30 July 2022 by David69 (talk | contribs) (Created page with "Vous pouvez démarrer le flatpak en utilisant le fichier du bureau ou en utilisant la commande suivante :")
Other languages:

Installation

Stable

Si vous voulez installer au niveau de l'utilisateur ou si vous n'avez pas les privilèges sudo, ajoutez le drapeau --user aux commandes suivantes.

# add flathub repo just to be sure as it might not be enabled if it is your first time using flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.freecadweb.FreeCAD

Beta

Si vous voulez installer au niveau de l'utilisateur ou si vous n'avez pas les privilèges sudo, ajoutez le drapeau --user aux commandes suivantes.

# flathub-beta repo is not enabled by default
flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta org.freecadweb.FreeCAD

Running

Vous pouvez démarrer le flatpak en utilisant le fichier du bureau ou en utilisant la commande suivante :

flatpak run org.freecadweb.FreeCAD

The different branches can be installed in parallel. To choose which one to run use the --branch flag:

flatpak run --branch=beta org.freecadweb.FreeCAD

To run a specific executable (for example FreeCADCmd to run without GUI) from the flatpak use the --command flag:

flatpak run --command=FreeCADCmd org.freecadweb.FreeCAD

Repository

Maintainer(s)

Related