Flatpak

From FreeCAD Documentation
Revision as of 11:16, 31 July 2022 by Kaktus (talk | contribs) (Created page with "Różne gałęzie mogą być instalowane równolegle. Aby wybrać, która z nich ma być uruchomiona, użyj flagi {{incode|--branch}}:")
Other languages:

Instalacja

Wersja stabilna

Jeśli chcesz przeprowadzić instalację na poziomie użytkownika lub nie masz uprawnień sudo, dodaj flagę --user do następujących poleceń:

# 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

Wersja rozwojowa

Jeśli chcesz przeprowadzić instalację na poziomie użytkownika lub nie masz uprawnień sudo, dodaj flagę --user do następujących poleceń:

# 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

Uruchomienie

Możesz uruchomić flatpak za pomocą ikonki pulpitu lub za pomocą następującego polecenia:

flatpak run org.freecadweb.FreeCAD

Różne gałęzie mogą być instalowane równolegle. Aby wybrać, która z nich ma być uruchomiona, użyj flagi --branch:

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

Repozytorium

Opiekunowie

Powiązane